Ok so, I am currently trying to switch my logo with an already made animation, but I am having problems, that problem being that the animation breaks but the switch works, but it isn't what I want, what I exactly want is to make that animation still work whilst in the process of the switch... Albeit I don't know how to do it, even after trying multiple solutions...
My logo code is this :
Code: Select all
image menu_logo:
"/mod_assets/DDLCModTemplateLogo.png"
subpixel True
xcenter 630
ycenter 120
zoom 0.73
menu_logo_move # Where the logo drops down in the intro.
menu_spin # Makes the Logo spin!
Code: Select all
image menu_bg:
topleft
# Morning Background
"/mod_assets/mod_gui/menu_bg_ddcof.jpg" with Dissolve(22.0)
pause 22.0
# Noon Background
"/mod_assets/mod_gui/menu_bg1_ddcof.jpg" with Dissolve(22.0)
pause 22.0
# Night Background
"/mod_assets/mod_gui/menu_bg2_ddcof.jpg" with Dissolve(22.0)
pause 22.0
repeat