PDA

View Full Version : Question from the flash n00b.. I want to make an interactive grid, 14 x12 units. How?


adlep
02-18-2003, 12:37 PM
I want to create an interactive grid, and then I want to "move" among it, one unit at the time, in any direction. I want to be able to use both diagonals as well. How should I approach this problem?
Do I need some actionScript?
Help....

Example grid, and some "moves":
http://www.computerfix.org/grid.htm

fgf
02-18-2003, 01:41 PM
yes you need action script. Probably quite a lot.

I've got a crossword file somewhere that does most of what you specify. If you plan on moving using keyboard I seem to remeber that getting 2 keys to register as down at the same time was a problem. I'll see if I can find it and post.

If you haven't done any actionscript you'll need to do a bunch of basic tutorials before you tackle this. Definitly do a paths one if you don't know them inside out.

fgf

adlep
02-18-2003, 02:06 PM
Big thx...
It is a simpe idea, but I guess it will be very difficult to do.....

Edit: I plan to use mouse and 2 diffrient colors...