Autostart VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a script in a game i am making that requires a macro to run as soon as the user views a slide.the macro will display the "deed type", that is crutial to running the game. so, does anyone know how to make a macro run as you view a slide?
 
Option one --
Use event trap -- See
**Make PPT respond to events
http://www.rdpslides.com/pptfaq/FAQ00004.htm

Option two --
Activate the macro via Action setting.
Then have the macro advance to that slide, then ask the question when there.

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..

Jakykong said:
I have a script in a game i am making that requires a macro to run as soon
as the user views a slide.the macro will display the "deed type", that is
crutial to running the game. so, does anyone know how to make a macro run as
you view a slide?
 
Back
Top