home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 1
/
MOBICLIC.ISO
/
mac
/
SKEET
/
TAB.dir
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1997-02-20
|
347b
|
17 lines
on enterFrame
global level
if level=2 then
set the visible of sprite 17 to 1
set the visible of sprite 18 to 1
set the visible of sprite 19 to 0
else
set the visible of sprite 17 to 1
set the visible of sprite 18 to 1
set the visible of sprite 19 to 1
end if
end
on exitframe
go to the frame
end