Hey there,
i've been trying to make an object appear (spawned from another object) and then do some work on it. It has to "drop from the sky" onto the background. I want to create this effect by using fade in & a set scale function. This is what i have:
onClick (on a button) => road2 => set scale to lerp(0.1608, 0.0804, 2*dt) .
Any ideas why it doesn't do anything? Right before this action i do a change angle and fade, and they both work.