home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
carr
/
IRL.CST
/
00058_Script_s_closevideo
< prev
next >
Wrap
Text File
|
1998-01-28
|
191b
|
8 lines
on mouseUp
global g_movspr
-- set the movieRate of sprite g_movspr to 0
set the visible of sprite g_movspr to FALSE
UpdateStage
set the visible of sprite g_movspr to TRUE
end