Is there a way to animate something without specifying a specific loop? For example, I want to have my character animate on button press with whichever loop corresponds to which way he's facing. I'm aware I could script in four 'if' statements relying on which view/sprite he's currently using, but I can't be sure exactly which view he'll be using at the time so this would be a royal pain in the ass.
Is there a better way? -_-
Hmmm try this:
AimateCharacter(ROGER,character[ROGER].loop,whatever,whatever);
Dargh, now why didn't I think of that... thanks!