home *** CD-ROM | disk | FTP | other *** search
/ Best of Blender / bestofblender.iso / pc / blender / files / beastvr / beastvrm.dir / 00055_Script_55 < prev    next >
Text File  |  1996-04-25  |  333b  |  11 lines

  1. on exitFrame
  2.   set the text of cast "ROOMNAME" to "Welcome to Grand Royal...somewhere in LA"
  3.   set the volume of sound 1 to 55
  4.   set the visible of sprite 11 to FALSE
  5.   global n, PASTNODE, MIKESET
  6.   set MIKESET = 0
  7.   set PASTNODE = 1
  8.   repeat with n = 29 down to 21
  9.     set the visible of Sprite n to FALSE
  10.   end repeat
  11. end