convert these 10 actor movement to 10 particles instead (find the formula)
3absh
Member Posts: 601
I'm not sure if this is even entirely possible.
But I want to use particles that move in such a way as the attached file.
I plan to use tens of particles and my guts tell me particles are the way to go in this case to use less cpu and memory.
But I haven't found a formula yet that simulates the same movement as in the given example.
I'm a scientist I'm supposed to be good at this sort of stuff
Comments
By the time you have enough coins for performance to take a noticable hit, you've got more coins than it's worth displaying separately anyway. You'll struggle to get as nice an effect with particles, if it's even possible. What's the max number you intend to show at once?
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
Could you also do everything through an animation?
I'd stick with using the individual actors like you have it. With particles there is no way to set a 'destination point' like your coins have.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Animations I think are not an option here, as they consume the most resources.
I'm currently displaying less than 10, I don't want to go too high as it might impact performance on slower phones.
I wanted to try out particles because I think I can easily quadruple that amount, since particles don't have any attributes, physics etc.
I know it's horrible but I meant something like this, done better, you could add a lot more coins and I don't think it would be a problem for Gamesalad