Search found 2 matches
- Tue Dec 16, 2003 8:52 am
- Forum: PHP - Code
- Topic: Arrow key navigation issue
- Replies: 5
- Views: 468
thanks
This will be in an online game and do not see how I could do it in flash with out major changes to the way the game is being set up. I have seen this done in ASP sites and it worksa well and I think it could be done with Java script but I just don't know where to start with that idea
- Tue Dec 16, 2003 7:04 am
- Forum: PHP - Code
- Topic: Arrow key navigation issue
- Replies: 5
- Views: 468
Arrow key navigation issue
I am pretty new to PHP and he looked in many places for an idea on how to do this but have failed. Here is what I would like to do. I would like to use the arrow keys to navigate a game grid. for expamly I have a grid with X and Y axis and the person is at $x=5 and $Y=5 and then click the Up arrow k...