home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 March / macformat-101.iso / mac / MacFormat Data / Behaviours / 00001_Script_FrameLoop next >
Encoding:
Text File  |  2001-01-25  |  178 b   |  10 lines

  1. on exitFrame me
  2.   global gAdvertCounter,gAdvertDelay
  3.   
  4.   gAdvertCounter = gAdvertCounter + 1
  5.   if gAdvertCounter = gAdvertDelay then AdChange()
  6.   go to the frame
  7. end
  8.  
  9.  
  10.