argh… im sorry disturbing you guys … i was thinkin if some could help me with movements in flash… my boss ask me to do a presentation… and im new to flash… need some help…thanks…
… what im aiming for is to … clickandhold on a button that would make movieclip(containing several buttons) to move vertically (up or down) depending on which directional button is to be push… and the movement i was hoping would have accelaration and would stop slowly… when you release the button…
thanks in advance… here is the script im using right now for the directional button up…
on (press) {
buttonup._y += 2;
}
it makes the movieclip(buttonup) go up… everytime i press it…