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

  1. on exitFrame
  2.   repeat while (the mouseH > 157) and (the mouseH < 473) and ((the mouseV > 132) and (the mouseV < 271))
  3.     cursor(3)
  4.     set the locH of sprite 14 to 318
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 10
  8.       set the locH of sprite 10 to 270
  9.       set the locH of sprite 11 to 377
  10.       updateStage()
  11.       if the mouseDown then
  12.         go("st_kansi")
  13.         abort()
  14.       end if
  15.     end repeat
  16.     set the locH of sprite 10 to -500
  17.     set the locH of sprite 11 to -500
  18.     updateStage()
  19.     startTimer()
  20.     repeat while the timer < 10
  21.       set the locH of sprite 12 to 153
  22.       set the locH of sprite 13 to 482
  23.       updateStage()
  24.       if the mouseDown then
  25.         go("st_kansi")
  26.         abort()
  27.       end if
  28.     end repeat
  29.     set the locH of sprite 12 to -500
  30.     set the locH of sprite 13 to -500
  31.     updateStage()
  32.   end repeat
  33.   cback("95")
  34.   go(the frame)
  35. end
  36.