Code: Select all
image aftermorning04_bg_fittingroom_mast 004: #Mc With T-Shirt
contains:
"aftermorning04_bg_fittingroom_mast_00_background"
xanchor -0.985 yanchor -0.54 alpha 1.0
xpos 0.0 ypos 0.0 rotate 10
ease 3.0 xpos -0.048 ypos 0.015 rotate -10
ease 1.0 xpos 0.0 ypos 0.0 rotate 10
repeat
contains:
"aftermorning04_bg_fittingroom_mast_01_d_bodydown pants"
xanchor -0.985 yanchor -0.54 alpha 1.0
xpos 0.0 ypos 0.0 rotate 10
ease 3.0 xpos -0.048 ypos 0.015 rotate -10
ease 1.0 xpos 0.0 ypos 0.0 rotate 10
repeat
contains:
"aftermorning04_bg_fittingroom_mast_02_d_bodyup brablack"
xanchor -0.985 yanchor -0.54 alpha 1.0
xpos 0.0 ypos 0.0 rotate 10
ease 3.0 xpos -0.048 ypos 0.015 rotate -10
ease 1.0 xpos 0.0 ypos 0.0 rotate 10
repeat
contains:
"aftermorning04_bg_fittingroom_mast_03_mc_body naked"
xanchor -0.985 yanchor -0.54 alpha 1.0
xpos 0.0 ypos 0.0 rotate 10
ease 3.0 xpos -0.048 ypos 0.015 rotate -10
ease 1.0 xpos 0.0 ypos 0.0 rotate 10
repeat
contains:
"aftermorning04_bg_fittingroom_mast_06_mc_shirt normal" #This one is the one I want to HIDE with alpha 0.0 in the next scene.
xanchor -0.985 yanchor -0.54 alpha 1.0
xpos 0.0 ypos 0.0 rotate 10
ease 3.0 xpos -0.048 ypos 0.015 rotate -10
ease 1.0 xpos 0.0 ypos 0.0 rotate 10
repeat
block:
alpha 1.0
ease_quad 3.0 alpha 0.0
contains:
"aftermorning04_bg_fittingroom_mast_07_d_armupl"
xanchor 0.272 yanchor 0.348 alpha 1.0 #backarm Didac
rotate 0
easein_quad 2.0 rotate -10
easein_quad 2.0 rotate 0
repeatIn the next scene I would like it disapear with an animation with the rest of the scene intact... Do I have to make a WHOLE new animation copying and pasting it just for one container? Or could I use an ATL BLOCK (as I seen around here) with a CONDITIONAL that if it´s True nothing happens, but if it´s FALSE, then the second option is activated...
Is that posible?
It´s really a pain to have to repeat Animations for all these kind of things...
Let´s imagine that you can choose a differnt color of hair... Would I have to copy and paste all these just if I want different kind of colors, even if there are 20 different??... is there no other way?


