home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / HOCKEY.DIR / 00222.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  182 b   |  9 lines

  1. on mouseUp
  2.   global gStr
  3.   set sp to the clickOn
  4.   if char sp - 2 of gStr = "0" then
  5.     sound playFile 2, "stuni.aif"
  6.     go(the name of cast the castNum of sprite sp)
  7.   end if
  8. end
  9.