I would help you but i can't open your .capx because it's using third party, I have no time to find them and download them... Would you remove these third party plugin or replace with standard plugins?
can you tell me wich third party plugin is asking you?? :) thanks!!
btw i fix it...but now i dont have why this is different than before, now i use a instance variable to control the mirror of the instances and now the instances mirrors individually :) before i was using this
if eye1 (variable"eye1" = 1) then set eye1 mirrorded
else
eye1 set not mirrorded
if Eye1 is mirror > then Eye2 set to not mirrorded
if Eye1 is not mirror > then Eye2 set mirrorded
THIS WAS what i wanted to do, that the instances of eye2 mirror contrary to eye1, but i was not working, becuase eye2 will mirror when it should not, as 1 instance and not as many instances..
this fix it... i did a varialbe to control teh mirror of eye2 as i did with eye1
if eye1 (variable"eye1" = 1)> then set eye1 mirrorded
else
eye1 set not mirrorded
every tick > eye2(variable"eye2") is = eye1(variable"eye1")
if eye2 (variable"eye2" = 1)> then set eye2 set not mirrorded
else
eye2 > set mirroded
now the instances mirror individually, can anyone explain what different at using instance variables?
capx (still with third party)
dropbox.com/s/1kx3hnu0ugviobm/Problem%20at%20mirror%20object%20Fixed.capx