---> Hide and Show actor HELP
ChipmunkGames
Member Posts: 106
Hey guys, can you hide an actor and then make it re appear somewhere else? I know the 'destroy' behavior hides it, but then how can i make it move somewhere else and the re appear?
Comments
when touch is pressed
-change attribute self.color alpha to 0
-move to whateverX , whateverY
Rule when self.positionX = whateverX
AND self.positionY = whateverY
change attribute self.color alpha to 1
Change Attribute: self.Color.Alpha To: 0