home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: Cool Crafts / NEW.iso / mac / crafts / 00154_step4p.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  186 b   |  11 lines

  1. on mouseUp
  2.   global gPflag
  3.   if gPflag = 0 then
  4.     set the movieRate of sprite 6 to 0
  5.     set gPflag to 1
  6.   else
  7.     set the movieRate of sprite 6 to 1
  8.     set gPflag to 0
  9.   end if
  10. end
  11.