#Top down sprite trouble
8 messages · Page 1 of 1 (latest)
Do you think you could try and write where these lines of code would go? I tried implementing it to mine but it didn't seem to quite work
do you have an Animation End event already?
//in Animation End
if sprite_index=spr_old {
sprite_index=spr_new;
image_index=0;
}```
that ought to do it
(in case you didn't know)
Ah, okay, I thought you were talking about a line of code instead, thanks for the help! I'll let you know if it works