home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Weather Channel - Everything Weather
/
TheWeatherChannel-EverythingWeather-Win31.iso
/
twcia
/
tornado
/
tornado.dxr
/
00035.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
|
1995-08-22
|
346 b
|
14 lines
on exitFrame
global start, ratio
set t to the movieTime of sprite 16
if t < the duration of cast 32 then
set the locH of sprite 28 to start + (t * ratio)
else
set the castNum of sprite 28 to 131
set the locH of sprite 28 to start
set the movieTime of sprite 16 to 0
updateStage()
end if
globalRollOver(45, 48)
end