using particles (affected by gravity)
digitalzero
Member, BASIC Posts: 639
picture this a cup of marbles... and throw them up and watch them come up and then come down... thats what im trying to do... if i were to do this with a regular actor it would have a collision with the ground set but it would look like its jumping as well how can i do this with particles
Comments
Hi @digitalzero you can't (with particles). What you're after can only be achieved with separate actors and the Physics attributes, etc.
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Particles can't interact with each other and other actors (ie. have bounciness), you'd need to create your marbles as regular actors.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
aww that sucks! thanks so much for replying you guys