It is falling and will ultimately destroy itself when it hits the bottom of the screen.
I want it to go up when it hits another actor. Yes it could bounce up.
Hi,
I have a PNG image with a transparent background but when I get it to move across the
screen, it displays a white background. How do I stop this?
Thanks
Comments
How are you making it fall?
And what are you actually trying to achieve, a bouncing effect, or something else?
It is falling and will ultimately destroy itself when it hits the bottom of the screen.
I want it to go up when it hits another actor. Yes it could bounce up.
I'm making it fall using the move command.
Tx
Can you post a screenshot with the behaviours of the actor?
When actor collides with [other actor]
Change attribute self.direction to 1
When attribute self.direction=0
Move [down]
When attribute self.direction=1
Move [up]
Hi,
I have a PNG image with a transparent background but when I get it to move across the
screen, it displays a white background. How do I stop this?
Thanks