thejoeknows.com
June 27th, 2008, 01:29 PM
when trying to set a movieclip as an addchild, my hero still goes under it instead of walking on it.
i hav tried...
addChild(level.mc.building); //where level.mc is the level and building is its background
and ive tried
hero.mc addChild(level.mc.building); //where hero.mc is the character
in both versions the hero walks under the movieclip
any suggestions?
i hav tried...
addChild(level.mc.building); //where level.mc is the level and building is its background
and ive tried
hero.mc addChild(level.mc.building); //where hero.mc is the character
in both versions the hero walks under the movieclip
any suggestions?