|
Want to thank me for making this book available for free? Just buy Special Edition Using Macromedia Director MX
Advanced Lingo For Games
| |
| Putting It All Together
The only other piece of code needed to make the game work is the simple frame script that causes the movie to loop on a single frame. on exitFrame go to the frame end Besides the code, you need to worry about the appearance of the bitmap members and the text in the text members. Remember that you can use either type of member for the moveable sprites and the destination sprites. However, for bitmap sprites, you need to pay careful attention to the registration point because it will be used to determine how the sprites lock to each other. The positioning of the sprites in both the Score and on the Stage is important as well. You don't want the items to be directly across from their correct destination sprites. Instead, you want to mix them up a little to make the game more interesting. | |