Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.95 / 5.00 11,490 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.04 / 5.00 50,247 ViewsI'm trying to spawn different kinds of enemies, so i copy pasted then edited 2 different classes for each enemy. for some reason flash will only show the first kind of enemy, the other one is invisible. i had
trace(visible);
and that keeps returning true, even though the movie clip isn't showing in my swf.
has this happened to anyone else? if so, how can i fix it?
We obviously cannot help without looking at the code you have.
At 9 hours ago, ronk wrote: I'm trying to spawn different kinds of enemies, so i copy pasted then edited 2 different classes for each enemy. for some reason flash will only show the first kind of enemy, the other one is invisible. i had
trace(visible);
and that keeps returning true, even though the movie clip isn't showing in my swf.
has this happened to anyone else? if so, how can i fix it?
It may be that you are instantiating the enemy, but not properly adding it to the stage where you can see it. But as milchreis said, we'd need to see the code in order to help.