PDA

View Full Version : how would i go about creating a warioware type game?


cjm771@yahoo.co
03-27-2005, 02:26 AM
I would like to make a game where there are like 5 second minigames that the user would have to either push a button, drag and drop, etc (simple games). Kind of like warioware.

first off, i hardly know any bit of actionscript. But i was thinking i could make each minigame as an individual movie clip. And then the actual game would randomly choose an mc. But i dont know if this will even work, and i would really appreciate it if someone can tell me how to go about making this game.

Ricod
03-27-2005, 12:51 PM
Yes, it would work. There's the random() method you can use for just that purpose. Look at this tutorial written by PERLAKI : http://www.actionscript.org/tutorials/beginner/random_parts_of_a_movie_clip/index.shtml
Secondly, I'd like to point you to this tutorial on game scripting, written by Billy T : http://www.actionscript.org/tutorials/beginner/games_in_flash/index.shtml

As a game fan myself, I'm interested in your results. Keep us posted !