Week 4: UPDATED

Based on what we did in class today, redo (or DO for the first time) last week’s homework. If you didn’t do the Number Game assignment from the week before, you can also turn that in next week. After next week I will not accept these assignments, and you will get an F for them!

Homework

1. Take the depth.fla example file, and add events to the symbols so that when you click any one it goes to the back.

2. Create a grid of images or animations dynamically added to the stage using loops. In addition to changing the x and y positions each time through the loop, you must also change the values of a least two other properties. Add an event to each instance so that when you click it, something happens. This is what I mean by a grid:

USE THE FILE THAT WE CREATED IN CLASS TODAY AS A BASIS, AND CHANGE IT SO THAT THERE ARE NO HARD CODED VALUES IN THE LOOPS FOR i, j, and the numbers you multiply them by to get the position.

3. Taking my madlib.fla example as the starting point, create your own MadLib allowing the user to input at least 15 words. Use an array to store the words.

IF YOU DIDN’T DO THE MADLIB FOR TODAY, DO IT FOR NEXT WEEK.

Leave a Reply