A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Action script help.

Threaded View

  1. #1
    Member
    Join Date
    Aug 2005
    Location
    Canada, Ontario.
    Posts
    42

    Action script help.

    Oops i figured out my problem lol.
    final code:

    Code:
    onClipEvent (press) {
       this.gotoandplay(3){
         }
          this.startdrag(false, 0, 0, stage.width, stage.height);
    }
    onClipEvent (releaseoutside) {
       this.stopdrag();
    }
    onClipEvent (release) {
       this.stopdrag();
    }
       onClipEvent (release) {
       this.gotoandstop(1)
       }
    }
    Last edited by -Mystikal; 09-17-2005 at 10:09 PM.
    There are 10 types of people in this world.
    People who understand binary, and those
    who dont.

    ---------------------------------------------
    Give a noob a fish, feed him for a day.
    Teach a noob to fish, he starves to death.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center