home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 4
/
LAUNCH.BIN
/
mac
/
TOYOTA
/
TOYOTA.DIR
/
00413_Script_413
< prev
next >
Wrap
Text File
|
1995-09-26
|
342b
|
11 lines
on mouseDown
puppetsprite the clickon, 1
set mySprite = the clickon
set the locV of sprite mySprite = the locV of sprite mySprite + 2
set the locH of sprite mySprite = the locH of sprite mySprite + 2
updateStage
repeat while the mouseDown and rollover(mySprite)
nothing
end repeat
puppetsprite the clickon, 0
end