I'm making a game for a college assignment using C2 and I'm supposed to use plugins. So I found this Branch plugin (http://www.scirra.com/forum/plugin-branch_topic45712.html) which allows me to use if and elseif. This would be very helpful to save me some events because my character has transformations and if/elseif would help me with the switching of animations.
I'm very new to the program tho and I can't make it work. Can anyone give me some guidelines on how to make it work.
The idea is something like:
Condition: If speed and strong = false -> on jumping -> set animation to jumping -> elseif speed = true and strong = false --> set animation to jumpingSpeed -> elseif speed = false and strong = true --> set animation to jumpingStrong.
Here's my capx:
http://www.mediafire.com/?nqzs6l91m9folc4
thanks for any feedback!