Hi, I am making a simple game and I have an option to change the player appearance.
Problem is I tried to use a variable to detect and change clothes but it doesn’t work.
I have already declared the variable using var playerClothes= “normal”; but it seems because the clothes movieclip is in another movieclip, it can’t access the variables.
I’ve tried package to make global variables, but it says my package is unexpected although the code checker says there are no errors. I put the package in the first frame.
I have also the same problem when trying to access a button inside a movieclip it can’t find it…