#How do i trigger an object animation by passing trought them?
9 messages · Page 1 of 1 (latest)
make it only trigger if the animation isnt playing i guess
i just wanna make the object animation play when the player pass by the object
alr so the easiest way to do that would be to use the animation end event and when the specfic sprite is being used and the animation ends, change it back to the default
whats the code for that?
{
sprite_index=<put whatever u want the sprite to return to here>
image_index=0
}```
that pr3etty much
in animation end
thx bro