Gorepete Wrote:It is a bug I never got around to fixing. There is a conflict between the falling trigger and the air dash trigger which can fire at the same time on separate functions, the fall trigger usually gets preference and causes the airdash to fail.
//AS2
//action 1
if (!_global.fallActionMUTEX and ACTION)
{
_global.fallActionMUTEX=true; //will avoid the other action to occur
do_action(); // you must use _global.fallActionMUTEX=false in the end of your function, not in this same if (same frame).
}
//action2
if (!_global.fallActionMUTEX and ACTION2)
{
_global.fallActionMUTEX=true; //will avoid the other action to occur
do_action2(); // you must use _global.fallActionMUTEX=false in the end of your function, not in this same if (same frame).
}
your reap3r, but your avatar is a dragon on a farm tool?
Uchiha wolf Wrote:if u save this whily u are login dus it ceep ur save data cuz i have playd it on the comdotgame sit and it ceeps on deliten my save data ps how do u pm sumone on this sit so i know i wont piss pp off bey trying to post stuff on thourds that i can just ask one of the gm's or admins thanks
your reap3r, but your avatar is a dragon on a farm tool?
letwainspoon Wrote:Does this game have a gallery mode? Something where you can view all the animations or something.
your reap3r, but your avatar is a dragon on a farm tool?
Return to GoRepeat's One Stop Shop
Users browsing this forum: No registered users