refused
03-18-2010, 12:40 AM
Hello,
Today I was trying to create the Big Zapper Game but I am having a very hard time trying to do this.
Exercise 4:
Create a world with a list or an array that contains bugs....When the world is played, the bugs should all move quickly in different random directions. When the user successfully clicks a big, it vanishes. The game should continue until all of the bugs are gone.
Exercise 5:
Modify the world so that at first the bugs are moving slowly. Each time the user clicks a bug, the remaining bugs should move a little faster.
What I was to do is use the function that goes something like "[right], [up], [down], [left]" for the random directions (it's in "Other" at the bottom) but I have no clue how to incorporate it in. I also am not sure how to make the bugs move faster once they are clicked on.
Any help would be greatly appreciated. Thanks in advance!
Today I was trying to create the Big Zapper Game but I am having a very hard time trying to do this.
Exercise 4:
Create a world with a list or an array that contains bugs....When the world is played, the bugs should all move quickly in different random directions. When the user successfully clicks a big, it vanishes. The game should continue until all of the bugs are gone.
Exercise 5:
Modify the world so that at first the bugs are moving slowly. Each time the user clicks a bug, the remaining bugs should move a little faster.
What I was to do is use the function that goes something like "[right], [up], [down], [left]" for the random directions (it's in "Other" at the bottom) but I have no clue how to incorporate it in. I also am not sure how to make the bugs move faster once they are clicked on.
Any help would be greatly appreciated. Thanks in advance!