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

  1. on mouseDown
  2.   global masterrunning
  3.   if masterrunning = 1 then
  4.     play frame "BOY1_2"
  5.   else
  6.     play frame "BOY1_1"
  7.   end if
  8. end
  9.