well i run my game and it works fine until you die and click play again, it plays again like it should but this time both the mc’s speeds are double of what they should be. ive tried different ways of fixing this but nothing works… one thing i tried was
ActionScript Code:
[LEFT][COLOR=#993300]if[/COLOR][COLOR=#000000]([/COLOR]mcCharSpeed> [COLOR=#000000]15[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000]{[/COLOR]
mcCharSpeed=[COLOR=#000000]15[/COLOR]
}
[/LEFT]
figured that would fix it but it didnt.
more info about my project… both mc’s are in the .fla not as files
any ideas?