Answered
Converting AS to html5 - changing variable within movieclip
Hello,
I have an old Flash ActionScript game I would like to convert to html5.
In a movieclip, I would change a variable located in the root using:
_root.heroStatus = "movingRight";
How would I do the same in html5?
Thanks
