What the heck does interpolate do?
Hey guys,
I am very new with working with game salad, but am still making some good progress. I have scrolled through the list of behaviors many times, but I have no idea what the interpolate behavior does.
Thanks in advanced for everybody's help.
I am very new with working with game salad, but am still making some good progress. I have scrolled through the list of behaviors many times, but I have no idea what the interpolate behavior does.
Thanks in advanced for everybody's help.
Comments
Make sure to check out GameSalad Cookbook where there are great "Getting started" tutorials. Also, there is a dictionary available with a glossary of terms. That should help you with the interpolate behavior! http://cookbook.gamesalad.com/definitions
It is one of the more powerful behaviors in GameSalad, and lets you create complex animations from a few simple Actors, instead of costly .png sequence animations.
By Interpolating the X and Y coordinates, you can move Actors across the screen, make menus and panels slide in, etc.
You could Interpolate score values so your scores don't just jump to a new value but "roll".
By Interpolating the alpha attribute you can have Actors fade in and out.
You can Interpolate the sound volume to fade your music in and out.
Ok maybe slightly exaggerating but really its extremely valuable and is really only limited by you imagination.
@jckmcgraw
Are you someones nephew or something?