home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Get Started! with Coolpix
/
LetsGetStartedWithCoolpix.iso
/
mac
/
macdata
/
quickstart_31.dxr
/
00005_script-gotoFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-28
|
272 b
|
16 lines
on exitFrame me
global gLaunchVid, flashadvance
i = sprite(2).duration - 30
if sprite(2).movieTime >= i then
close(gLaunchVid)
forget(gLaunchVid)
flashadvance = 2
exit
else
movcon()
switcher()
whichpart()
go(the frame)
end if
end