• 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!

Need some help for my game

N

Nessy

Guest
Hello ! I am a beginner in the programming world and I want to create a game and at the same time I want to learn.

So I want to know what my code is not working?

I want to change places when the animation of my sprite ends, it's because it's a transition

So give me codes to see how it works.

Thank you in advance for your answers !!
 
N

Nessy

Guest
Hello, i don't whrite my code beacause i try a lot of code.
But my code i use now is

Anim = ev_animation_end
If Anim
{

room_goto(Ile)

}

So i use ev animation end because i try and test it but i don't really know what is it
I don't know too if it can be what i think

Ile is the name of my room (yes i'm french)

Anim is a variable

So just i test a lot of different code and i don't know what use. So if you have a code for this action, i will be very very happy 😀 !
 
N

Nessy

Guest
Oh thanks a lot !! I try it and it works !! 😀 I'm so happy now !!
 
Top