Simple question: I have the lives on the right side of the screen, so I want them to delete from the left. How might I do this?
Printable View
Simple question: I have the lives on the right side of the screen, so I want them to delete from the left. How might I do this?
i don't think there's an option for it, but you could probably do something like this to emulate it:
Always
--> Lives - Set X Coordinate: X Right Frame - (16 * lives( "Player 1" ))
then replace the 16 by the width of your lives image, if needed
make sure this event comes after all other events that involve you gaining or losing lives, so you don't see a single-frame "gap"
EDIT: you might also need to replace X Right Frame with the width of your window if the lives goes offscreen
I don't think you understood completely. I got it aligned right, but what I want is to have the one on the left disapear instead of the right.
as far as i know, you can't do that, but this way makes it look like they're being removed from the leftQuote:
Originally Posted by RickyRombo
Oh I see - I kinda misread it :)