Here’s whats up… I want to make a movie object move up & down when I click on the respective buttons. Now I can do this, thats easy… but what I want is when I hold down on the buttons that it moves on its own? And I don’t have to go “clicky clicky clicky clicky” (thats the sound your mouse makes) To move the object up and down. Is this even possible? (enter newbie joke here)… Heres the code I got:
on (press, release, keyPress “<Up>”)
{
_root.block._y = _root.block._y + 4;
}
Now the other thing I want to do is have it stop at a certain height. Both at the top and the bottom of the screen. The idea being that someone can’t scroll the object off the screen
Any code suggestions? online tutorials? new career move? Appreciate any advice!
Thanks
BRAD
That reminds me… If anybody has some other good tutourial sites, I’d be interesed to know!