home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / city.dxr / 00179.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  327 b   |  13 lines

  1. on exitFrame
  2.   cstraight("32", 280, 380, 250, 360, 320, 320)
  3.   repeat while (the mouseH > 100) and (the mouseH < 210) and ((the mouseV > 230) and (the mouseV < 375))
  4.     set the locH of sprite 10 to 159
  5.     updateStage()
  6.     if the mouseDown then
  7.       go("coke1")
  8.       exit repeat
  9.     end if
  10.   end repeat
  11.   go(the frame)
  12. end
  13.