I have been running kiosks which run on Win XP for a long time. I need
to create a Director movie that is cross platform. I have both Mac and
Win versions of Director MX 2004.
When I try to use the same utility scripts I have been using for a long
time with Win XP Dir projectors they don't work with the Mac. I include
the syntax I have been using followed by what I have been trying with
the Mac version.
The Mac won't update the stage. It hangs until the end of the repeat,
and then displays the pano like a slide show at the end of each pan as
the movie advances through the sequential scripts.
What am I doing wrong?
Thanks.
Paul Fretheim
[EMAIL PROTECTED]
Windows version:
on roboPan rSprite, panCrement, repeatTimes
repeat with i = 1 to repeatTimes
gVariPan = gVariPan + panCrement
set the pan of sprite(rSprite) = gVariPan
updateStage
end repeat
end roboPan
Mac version:
on roboPan rSprite, panCrement, repeatTimes
repeat with i = 1 to repeatTimes
gVariPan = gVariPan + panCrement
set the pan of sprite(rSprite) = gVariPan
_movie.updateStage ()
end repeat
end roboPan
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]