Spawn Actor Smoothly
EpicoreGames
Member Posts: 188
I want to spawn my actor smoothly with animation like from small to big but if i just use the spawn actor behavior , the actor spawns very stiffly because the actor just pop out . I want to keep the spawn actor behavior ( or any other ways to spawn the actor ) and let it animates from small to big so that it looks vividly.
Can someone tells me how to do that ?
Comments
Spawn the actor, but make sure the actor is very small. Then use the interpolate behavior to 'animate' the actor's width and height to make it larger.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Can you explain what does Interpolate behavior do in this situation?
As i have never use it so far .
http://forums.gamesalad.com/discussion/36998/what-the-heck-does-interpolate-do
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
thanks @tatiang
but if i want to make my scene changes smoothly too how can i do it ?
like the scene moves from right to left before the next scene shows .
You could Interpolate the camera origin or you could move (e.g. Interpolate, Move, MoveTo, etc.) an actor that is controlling the camera.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User