home *** CD-ROM | disk | FTP | other *** search
/ Hentai Interactivo 69 / HENTAI69.bin / flip1.swf / scripts / frame_5 / DoAction.as
Text File  |  2009-07-27  |  168b  |  9 lines

  1. circle_mc.onPress = function()
  2. {
  3.    startDrag(this,0,200,0,200,-474);
  4. };
  5. circle_mc.onRelease = circle_mc.onReleaseOutside = function()
  6. {
  7.    this.stopDrag();
  8. };
  9.