I need help for a simple task (Please HELP)

Hi, you know how you can create a badge and link it to another site with ActionScript in this program? Well I need to know in a way like... to make a button and... Bind it to the next section. OK, here is what im trying to do happen... the user presses a button in the flash program and an apperars comment. then they tap it once and a newcomer to the top... and so on... I do like 50 different frames with new comments on them and then create on each link of weft to the next section. is it possible to do? If there is I REALLY need your help. Please

Thanks :)

on (release) {}
nextFrame();
}

the help documentation (F1):

function nextFrame
nextFrame(): Void

Sends the playhead to the next section.

Availability: ActionScript 1.0; Flash Player 2

Example of
In the following example, when the user presses the right or down arrow, the playhead goes to
the next frame and stops. If the user presses the left or the arrow key, the playhead goes to the
previous image and stops. The listener is initialized to wait the arrow key to be pressed, and
the init variable is used to prevent the listener to be redefined if the playhead returns to
Framework 1.

Stop();

If (init == undefined) {}
someListener = new Object();
someListener.onKeyDown = function() {}
If (Key.isDown (Key.LEFT) |) {Key.isDown (Key.UP))}
_level0.prevFrame ();
} Else if (Key.isDown (Key.RIGHT) |) {Key.isDown (Key.DOWN))}
_level0.nextFrame ();
}
};
Key.addListener (someListener);
init = 1;
}

******************************************
--> * Adobe Certified Expert *.
--> www.mudbubble.com
--> www.keyframer.com

mybluehair wrote:
> Hi, you know how you can create a badge and bind it to another site with the
> actionscript in this program? Well I need to know in a way like... to make a
> button and... Bind it to the next section. OK, here is what im trying to do
> happen... the user presses a button in the flash program and a comment
> apperars. then they tap it once and a newcomer to the top... and so on... I have
> could make like 50 different frames with new comments on them and then make the
> on each link of weft to the next section. is it possible to do? If
> It is I REALLY need your help. Please
>
> Thanks :)
>

Tags: Adobe Animate

Similar Questions

Maybe you are looking for