interpulate problem


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

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    When an actor is moved 500px off screen, it is destroyed.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @NipaDidIt is there away to get passed this? So if I put the image passed -500 it'l be gone?

  • GnarlyGnarly canadaMember Posts: 840

    Yes. Over 500 off screen and actor is destroyed.

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    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.

Sign In or Register to comment.