home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / TITLE.dcr / 00021_Blink On.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  253 b   |  14 lines

  1. global debug, status, hit1, hit2, hit3
  2.  
  3. on exitFrame
  4.   if hit1 = 1 then
  5.     set the visible of sprite 8 to 1
  6.   end if
  7.   if hit2 = 1 then
  8.     set the visible of sprite 9 to 1
  9.   end if
  10.   if hit3 = 1 then
  11.     set the visible of sprite 10 to 1
  12.   end if
  13. end
  14.