C0d1ng-L0s3r / ajaxmmo

Automatically exported from code.google.com/p/ajaxmmo
0 stars 0 forks source link

Make move and selection actions #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Make characters selectable, then click on empty tiles will attempt to move
that character in that direction.

Give the ability to create new characters at any position.

Original issue reported on code.google.com by jlebr...@gmail.com on 13 Nov 2008 at 1:49

GoogleCodeExporter commented 8 years ago
For selection, create custom attribute in the html using jquery. Flip 
"selected" 
true/false when a unit is clicked.

Then when a tile is click you can serialize the selected unit and pass them to 
the 
moves queue.

Original comment by jlebr...@gmail.com on 16 Dec 2008 at 5:44

GoogleCodeExporter commented 8 years ago
pass the selected units as a json string to the ClickOnTile function.

ClickOnTile will then select all units belonging to the user with those id's

ClickOnTile should ad the clicked tile as a destination in the Moves System*

*not yet writen.

Original comment by jlebr...@gmail.com on 3 Mar 2009 at 10:00

GoogleCodeExporter commented 8 years ago
implemented, and to test...

this is no longer an enhancement ticket. future tickets based on this be be 
classed
as bugs.

Original comment by jlebr...@gmail.com on 5 Apr 2009 at 6:16