home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazine 28 Bonus
/
CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin
/
data
/
artintr.dir
/
00005_Script_5
< prev
next >
Wrap
Text File
|
1996-05-01
|
385b
|
14 lines
on waitVideoNoProcess whichSprite
set the movierate of sprite whichsprite = 1
repeat while (not (the mouseDown)) and (the movieRate of sprite whichSprite <> 0)
-- processFrame
updatestage
end repeat
end
on prepareVideoNoProcess whichSprite
-- processFrame
set the movierate of sprite whichsprite = 0
set the movieTime of sprite whichSprite to 0
end