I'm making a little game named color game for now. First I would like to know what way would be the best way to make this kind of game.
way 1: colorgame1 http://www.box.net/shared/s79jv09oqb
or
way 2: colorgame2 http://www.box.net/shared/kkulokgav8
or something else maybe?
<img src="http://i32.tinypic.com/4h9yq1.jpg">
The code(in the event sheet) may explain what I'm trying to do but I'll explain anyway; I'm trying to make game where there is 3 colors and only one of those colors is "not solid" at the time so that the two other colored areas would be solid when one is not. Well.. I'm suuure that explained my idea clearly to you.
(Just look at the event sheet)
In game one I created 3 layers/pictures(.png) each with a color so I could just easily toggle the "solid" behavior between layers. <---By the way ---> Can I really toggle objects "solid" state
*edit*
by events?
Because I think my way of doing this may not be the best way.
I haven't really done the game two yet, but what I'm going to do in it is that I would fill the hole screen with this "color(red)_spawn" sprites and then I would create solid red blocks on top it when I want. And something like that...
And if this is the right way to do this game, my question would be---
Why don't "red_block"s spawn on all three "red_spawn" points.
*edit again
And what I want is that the character will always drop down to first "free area/not solid" after the color where he is now is being made solid/or created.
(Can you see the effort put to this post :O)