home *** CD-ROM | disk | FTP | other *** search
/ Rolling Stones - Voodoo Lounge / VOODOO.ISO / pc / scrnrave.dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  351 b   |  13 lines

  1. on cleartrails
  2.   if the trails of sprite 4 = 1 then
  3.     set the trails of sprite 4 to 0
  4.     set the castNum of sprite 1 to the number of cast "blackout"
  5.     updateStage()
  6.     set the castNum of sprite 1 to the number of cast "rollover sprite"
  7.   else
  8.     if the trails of sprite 4 < 1 then
  9.       set the trails of sprite 4 to 1
  10.     end if
  11.   end if
  12. end
  13.