home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 February
/
PCWorld_2002-02_cd.bin
/
Software
/
Komercni
/
Gopas
/
pwp1
/
cz8004as.dcr
/
Behaviors_31.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-14
|
308 b
|
10 lines
on enterFrame
set the foreColor of field "fieldshort" to 130
member("fieldshort").backColor = 0
set the textSize of member "fieldshort" to 17
set the textStyle of member "fieldshort" to "bold"
member("fieldshort").text = EMPTY
member("fieldshort").font = "Times New Roman CE"
updateStage()
end