home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / pc / data_w / cba2_40 / 00022_splashFrameScript.ls < prev    next >
Encoding:
Text File  |  2001-02-22  |  99 b   |  10 lines

  1. on exitFrame me
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown me
  6.   startProgram()
  7.   go("CBA2")
  8.   cursor(0)
  9. end
  10.