62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
subclass ShadowText of TextItem
|
|
{
|
|
scratch = $0
|
|
pModule = $ffff ; -1
|
|
pLine = $ffff ; -1
|
|
top = $0
|
|
left = $0
|
|
bottom = $0
|
|
right = $0
|
|
canTrack = $1
|
|
canDrag = $0
|
|
state = $0
|
|
priority = $0
|
|
plane = $0
|
|
x = $0
|
|
y = $0
|
|
z = $0
|
|
scaleX = $80 ; 128, lastKey
|
|
scaleY = $80 ; 128, lastKey
|
|
maxScale = $80 ; 128, lastKey
|
|
fixPriority = $0
|
|
seenRect = $0
|
|
view = $ffff ; -1
|
|
loop = $0
|
|
cel = $0
|
|
bitmap = $0
|
|
scaleSignal = $0
|
|
magnifier = $0
|
|
signal = $0
|
|
client = $0
|
|
clut = $0
|
|
value = $0
|
|
font = $29a ; 666, loopIsCorrect
|
|
dimmed = $0
|
|
fore = $ff ; 255, asInteger
|
|
back = $fe ; 254, strIndex
|
|
skip = $fe ; 254, strIndex
|
|
borderColor = $ffff ; -1
|
|
hiColor = $0
|
|
borderSize = $0
|
|
drawCode = $0
|
|
handler = $0
|
|
helpStr = $0
|
|
key = $0
|
|
text = $0
|
|
mode = $0
|
|
pShadowColor = $0
|
|
caller = $0
|
|
pTimer = $0
|
|
pObj = $0
|
|
|
|
init()
|
|
dispose()
|
|
centerOn()
|
|
draw()
|
|
setSize()
|
|
follow()
|
|
}
|
|
|
|
string_0078 = "ShadowText"
|
|
|