hello guys, im making 3D game, i added lot 3D objects and lot sprites attached (as container) to one object for making 'skins' for NPC characters.
Because this 3D shape object is template to make other NPC's with other skins and stats.
Everything works very well until i added Persist behavior to this 3d shape object '3dNPC'
After adding Persist object to '3DNPC' when im go to layout 2 and when im back to start level layout 1 , the game becomes unplayable. Controls dont working, shooting dont working, NPC behave weird also weird looped sounds !
I dont do anything after preview, This happens when I leave the level intact, just exit and re-enter.
3DNPC have instance variables:
-numbers
-strings
in Container 15 sprites as Faces
Any ideas?