home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 25 / CDROM25.iso / lazer / fpwtdemo / Poster.dcr / Behaviors_4.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  299 b   |  9 lines

  1. global BODY_CH, HEAD_CH, HAT_CH, WEATHER_CHANNEL, MISC_CHANNEL
  2.  
  3. on exitFrame
  4.   set nBody to the number of member "StartBody" + random(9) - 1
  5.   set the castNum of sprite BODY_CH to nBody
  6.   set nHead to the number of member "StartHead" + random(6) - 1
  7.   set the castNum of sprite HEAD_CH to nHead
  8. end
  9.