Sparkle Spawner Problem
- cmw1986
- Topic Author
- Wraith
Less
More
- Posts: 17
10 years 1 month ago #1
by cmw1986
Sparkle Spawner Problem was created by cmw1986
How do I make the sparkles from Sparkle Spawner fall from the ceiling instead of rising up from the floor?.
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
Less
More
- Posts: 1129
10 years 1 month ago #2
by Blue Shadow
Replied by Blue Shadow on topic Sparkle Spawner Problem
Set the
SPAWNCEILING
flag on the spawner actor so it becomes "attached" to the ceiling, and use negative z velocity values when spawning the particles through
A_SpawnItemEx
.
Please Log in or Create an account to join the conversation.
- cmw1986
- Topic Author
- Wraith
Less
More
- Posts: 17
10 years 1 month ago #3
by cmw1986
Replied by cmw1986 on topic Sparkle Spawner Problem
Okay, I've done that and they seem to be working fine...but I am still curious about something. Are some sparkles supposed to fall/rise slow while others fall fast?. I'm just wondering...
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
Less
More
- Posts: 1129
10 years 1 month ago - 10 years 1 month ago #4
by Blue Shadow
Replied by Blue Shadow on topic Sparkle Spawner Problem
Yes, they are, as the initial velocity of the particles is randomized when spawned.cmw1986 wrote: Are some sparkles supposed to fall/rise slow while others fall fast?
Last edit: 10 years 1 month ago by Blue Shadow.
Please Log in or Create an account to join the conversation.