Help with the following

So unfortunately the TEAL forums are vacant so I have to ask here.

I have a list set up of seven array (images of ducks) here is what the instructions state:

  1. add on a game update every 500 ms block to your game
  2. In the event handler, change the current frame (variable) by 1
  3. Finally set your sprite’s image to be the value of the fram list (variable) array at the current frame

#3 makes entirely no sense to me. Please help.

1 Like

can you send the link?

Yeah thats pretty poorly worded. My best guess would be ‘set sprite image to (array get value at (variable))’ but your guess is as good as mine.

so turns out a animation is a array of images