home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineSprite_143 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-03-28  |  124 b   |  9 lines

  1. if(_root.tween1 == true || _root.tween2 == true)
  2. {
  3.    _parent.gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    _parent.gotoAndStop(1);
  8. }
  9.