home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / SCHEDULE.DXR / 00107.ls < prev    next >
Encoding:
Text File  |  1997-10-06  |  266 b   |  12 lines

  1. global gmonthcnt
  2.  
  3. on mouseDown
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     set gmonthcnt to gmonthcnt + 1
  7.     set the memberNum of sprite 47 to the number of member "ERASE"
  8.     set the memberNum of sprite 48 to the number of member "ERASE"
  9.     go("N")
  10.   end if
  11. end
  12.