home *** CD-ROM | disk | FTP | other *** search
/ Undercover - Rock on Multimedia 2 / UNDERCOVER2.BIN / main.dir / 00494_Script_494 < prev    next >
Text File  |  1996-01-27  |  454b  |  16 lines

  1. on exitFrame
  2.   global gStext, gLH, gTop
  3.   set txt = 2
  4.   set bar = 4
  5.   set bubble = 5
  6.   set up = 6
  7.   set down = 7
  8.   set gStext = birth(script "@scrollingTextNoHilight", "tracks", txt, bar, bubble, up, down)
  9.   set gLH = the lineHeight of gStext
  10.   set gTop = the locV of sprite txt
  11.   set  the trails of sprite txt = true
  12.   set  the trails of sprite bar = true
  13.   set  the trails of sprite up = true
  14.   set  the trails of sprite down = true
  15.  
  16. end