How to create "Don't Tap The White Tile" game?

AlkaPPAlkaPP Member, PRO Posts: 194

Hi all,

I've found a free template for this game, but just not exactly what I'm looking for. I also didn't want to continue replying to that thread since I didn't want to change someone else topic.

So I decided to start a new thread, and asking for ideas or code in order to create this game.

My main question is how to spawn those tiles so they keep moving down smoothly without overlap the others. And each 4 tiles that going down, how can we randomly spawn 1 black tile among those 4?

Any input would be greatly appreciated.

Alan,

My Gamesalad Games On App Store:

Greedy Chubby: https://itunes.apple.com/us/app/greedy-chubby/id834371213?ls=1

Comments

  • scottharrrules43scottharrrules43 Tulsa, OklahomaMember, PRO Posts: 694

    i might be able to help with the random part
    1) make a 1 new integer attribute, call spawn control
    2) go in the actor which ever one you want, drag a change attribute
    3) 1 box put "spawn control" 2 box go to insert functions
    4) choose random
    5) put in parentheses (1,4)
    6) make 4 rules, and do a attribute
    7) do when attribute "spawn control" = 1
    8) repeat step 7 4 times, but change it from 1 to 2, then 3, and then 4
    9) sorry but make 4 Boolean attributes call them: po 1, po 2, po 3, and po 4
    10) go back to the actor and add a change attribute in each of the 4 rules

    hopeful you can get the rest
    let me now

  • cyborg_samcyborg_sam Member Posts: 28

    Great question!
    I'm having the same problem.

Sign In or Register to comment.