Hello my problem is this, I have a box that I want to move your finger around my 960x320 screen, but when I get out of the box 480x320 screen disappears, anyone knows the solution? is a video of the problem, Thanks!
You need to add "offset" to your constrained red square !
Open the instance of the red square inside the scene and unlock the "lock" Then in your constrain rules make it like this : Constrain "self.position.X TO camera.origin.X + Mouse.position.X Constrain "self.position.Y TO camera.origin.Y + Mouse.position.Y
P.S It amazing how posting a video of your problem and let us see it, will give you a quick solution, cause sometimes it takes ages to understand problems through people's text , so great job on this!
"It amazing how posting a video of your problem and let us see it, will give you a quick solution, cause sometimes it takes ages to understand problems through people's text , so great job on this!"
Absolutely !
So much better (and easier to offer a solution to) than: "so I got a dog and he's inside the kitchen and he needs to touch the moon to win a coin but when he picks up the stick the coin follows the clock and not the attribute that tells the door when to open???"
Comments
Open the instance of the red square inside the scene and unlock the "lock"
Then in your constrain rules make it like this :
Constrain "self.position.X TO camera.origin.X + Mouse.position.X
Constrain "self.position.Y TO camera.origin.Y + Mouse.position.Y
P.S
It amazing how posting a video of your problem and let us see it, will give you a quick solution, cause sometimes it takes ages to understand problems through people's text , so great job on this!
Roy.
PS: I preferred to put a video for it is better for all clear. Thanks Roy
"It amazing how posting a video of your problem and let us see it, will give you a quick solution, cause sometimes it takes ages to understand problems through people's text , so great job on this!"
Absolutely !
So much better (and easier to offer a solution to) than: "so I got a dog and he's inside the kitchen and he needs to touch the moon to win a coin but when he picks up the stick the coin follows the clock and not the attribute that tells the door when to open???"