home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / Shared / 00006_Script_6 < prev    next >
Encoding:
Text File  |  1999-10-04  |  403 b   |  18 lines

  1. on exitFrame
  2.   
  3.   repeat with x = 2 to 10
  4.     set the puppet of sprite x = true
  5.     set the visible of sprite x = false
  6.   end repeat
  7.   
  8.   repeat with x = 20 to 26
  9.     set the cursor of sprite x = [10, 11]
  10.   end repeat
  11.   
  12.   set the cursor of sprite 28 = [10, 11]
  13.   
  14.   -- if the text of field "BrowserName" <> "" then
  15.   set the cursor of sprite 27 = [10, 11]
  16.   -- end if
  17.  videoControl
  18. end