Collision with particles
fayt84
Member Posts: 4
I have a particle actor named "Hammer" and it moves around dropping little hammers. The other actor in the scene is "OldMan". I am trying to get the oldman to destroy when a particle hits him. But it doesn't work I've tried a dozen things. Can you help me? I am a newbie to Gamesalad. Thanks
Comments
You'll have to spawn the hammer actors instead of using a particles behavior.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
The Hammer actor needs a rule to move down, not the spawner actor. Also, it looks like you're spawning at x=1, y=100 instead of a random location.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
In the From position boxes, you have 0 and 0, relative to actor. You need to click on the expression editor 'e' and enter a random expression such as (0,1024) and set it relative to scene.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User