home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Directory for Kids & Parents
/
InternetDirectory.iso
/
internet
/
coachnn
/
module5.dxr
/
00038.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
|
1997-11-25
|
288 b
|
15 lines
on exitFrame
global numflash
if the visible of sprite 4 = 1 then
set the visible of sprite 4 to 0
else
set the visible of sprite 4 to 1
set numflash to numflash + 1
if numflash = 4 then
go(marker(0) + 2)
end if
end if
updateStage()
go(the frame)
end