Hello guys, just starting here with Plinko Game.
I have seen all variables possible but I can’t fid the one that set number of balls for each game to 1…
Anyone can point me out on this?
Many thanks
Hello guys, just starting here with Plinko Game.
I have seen all variables possible but I can’t fid the one that set number of balls for each game to 1…
Anyone can point me out on this?
Many thanks
The object Ball has a variable on it called Lives. It is set in the variable tab of the Ball object editor:
Hi there,
Thank you for your reply, but couldn not find it.
In Game scene, my ball is like this:
I don’t have an object called “Ball” only.
Is there other option?
Thank you!
There are 2 Plinko starter games, and from your description of the ball, I assume you’re using the paid starter.
You’ll need to look into the events, and find where it sets the the Balls Left. One way to do this is to go into the scene editor, and click on the Balls Left text. This will give you the name of the object.
Then, in the events editor, search for that object name. Somewhere there will be an action that sets the text value of the Balls Left text object using the variable you are after.
Hi again, and once more, many thanks.
Thats right, I’m using paid one.
I know which variable is assign to this text: BallsRemaining
In Game Events nowhere this is set to 3.
on Objects, I have that object, but no variable assigned also…
Global variables doesn’t have either…
(I can only send 1 image per post, but I’ve checked all of this…)
I can always set to subtract 3 balls on first game, bu doesn’t seem the right way…
Thanks
Have you checked in the scene editor, where the scene variables are declared?
To get to the scene variables, either press “s” in the scene editor or click this icon in the top right of the screen:
Then click the “Edit scene variables” button in the bottom left of the Game Properties panel that opens.
oh! many thanks!!! It as it!