home *** CD-ROM | disk | FTP | other *** search
/ Hentai Interactivo 42 / HENTAI_42.bin / flip1.swf / scripts / frame_9 / DoAction.as
Text File  |  2008-03-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.