Apple account and game rule question...
Hi, I want to know if I can buy an apple developer account with an itunes card or do I really need to use a credit card?
My other question is that i've seen a rule in the expression editor that goes like this:
game.Mouse.Position.X and game.Mouse.Position.Y
both work when you are working on your computer, but if you transfer the game to your device will it still work if you leave that rule? Or do you have to change it for something else?
My other question is that i've seen a rule in the expression editor that goes like this:
game.Mouse.Position.X and game.Mouse.Position.Y
both work when you are working on your computer, but if you transfer the game to your device will it still work if you leave that rule? Or do you have to change it for something else?
Comments
Mouse is down = touch
mouse position = touch position
mouse is inside = touching the actor (inside it's boundaries)
Don't know about your first question.