I've been working on a game where you have lots of challenges and have to go round collecting gems. I want to make an animation type of thing for my game to show the story so far, I thought if I had something to delay just one object, I could move let's say an arm, wait for about 5 seconds then move again. I know there is a greenfoot.delay method but that delay's the entire game. Could I do it in a way so that it doesn't do this?
Thanks.