Go Back   kirupaForum > Flash > Flash CS3

Reply
 
Thread Tools Display Modes
Old 11-18-2009, 08:08 PM   #1
phingko
Registered User
multidimensional array

Hi I'm trying to create a 3x3 array that looks like a mini chessboard
but it's not working

i'm not sure why, can anyone point out to me pls. Thanks in advance

var black_mc:Black ;
var white_mc:White ;

var tile:Array = new Array(new Array(black_mc,white_mc,black_mc), new Array(white_mc,black_mc,white_mc),new Array(black_mc,white_mc,black_mc));

for(var i:int=0; i<3; i++){
for(var j:int=0; j<3; j++){
if(tile[i][j] == black_mc){
black_mc = new Black();
black_mc.x = black_mc.width*j;
black_mc.y = black_mc.height*i;
stage.addChild(black_mc);
trace("black");
} if(tile[i][j] == white_mc){
white_mc = new White();
white_mc.x = black_mc.width*j;
white_mc.y = black_mc.height*i;
stage.addChild(white_mc);
trace("white");
}
}
}
phingko is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Old 11-18-2009, 08:56 PM   #2
phingko
Registered User
got it now
thanks
phingko is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:14 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com