home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00069_Script_69
< prev
next >
Wrap
Text File
|
1997-01-08
|
381b
|
17 lines
on mousedown
repeat while the mousedown
set the castnum of sprite 14 to 87
updatestage
end repeat
end mousedown
on mouseup
set the castnum of sprite 14 to 85
set the visible of sprite 14 to false
set the visible of sprite 15 to false
repeat with i = 17 to 25
set the visible of sprite i to false
end repeat
updatestage
go "beding"
end