Hello all,
As this is my first post on the Scirra forums, I just want to reiterate what others have said already. C2 is an incredible program with limitless potential. I come from an AS2/AS3 background but never got into the swing of it because debugging was always so time-consuming, whereas C2 is easier and faster than I could have ever expected.
Now to my question: I am trying to make a platforming game with multiple characters. I know that by adding a character number variable one can change animations to different characters, but I want completely distinct player objects as well. Each character will have different speed, jumping, etc. and some will have unique abilities as well.
Is this possible? Is there any way to cycle between multiple player objects? I would prefer to be able to switch on the fly, but a character selection screen would be fine. I would really appreciate any ideas the community could offer!