It's plinko...
I need to improve this deck.
- I dont know how to limit the ball when score = 0
- I will put leaderboard
If u have any suggestion, please let me know in the comment. Thank you!
#plinko #pinball #ball #arcade
Ok, so
This the button maker pinball code
You have five code from the top to the down, the first code from the top deleted,now you have four from the top to the down.Now,delete the actor variable.
Now,the point is the first code(the top code, change the code to this
When this tapped
If variable $score(deck) greater than
Or equals than 10
Tell actor with tag #spawner
Create pinball
(In front of all actor )
(At relative angle and distance)
(A:270 d:1) Tell the created
Actor to perform(nothing)
Modify variable $score(deck)
to -10 (relative)
If I wrong correct me