Ok so i'm using SetBackgroundFrame to animate a background as i want to add a waiting period after the animation, the animation is a fish jumping in a pond but i don't want the fish to repeatedly jump in the animation.
This is the code i was trying but it stops the character from moving etc as its using Wait();
SetBackgroundFrame(0);
Wait(400);
SetBackgroundFrame(1);
Wait(5);
SetBackgroundFrame(2);
Wait(5);
SetBackgroundFrame(3);
Wait(5);
this code is being looped.
This is the code i was trying but it stops the character from moving etc as its using Wait();
SetBackgroundFrame(0);
Wait(400);
SetBackgroundFrame(1);
Wait(5);
SetBackgroundFrame(2);
Wait(5);
SetBackgroundFrame(3);
Wait(5);
this code is being looped.