home *** CD-ROM | disk | FTP | other *** search
/ Cani & Cani / CANI.ISO / pc / program / intro.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-11-11  |  109 b   |  10 lines

  1. on exitFrame
  2.   if the timer < 300 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   go("Intro", "DEBUT")
  9. end
  10.