28 lines
578 B
Plaintext
28 lines
578 B
Plaintext
subclass InfoQueue of Set
|
|
{
|
|
scratch = $0
|
|
pModule = $ffff ; -1
|
|
pLine = $ffff ; -1
|
|
elements = $0
|
|
size = $0
|
|
nextNode = $0
|
|
pText = $0
|
|
pDelay = $5 ; scaleY
|
|
pEnabled = $1
|
|
pChannel = $0
|
|
pShutUp = $1
|
|
pObj = $0
|
|
pColor = $ff ; 255, asInteger
|
|
|
|
add()
|
|
cue()
|
|
clear()
|
|
}
|
|
|
|
string_0032 = "Bad string in InfoQueue."
|
|
string_004b = "Bad string added to InfoQueue (0x%x)"
|
|
string_0070 = "DOH!"
|
|
string_0075 = "Okay"
|
|
string_007a = "InfoQueue"
|
|
|