home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / BLUFFER.DIR / 00033.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  295 b   |  15 lines

  1. on mouseUp
  2.   global WHICH, t
  3.   if WHICH = 1 then
  4.     go("ONE")
  5.     updateStage()
  6.     set the movieTime of sprite 31 to t
  7.     set the movieRate of sprite 31 to 1
  8.   else
  9.     go("BIKE3")
  10.     updateStage()
  11.     set the movieTime of sprite 31 to t
  12.     set the movieRate of sprite 31 to 1
  13.   end if
  14. end
  15.