home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Weather Channel - Everything Weather
/
TheWeatherChannel-EverythingWeather-Win31.iso
/
twcia
/
tornado
/
tornado.dxr
/
00054.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
|
351 b
|
13 lines
on mouseDown
global videoFiles, videoNumber, movieLocation
set the castNum of sprite 30 to 121
updateStage()
set the movieRate of sprite 16 to 0
set videoNumber to videoNumber - 1
if videoNumber = 0 then
set videoNumber to the number of lines in videoFiles - 1
end if
put videoNumber into word 4 of movieLocation
videoLoad()
end