home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
carr
/
IRL.CST
/
00016_Script_s_gomapa
< prev
next >
Wrap
Text File
|
1998-01-28
|
313b
|
17 lines
on mouseDown
set the memberNum of sprite (the currentSpriteNum) to (the memberNum ¼
of sprite (the currentSpriteNum))+1
puppetSound 2,"woodbut2"
updateStage
end
on mouseUp
global g_music,mov
global g_ent
set g_ent=0
set g_music="Car"
set mov=0
unLoad 200,1000
go "mapa"
end