home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / navig2.dir / 00193_Script_193 < prev    next >
Text File  |  1997-10-10  |  257b  |  10 lines

  1. on spegni da,a
  2.   repeat with sp = da to a
  3.     if sp <> 10 then set the cursor of sprite sp to -1
  4.     
  5.     if sp <> 10 then     set the visible of sprite sp to false
  6.     if sp <> 10 then     puppetsprite sp, false
  7.   end repeat
  8.       updatestage
  9. end
  10.