Role Playing Game

Dear Sir/Madam,

I have a few problems about FlashMX.

Firstly, how do you keep track of mouse movement?

Secondly, how do you place a game map for the player to move around?

Thirdly, how do you place Flash program into Java program?

Thank you Sir/Madam, for spending time in helping me solving my

problem.

Yours Sincerely,

RainbowEnergies

Hi,

*Originally posted by RainbowEnergies *

Firstly, how do you keep track of mouse movement?

Secondly, how do you place a game map for the player to move around?

Thirdly, how do you place Flash program into Java program?

1. _xmouse, _ymouse (_root._xmouse, _root._ymouse for global mouse) catch the first x and y positions and compare them with the second ones that u catch on mouseDown, mouseUp, mouseMove, keyDown, press, rollOver, rollOut, interval of timeā€¦or whaterver the event.

2. ???

3. XML? (for instance)

Cheers

SHO