home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00494_Script_494
< prev
next >
Wrap
Text File
|
1996-01-27
|
454b
|
16 lines
on exitFrame
global gStext, gLH, gTop
set txt = 2
set bar = 4
set bubble = 5
set up = 6
set down = 7
set gStext = birth(script "@scrollingTextNoHilight", "tracks", txt, bar, bubble, up, down)
set gLH = the lineHeight of gStext
set gTop = the locV of sprite txt
set the trails of sprite txt = true
set the trails of sprite bar = true
set the trails of sprite up = true
set the trails of sprite down = true
end