home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
MAINMOV.DIR
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1995-06-07
|
343b
|
15 lines
--go model1
--on mouseDown
-- set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) + 1)
-- updatestage
-- repeat while the stilldown
-- nothing
-- end repeat
-- set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) - 1)
-- updatestage
--end
on mouseUp
go "model1"
end