Hey everyone! I'm making a Platformer Game, and i want a random event that happens in the "House" area, basically i want a 1/64 chance for a platform to spawn that leads to a secret location, help would be appreciated!
You could set a variable to floor(random(64)), this generates a number from 0-63. Then you can say if=0 then action the event.
Develop games in your browser. Powerful, performant & highly capable.
how do i do that tho?
i'm kinda new to construct 3