• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Help with Timelines plz :( [SOLVED]

J

Joaquemix

Guest
I am trying to create an introduction for my game, but the timelines don't work well, the first thing I did was create an object and in Create Event I put this code:

timeline_index = tml_Intro;
timeline_position = 0;
timeline_running = true;
timeline_loop = false;

moment_0 loads it perfectly, but the other moments aren't read, I tried to use show_debug_message and I verified it

I need help with this, it's like a bug :/
 
J

Joaquemix

Guest
Can you post some info about your timeline? The values of the moments?
Thanks for answering bro and sorry for delaying in answering, it turns out that for some reason the object I had for the timeline to start had an End animation event with the code "action_kill_object ();", I think it is because of the above experiments I was doing before, I'm stupid

Anyway, thank you very much for answering :D
 
Top