home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Komercni / Gopas / pwp1 / cz8004as.dcr / Behaviors_14.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  462 b   |  13 lines

  1. on enterFrame
  2.   set the foreColor of field "frame4field" to 10
  3.   set the textFont of field "frame4field" to "Courier"
  4.   set the textSize of member "frame4field" to 14
  5.   set the textStyle of field "frame4field" to "Bold"
  6.   set the text of field "field2" to EMPTY
  7.   set the textFont of field "field2" to "Times New Roman"
  8.   set the textSize of field "field2" to 26
  9.   set the foreColor of field "field2" to 11
  10.   member("field2").backColor = 138
  11.   updateStage()
  12. end
  13.