Camera Question
Menu (Index): 0
Actor: Camera
Control Camera
If attribute.menu = 0
change attribute self.position.x to 256
change attribute self.position.y to 160
If attribute.menu = 1
change attribute self.position.x to 736
change attribute self.position.y to 160
Actor: Back
If touch is pressed
change attribute game.menu to 0
I'm trying to make a complete menu system in one scene. However, whenever I am on Menu =1 and click back, it doesnt center like it does when I go from Menu=0 to Menu=1. I posted a video below!

Thanks for any help!
Actor: Camera
Control Camera
If attribute.menu = 0
change attribute self.position.x to 256
change attribute self.position.y to 160
If attribute.menu = 1
change attribute self.position.x to 736
change attribute self.position.y to 160
Actor: Back
If touch is pressed
change attribute game.menu to 0
I'm trying to make a complete menu system in one scene. However, whenever I am on Menu =1 and click back, it doesnt center like it does when I go from Menu=0 to Menu=1. I posted a video below!

Thanks for any help!
Comments