home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / random.dir / 00051_Script_51 < prev    next >
Text File  |  1996-03-11  |  139b  |  12 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4.  
  5. on enterFrame
  6.   global Choose
  7.   
  8.   if not Choose then
  9.     changeCasts
  10.   end if
  11.   rollOvers
  12. end