home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / map2.dxr / 00121.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  466 b   |  22 lines

  1. on mouseUp
  2.   global gSprite2Cast, TimerCount, PlayedCarAnim
  3.   if PlayedCarAnim = 1 then
  4.     set TimerCount to 0
  5.   end if
  6.   puppetSprite(2, 0)
  7.   puppetSprite(3, 0)
  8.   puppetSprite(4, 0)
  9.   if gSprite2Cast = the number of cast "LakeWave1" then
  10.     CursorOff()
  11.     play frame "Store1"
  12.   else
  13.     if gSprite2Cast = the number of cast "LakeWave2" then
  14.       CursorOff()
  15.       play frame "Store2"
  16.     else
  17.       CursorOff()
  18.       play frame "Store3"
  19.     end if
  20.   end if
  21. end
  22.