A Flash Developer Resource Site

Search:

Type: Posts; User: deenic

Search: Search took 0.03 seconds.

  1. Here is the code i used answerTwo.onPress =...

    Here is the code i used

    answerTwo.onPress = function():Void {
    this.startDrag(true);
    reply_txt.text = "";
    this.swapDepths(this.getNextHighestDepth());
    xstart = 410;
    ystart = 211;
    };
  2. this.swapDepths(this.getNextHighestDepth()); too sensitive

    I'm creating a quiz using action script 2.0. It has a few drag and drop questions. I used this.swapDepths(this.getNextHighestDepth()); to make the current dragged movieclip come to the front. The...
  3. Replies
    1
    Views
    1,148

    this.swapDepths(this.getNextHighestDepth());

    Hi, I'm making a quiz with a drag and drop questions. I had used the getNextHighestDepth and know it leaves the last mc on the stage on the next frame. Anyway of voiding the...
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center