When I try to pause the animation and change the animation frame using a variable for the object, they don’t work. Creating the object does work however:
Among objects Girls_F, create object named GlobalVariableString(GirlName)+"_F" at position 314;444
Pause the current animation of GlobalVariableString(GirlName)+"_F"
Do =GlobalVariable(Pose) to animation frame of GlobalVariableString(GirlName)+"_F"
When using a hardcoded object they do work:
Create object Yuki_F at position 314;444
Pause the current animation of Yuki_F
Do =GlobalVariable(Pose) to animation frame of Yuki_F
If I can’t use the first solution, I have to add a lot and a lot more conditions and actions.
Does anyone know a solution if it exists?