...chapters 6-9? If somebody can help me out here that would be huge. I have an extra credit discussion on the book on wed. and there is no way i will finish on time. I am on chapter six but i can read most of it, just not all of it. Please!
function rightKey(moveRight:KeyboardEvent):void
{
if (moveRight.keyCode==Keyboard.RIGHT){
fox_mc.x+=5
};
};
function leftKey(moveLeft:KeyboardEvent):void
{
if (moveLeft.keyCode==Keyboard.LEFT){
fox_mc.y+=5
};
};
...you select motion tween? I am using Flash CS4 and I have a movie clip that I am making to be placed on the main time line. I have text that is fading in and out, based on what button is clicked on the frame. The first set of text works just fine, and is brought in as a symbol (call it...