home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 2
/
BUGCD1997_01.iso
/
bugmedia
/
movies
/
main8.dir
/
00118_Script_118
< prev
next >
Wrap
Text File
|
1996-12-08
|
448b
|
19 lines
on mouseup
set the castnum of sprite the clickon to the castnum of sprite the clickon - 1
puppetsound "tickone"
updatestage
starttimer
put the timer into delay
repeat while delay < 3
put the timer into delay
end repeat
set the castnum of sprite the clickon to the castnum of sprite the clickon + 1
puppetsound "tickone"
updatestage
puppetsound 0
go to frame "maja"
end
on exitframe
go to the frame
end