Presentation is loading. Please wait.

Presentation is loading. Please wait.

Timeline Control REVIEW FOR LESSON 1. 1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the.

Similar presentations


Presentation on theme: "Timeline Control REVIEW FOR LESSON 1. 1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the."— Presentation transcript:

1 Timeline Control REVIEW FOR LESSON 1

2 1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the line that contains the error and fix it yourself. B. LOOK AT YOUR NOTES AND TRY TO SOLVE IT YOURSELF C. Ask a neighbor for help. D. Raise your hand and ask the teacher for help.

3 2. Where should you write your code? A. On a new layer named actions that is locked. B. Double click on an object and write it there C. On the stage D. I don’t know

4 3. What is ActionScript 3.0? A. A panel in Flash B. A web site C. A software program like Microsoft Word D. An Object-Oriented Programming Language

5 4. You make a Flash animation that has 10 frames. How can you make it only play once? A. You can’t, it always loops B. Go to frame 10 and write STOP! on the stage C. Go to frame 10 and write stop(); in your actions panel D. Go to frame 10 and write Stop(); in your actions panel

6 5. A Flash animation has 100 frames. How can you make it skip from frame 50 to frame 100 and stop? You can’t, it always plays from the beginning to end On frame 1 write skipToFrom(100,50); Go to frame 50 and write gotoAndPlay(100); in your actions panel Go to frame 50 and write gotoAndStop(100); in your actions panel


Download ppt "Timeline Control REVIEW FOR LESSON 1. 1. When you encounter a problem, what’s the first thing you should do? A. If you get a compile error, go to the."

Similar presentations


Ads by Google