PDA

View Full Version : *Is It Possible*



Bullet-Shells
May 7th, 2003, 11:01 PM
Ok another dumb question but awwww is it possible to put a stop button in only 1 layer and not as a frame action that stops everthing? if so how so......?

andr.in
May 8th, 2003, 01:49 AM
simple! Make a new layer, draw yourself the button, select it, convert it into a symbol-in this case a button, edit it if/as needed, now select the button symbol and open up the actions tab and copy+paste the following actions:

on(release) {
stop();
}

as simple as that! =)