Motions

gr3y

  • Posts: 1
Hey I just started playing around with stencyl and wondered if it is possible to make it accept a succession of motions.

What I mean is in fighting games you'll press quartercircle forward and one or more actionbutton(s) to make a special move (ryu = hadouken (fireball) if you know street fighter). A quartercircle is just the quick succession of down, downforward and forward plus the action. Is that possible in stencyl?

Also I just found the joystick type of control only for mobile? Is there any way to put that onto PC as well? (And is it any of this a premium feature?)

Photon

  • Posts: 2691
Sure. Its more a matter of figuring out how to program the logic. The following tutorial talks about emulating double taps in Stencyl, but with some work the same concept could be used to have it read from a list of inputs:

http://photongamedev.wordpress.com/2013/06/03/emulating-double-taps/
Do NOT PM me your questions, because I likely will not respond. If I have replied to your question on the forum, keep using that topic. Thanks!