Actor's Move and Spawn Issues
ichooicedanotherbrodamncmon!!1
Member Posts: 22
Hello guys. I have two problems. Firstly, my actor is following the player touch so >> rule > touch is pressed > constrain attribute > self.position.x to mouse.pos.x and the same thing for y. I created an apk for my android device but when game starts, the actor doesn't come, it comes (spawn) when I touched. But the actor is on stage (284,160). So when game starts, the actor should be there. How can I try to fix this ?
Second is
As I wrote, the actor should follow touch and the touch should be inside. But the actor in vertical position, it works well and on horizontal position works well too. But on horizontal position when I clicked another place the actor constrains it's position on horizontal position. How can I fix this ?