home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
TOYOTA
/
TOYOTA.DIR
/
00088_Script_88
< prev
next >
Wrap
Text File
|
1995-01-01
|
265b
|
15 lines
on mouseDown
lightFlash
end
on mouseUp
global gPlayBoolean, gCurrentSoundFile
global spriteClicked
if rollover(spriteClicked) and gPlayBoolean = 0 then
set gPlayBoolean = 1
mySound gCurrentSoundFile
go the frame
end if
end