home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_c.dir / 00106.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  130 b   |  8 lines

  1. on mouseDown
  2.   global masterrunning
  3.   if masterrunning = 1 then
  4.     set masterrunning to 2
  5.     play frame "MASTER_1"
  6.   end if
  7. end
  8.