PDA

View Full Version : Tables in Flash


ChrisA
09-05-2002, 12:22 PM
Is there anyway to create a table in flash or get a table into flash

Pal3rm02k
09-05-2002, 09:55 PM
Just draw it !! If it is a simple table u can draw it using the line and the rectangle tool!!!
I hope I'm right!!

ChrisA
09-06-2002, 08:10 AM
I need 2 columns and 20 rows I thought there might be an easier way than to draw it using the rectangle tool

thanks anyway

tg
09-09-2002, 02:42 PM
you could build it in actionscript.
make a box mc,
then use a loop and attachMovie() to attach all the cells you need, and set their coordinates.

look in the movie section, i think jesse has a movie there that does this, basically your just making a grid. 2 wide, 20 long.

ChrisA
09-10-2002, 04:41 PM
ok thanks