home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / tourist-trap.swf / scripts / DefineSprite_320 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  337 b   |  21 lines

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    if(_parent._parent._currentframe <= 10)
  5.    {
  6.       _parent._parent.gotoAndPlay(11);
  7.    }
  8. };
  9. if(_parent._parent.wxbutno == 5)
  10. {
  11.    this.gotoAndStop(2);
  12. }
  13. if(_parent._parent.wxbutno == 4)
  14. {
  15.    this.gotoAndStop(3);
  16. }
  17. if(_parent._parent.wxbutno == 3)
  18. {
  19.    this.gotoAndStop(4);
  20. }
  21.