How do I make 1/2 the screen control left......
SaveDave
Member Posts: 140
And the other 1/2 of the screen control the right...
I'm trying to make a fighter who's fists you can control... Left and right punches.
I have created an integer called punch left and I have made an actor that is invisible that covers the left side of the screen.
The integer is 0
I have set it as the following:
If actor left 1/2 is touched.. Screen
Then change attribute to integer = 1
Then, the left arm actor has a rule saying...
If actor is integer 1, then animate left arm punch....
Is this correct? Only it's not workin!!!
Help please!
I'm trying to make a fighter who's fists you can control... Left and right punches.
I have created an integer called punch left and I have made an actor that is invisible that covers the left side of the screen.
The integer is 0
I have set it as the following:
If actor left 1/2 is touched.. Screen
Then change attribute to integer = 1
Then, the left arm actor has a rule saying...
If actor is integer 1, then animate left arm punch....
Is this correct? Only it's not workin!!!
Help please!
Comments
How is this different from what I have already tried out?