home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 March / Image.iso / showdata / SHARED / GALERIE2.Dxr / Internal_57.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  175 b   |  11 lines

  1. on mouseUp
  2.   unLoad()
  3.   set temp to the memberNum of sprite 13
  4.   if temp >= 120 then
  5.     set temp to 1
  6.   else
  7.     set temp to temp + 1
  8.   end if
  9.   setTheRightMembers(temp)
  10. end
  11.