Array Demo

Your browser needs java to view projects. Click here to install Java.

user_icon Roberth shared it 2 years, 6 months ago
619 views, 2 taggers, 5 people love it, 122 downloads, in 2 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
wii wii 2 years, 4 months ago

? ?

samfent samfent 2 years, 4 months ago

I don't really understand the Fetch button. I see from the code that it's supposed to set the array value, but can we see this on the screen? No matter what values have been stored, and what values are currently on the slider, "Fetch" does nothing more (visibly) than set the Array Value slider to zero.

_Dragon_MC_ _Dragon_MC_ 2 years, 4 months ago

An array is a group of values. Each value has an x (horizontal) position, if the array is 2-dimensional a y position (vertical), and if the array is 3-dimensional a z position (I guess, how far away it is).

Greatdane Greatdane 2 years, 4 months ago

What's an array?

rauscher rauscher 2 years, 5 months ago

This is very good but it doesn't get past the issue of not having an array data structure for sprites. There's a space invaders example that would work well with arrays but the person had to instantiate each "badguy" as an independant sprite.

mohlar mohlar 2 years, 5 months ago

Very useful demo. I'll be pointing to this URL in a forum thread about useful demo projects.

Please Wait...