#1, by xemencoSaturday, 14. June 2014, 23:30 11 years ago
Hi
I've found Visionaire Studio recently, I gotta say it's very nice and very easy to learn.
I'm just learning the engine by making a little game for myself.
I have a problem right now, the character in my game has an "Object A" , when the "object A" interacts with another "object B", an animation plays(character throw the Object A to Object B and object B will disappear), I want to hide the character when animation play and un-hide it when animation finishes and Object B disappears.
I can do that but , when animation finished , character is hidden and then I click to move , character appear and move to the point.
I don't know why! Maybe I went whole the way wrong to do this. Maybe I have to set two condition on Object B (one for object A and one for object B), (to change the Object A condition to false and then again to true to make character disappear and appear)