How to use arrays with ActionScript to create randomizers
Loading...
6,390
Uploader Comments (robgraham)
Top Comments
-
I Agree! He should be on TV :o)
see all
All Comments (7)
-
neat video check out my video britney spears dale
-
well u wont be displaying trace u will be displaying the array itself. like this
_root.dynamictextname.text = myarray;
if u want just one lement from the array
_root.dynamictextname.text = myarray[a]
where "a" is the element location in the array remember arrays starts at "0".
if its a multidimentional array
_root.dynamictextname.text = myarray[a][b];
where "b" is the location number of the "a" element in the array.
-
Is there an easy way to display your trace/ result in a dynamic text box?
-
omg ur tuts pwn!!!!! im subscribing to u!
-
Great video, nice and clear. I'm programming in C# at the minute and although the languages are different the principles apply.
Loading...
Your A really Good Teacher!! i learned more from you in 1 hr then a flash book in 90 days lol!.
Tru510Bay 3 years ago 5
Thanks. I really appreciate that.
robgraham 3 years ago