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:
Text File  |  1998-09-16  |  302 b   |  12 lines

  1. on mouseDown
  2.   set the loc of sprite 43 to point(the mouseH, the mouseV)
  3.   updateStage()
  4.   puppetSound(1, "thunder")
  5.   repeat with x = 1 to 3
  6.     set the member of sprite 43 to "lightning" & string(x)
  7.     updateStage()
  8.     set the member of sprite 43 to "lightning0"
  9.     updateStage()
  10.   end repeat
  11. end
  12.