My goal is to make a menu made of 8x8 grids.
Object should appear every "period of time" with transion and name.
In short:
+ Create object
- scale from 0 to 100 (or fade from 0 to 100, any transition)
- set instance value to "name " & "number - or if it's possible. get namy from array
+ wait 1 second, Create object
- scale from...
- set instance value...
+ ...
If it goes to number 4 go to new line, so object number 5 is first in second row.
<img src="http://dl.dropbox.com/u/34375299/grid.jpg" border="0">
I did that with Flash quite easily but i'm unable to reproduce that by events and it's about time to learn that in C2 ;)
Here's what i've managed to do
http://dl.dropbox.com/u/34375299/menu.capx
If someone could show me how it can be done with short explanation how and why I would be very grateful.