home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 1 / MOBICLIC.ISO / mac / SKEET / TAB.dir / 00034_Script_34 < prev    next >
Text File  |  1997-02-20  |  347b  |  17 lines

  1. on enterFrame
  2.   global level
  3.   if level=2 then
  4.     set the visible of sprite 17 to 1
  5.     set the visible of sprite 18 to 1
  6.     set the visible of sprite 19 to 0
  7.   else
  8.     set the visible of sprite 17 to 1
  9.     set the visible of sprite 18 to 1
  10.     set the visible of sprite 19 to 1
  11.   end if
  12. end
  13.  
  14. on exitframe
  15.   go to the frame
  16. end
  17.