home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Iron Maiden - Maiden Hell!
/
Iron Maiden - Maiden Hell! Promotional CD-ROM.iso
/
mac
/
promo.dxr
/
scripts_27_lightning strike = .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
302 b
|
12 lines
on mouseDown
set the loc of sprite 43 to point(the mouseH, the mouseV)
updateStage()
puppetSound(1, "thunder")
repeat with x = 1 to 3
set the member of sprite 43 to "lightning" & string(x)
updateStage()
set the member of sprite 43 to "lightning0"
updateStage()
end repeat
end