Okay, before I join a different room in SmartFoxServer, when I go to change a movieclip's frame on the avatar's movieclip it works fine, right? But when I change to a second room, the user variables update fine (meaning the movieclip in the avatar mc is going to the correct frame by the user variable on other screens) but the standard gotoAndPlay command doesnt seem to happen on my screen.
Code: Select all
E.g. : function changeHeadItem(){
myAvatar.head.gotoAndStop(2);
smartfox.setUserVariables({head:2, init:false});
}
Oh and myAvatar is already defined as your personal avatarClip with the ID (myAvatar:MovieClip = avatarMC['_avatar' + id]

and id is also defined properly.
So, the clip does work fine in the first room joined - the second however--- it doesnt appear right on my screen.
Any ideas?
Cheers and sorry if this is unclear; its quite difficult for me to explain :S
Regards - Jack