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

  1. global gObjList, gObj1, gPlatForm
  2.  
  3. on exitFrame me
  4.   go(the frame)
  5. end
  6.  
  7. on idle
  8.   call(#update, gObjList)
  9. end
  10.  
  11. on mouseDown
  12.   deselectAll(gObj1)
  13. end
  14.  
  15. on keyDown
  16.   keyCheck(gObj1, the key, modKeyPressed())
  17. end
  18.