When the screen is touched (or clicked) character will move up or down.
meppley7
Member Posts: 9
Having trouble with getting this to work.
As of now I am using a rule and the movement attribute.
I can move the actor when he is touched directly with the mouse, however this is not what I am looking to use for game play.
Pretty much I am wanting to move the character up when the screen is touched.
Any ideas how to do this?
As of now I am using a rule and the movement attribute.
I can move the actor when he is touched directly with the mouse, however this is not what I am looking to use for game play.
Pretty much I am wanting to move the character up when the screen is touched.
Any ideas how to do this?
Comments
In the background of the scene, when touch is pressed change attribute touch to true, otherwise change touch to false
In your actor when attribute touch is true (do)
Need Help? Email Me | Templates | Full Game Source Code