home *** CD-ROM | disk | FTP | other *** search
/ Hentai Interactivo 51 / HENTAI51.bin / flip3.swf / scripts / frame_54 / DoAction.as
Text File  |  2008-08-19  |  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.