YesNoOk
avatar

attack feature (Read 345 times)

Started by N_Shikamaru, October 23, 2008, 12:33:21 pm
Share this topic:
attack feature
#1  October 23, 2008, 12:33:21 pm
  • avatar
  • *
i want to use a special attack(i call it A) only if i am on the left side(or on the right side), how do i do this? any suggestions or help would be really nice ;D
Re: attack feature
#2  October 23, 2008, 12:39:13 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Assuming you mean left side of the screen and not just facing the opponent:

for the left side you would need to set a "trigger- pos x<0" that! tells you that you can only activate on the left side and for the right side you need "trigger - pos x <0" .

 :)
Re: attack feature
#3  October 23, 2008, 05:26:09 pm
  • **
I think using a trigger = facing = 1 would work ........if that isnt what you are looking for....you could try using a screenpos x
Re: attack feature
#4  October 23, 2008, 06:04:53 pm
  • avatar
  • *
yeah, the first one was what i was looking for but the second just let me come up with another idea^^
thx both, problem solved:P