home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_722 / frame_1 / DoAction.as
Text File  |  2005-08-12  |  158b  |  13 lines

  1. if(_root.v_po == 1)
  2. {
  3.    this.gotoAndStop("po1");
  4. }
  5. else if(_root.v_po == 2)
  6. {
  7.    this.gotoAndStop("po2");
  8. }
  9. else
  10. {
  11.    this.gotoAndStop("po0");
  12. }
  13.