home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / pc / file / isigla.dir / 00005_Script_5 < prev    next >
Text File  |  1997-10-06  |  345b  |  10 lines

  1. on exitFrame
  2.   set the cursor of sprite 4 to [20,21]
  3.   set the cursor of sprite 6 to [20,21]
  4.   set the cursor of sprite 10 to [20,21]
  5.   set the cursor of sprite 12 to [20,21]
  6.   set the visible of sprite 4 to FALSE
  7.   set the visible of sprite 6 to FALSE
  8.   set the visible of sprite 10 to FALSE
  9.   set the visible of sprite 12 to FALSE
  10. end