Skip to main content
Known Participant
September 16, 2010
Answered

How can I add and remove from arrays?

  • September 16, 2010
  • 1 reply
  • 348 views

I made a little thing that has to do with badges. Theres 6 badges, and they load out with attachMovie. I want to be able to change the badges, so how would I be able to change things in an array? Like adding and removing numbers in it.

This topic has been closed for replies.
Correct answer Ned Murphy

Look up the Array class in the help documents and go thru all of the various methods available for it.  All of the adding and removing things methods will be there.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
September 16, 2010

Look up the Array class in the help documents and go thru all of the various methods available for it.  All of the adding and removing things methods will be there.