home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts 147 / Arts147.mdf / pc / CA.swf / scripts / DefineSprite_113 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-01-01  |  197 b   |  14 lines

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    this.gotoAndStop(2);
  5. };
  6. this.onRollOut = function()
  7. {
  8.    this.gotoAndStop(1);
  9. };
  10. this.onRelease = function()
  11. {
  12.    _root.zoomVideoPlayer();
  13. };
  14.