playMaker

Author Topic: Learning playmaker, And Im dying :)  (Read 977 times)

billi

  • Playmaker Newbie
  • *
  • Posts: 1
Learning playmaker, And Im dying :)
« on: September 10, 2022, 01:53:26 AM »
Hello there, So im a pretty beginner on playmaker, but basically im trying to make a game where there are like around 12 blocks next to each other.
and then the player stands above them.
And then What you try to do is survive because these blocks randomly go down into the void and you die.and to let you know which ones are going to go down they shake a little and then they go down.
and so, I've already got like Player movement death for if you fall off and the blocks set, But I just don't know how to get Random ones to go down.
I hope you understood what im trying to make here.

But anyways, I was hoping someone could help me with how to do this randomness thingy :)
I don't know if this is the place for that but thanks anyways.

Cheers!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Learning playmaker, And Im dying :)
« Reply #1 on: September 10, 2022, 03:27:32 PM »
Hi.
I have moved you post in a separate topic.

You can post your own topics :)

You can place them in an array (game objects) for example and use Array Get Random and store the variable and the index. then use Delete At (index) to remove the block so it can not be chosen again.