Making your finger an actor?
I'm new to this, and yes, I have read the manual, but I'm trying to make a game where your finger is the character.
I've worked with keys before but never touch.
Simple layout: You touch the screen then while your finger is on the screen, points are given to you and objects are falling down. You have to move your finger left, central, and right to avoid the objects. What I do not get is how do I make my finger the actor?
Best Answers
-
gamestudent Posts: 504
Ok, so what I would do is this. 1 create an actor. 2 Go in and drag a constrain attribute in. 3 constrain the actors x position to the fingers position.( click the first field and select the actors name then position, the double click X. Then in the second field click devices, then touches, then touch1 then X.) Sorry if I'm over explaining it, but you did say you were new.
Answers
Thank you, i figured it would be something like that.