Help needed for custom animation...

R

rose

Hi,

I have 3 picture objects & 3 buttons respectively
i need to display each picture on the screen respectively
on the click of each button in my ppt slide show...

i tried using macro to set the order & bring n front trhe
1st picture on the click of 1st button... but that works
only during design time...
macro code for 1st button:

Sub CLICK_1()
ActiveWindow.Selection.SlideRange.Shapes("Object
2").ZOrder msoSendToBack
ActiveWindow.Selection.SlideRange.Shapes("Object
3").ZOrder msoSendToBack
ActiveWindow.Selection.SlideRange.Shapes("Object
4").ZOrder msoSendToBack
ActiveWindow.Selection.SlideRange.Shapes("Object
1").Select
ActiveWindow.Selection.ShapeRange.ZOrder
msoBringToFront

End Sub

any idea if i can set this thru custom animations?
thanks
Rose
 
E

Echo S

Which version of PPT? This is easy to do with PPT 2002 or 2003 using
Triggers (and skipping VBA altogether), but these aren't available in PPT 97
and 2000.
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

FYI: If you are using PowerPoint 2002 or 2003 this can be accomplished
without having to resort to VBA. The new animation settings include the
option to add a "Trigger" object to each effect so that when you click on
the trigger object the effect(s) are triggered interactively. The added
advantage is that these triggered effects also work in the PowerPoint
Viewer 2003 while a VBA solution would not work in the Viewer.

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

Since you're using PowerPoint 2002, you should be able to use triggers to
accomplish your goal.

There's an online assistance article that shows how to use triggers:

http://office.microsoft.com/assistance/preview.aspx?AssetID=HA010873001033

There is also additional online training on how to use other animation
features in PowerPoint 2002 and 2003 available on the Office Online web
site. Just click on the link for training and follow the links to
PowerPoint.

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
R

Rose

The triggers work in normal mode but not in slide show
mode...
can anyone help me out...

Thanks.
 
R

rose

i got my problem resolved...
thanks for the updates...
regds
rose
-----Original Message-----
The triggers work in normal mode but not in slide show
mode...
can anyone help me out...

Thanks.
-----Original Message-----
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

Since you're using PowerPoint 2002, you should be able
to
use triggers to
accomplish your goal.

There's an online assistance article that shows how to use triggers:

http://office.microsoft.com/assistance/preview.aspx? AssetID=HA010873001033

There is also additional online training on how to use other animation
features in PowerPoint 2002 and 2003 available on the Office Online web
site. Just click on the link for training and follow the links to
PowerPoint.

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the
Microsoft
PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top