Description:
A discussion group about Flash game development.
|
|
|
Levels and packages
|
| |
I am wanting to create selectable levels, not progressive ones. In
essence, the player presses the button of the level they want to
play...1-5. The problem I face (the game is a jigsaw puzzle game) is
that everything is tied to the class and the package. It wont let me
put in more than one image under a single package, yet I need to be... more »
|
|
Picture Trivia Quiz problem
|
| |
I was wondering if anyone could help me. I am trying to modify the
picture trivia quiz. I am using the source file and just tweeking it
to have text questions and picture answers.
One thing that I am not sure about is how the .swf image files were
made that are in the triviaimages folder. The xml is pointing straight... more »
|
|
Trivia quiz
|
| |
Hi was wondering if anyone could help me code a pass button in the
trivia game? I'm new to Flash and have been trying to follow this
tutorial and do it in accordance with this tutorial.
Help as soon as possible would be very much appreciated.
Thanks
|
|
Trivia Game .... Posting scores onto Facebook
|
| |
Hi their,
I was just wondering how hard would it be to post the Trivia game
score onto Facebook? If possible, could you show us how to do this?
That would be much appreciated.
Thanks
|
|
Match 3 - Animation performance
|
| |
I wonder if anybody has played around with the match 3 game a little
more and also run into performance problems?
I have added some special features and special gems , but now the
enter frame animation seems to lag. I have also tried using just dots
as gems and my full swf is just 150kb but the animation is really... more »
|
|
chapitre 3 Memory
|
| |
I do not see where are the faces of the cards with all objects that are drawn on it. I do not see them in the library MatchingGame3 p. 88 and I do not know how to create them. Thank you for helping me Je ne vois pas où sont les faces des cartes avec tous les objets qui sont dessinés dessus p.88. Je ne les vois pas dans la Bibliothèque de... more »
|
|
Trivia game issue True/False question
|
| |
This quiz is setup so that if you choose the wrong answer it will
display the correct one. But this only works if there are 4 answers.
If I have a question with only 2 answers (true/false) it will not
display the correct one. I've narrowed it down to this part of the
code
// player selects an answer... more »
|
|
Space Rocks
|
| |
Hi,
I've just been browsing the code in the book and from the
SpaceRocks.as and I can't make head nor tail of this line of code:
"// set direction
newMissile.dx = Math.cos(Math.PI*ship.rotation /180);
newMissile.dy = Math.sin(Math.PI*ship.rotation /180);
"
The properties dx and dy aren't defined anywhere within the code as... more »
|
|
Parallax in Platform Game
|
| |
Hi all! I have made many changes to the platform game from the book,
everything from special collectibles to ladders and shooting. But,...
I am having some troubles with Parallax Scrolling. I would like to
have a foreground and three or four different backgrounds all moving
at different speeds to create more depth in the game. However, the... more »
|
|
Trivia game deluxe issue
|
| |
Hello,
If I place a question with only 2 answers (True/False) I receive an
error:
RangeError: Error #2006: The supplied index is out of bounds.
at flash.display::DisplayObjectCo ntainer/getChildAt()
at TriviaGameDeluxe/finishQuestio n()
at TriviaGameDeluxe/clickAnswer()
How do I fix this?... more »
|
|
|