playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Spawning game object at particle collision point
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Spawning game object at particle collision point (Read 1268 times)
Tangled Rays
Playmaker Newbie
Posts: 42
Spawning game object at particle collision point
«
on:
April 15, 2020, 01:07:57 PM »
Get Particle Collision Info only allows you to use a variable rather than a game object, do I have to attach FSM's to all my platforms declaring the variable? How do I get it to recognise my platforms otherwise? Trying to save myself lots of mistakes in figuring this out, thanks for any help
Basically I have particle systems spawning butterfly's, I want them to turn in to game objects when they touch the platforms so it appears they have landed and are now collectable. I know how to do the second part, it's just the lack of options that's confusing me, not sure how it works.
Logged
jeanfabre
Administrator
Hero Member
Posts: 15620
Official Playmaker Support
Re: Spawning game object at particle collision point
«
Reply #1 on:
April 17, 2020, 09:11:13 AM »
Hi,
yes, each platform shoud have a fsm listening to particle collisions. you can create an fsm template and simply reference that template in fsm on each platform, so that you don't duplicate the logic.
Bye,
Jean
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
Spawning game object at particle collision point