interpulate problem
http_gamesalad
Member Posts: 1,340
I'm trying to get this image to move and up when you click activate it .. the problem is when I set its position to -500 so its off the scene the image doesn't want to interpolate ... idk why this would be happening ... how do I fix this? The image is 768 by 1024
Comments
When an actor is moved 500px off screen, it is destroyed.
Mental Donkey Games
Website - Facebook - Twitter
@NipaDidIt is there away to get passed this? So if I put the image passed -500 it'l be gone?
Yes. Over 500 off screen and actor is destroyed.
You could move it to -499 px off screen and change alpha to 0.
Or move it -400+ px off screen, and change it's size a little so it's not visible anymore.
Then when you activate it, just change the alpha / size back to what it originally was.
Mental Donkey Games
Website - Facebook - Twitter