LordDan
06-01-2010, 10:22 PM
Hey!
I just spent around 7 hours learning jQuery for the first time and ended up with an RPG World.
Quite surprised how easy jQuery is and how quickly I picked it up. My code is a bit messy but once I finish I should know enough to
be able to clean it up and improve on it more.
Anyway, I'm just interested to see what ya'll think of my noob start to jQuery. Also, if there is any
specific jQuery books on Amazon or any decent jQuery articles you think I could learn something from
please let me know. I want to continue to learn this stuff.
Here is the result of my learning: RPG World Map Prototype ('http://crikeygames.com.au/neab/EnchantedRPGEngine/WorldMapTest/test.html')
It's built up in layers:
Ground Layer (Terrain Tiles)
Objects Layer (Anything above terrain - Bushes/Signpost)
Player Sprite (Me/You, obviously)
Overhead Object Layer (Anything that needs to be above our sprite - walk around the lamp-post to see)
Events Layer (Trigger something - Step in "front" of the signpost to see)
It seems to work IE8, Firefox 2+, Opera 9+, Chrome, Safari 3+ - Only IE6/7 have positioning issues.
Movement: Arrow Keys (Will add WASD later)
Feedback? Remarks? Noob Bashes and Insults? :S
I just spent around 7 hours learning jQuery for the first time and ended up with an RPG World.
Quite surprised how easy jQuery is and how quickly I picked it up. My code is a bit messy but once I finish I should know enough to
be able to clean it up and improve on it more.
Anyway, I'm just interested to see what ya'll think of my noob start to jQuery. Also, if there is any
specific jQuery books on Amazon or any decent jQuery articles you think I could learn something from
please let me know. I want to continue to learn this stuff.
Here is the result of my learning: RPG World Map Prototype ('http://crikeygames.com.au/neab/EnchantedRPGEngine/WorldMapTest/test.html')
It's built up in layers:
Ground Layer (Terrain Tiles)
Objects Layer (Anything above terrain - Bushes/Signpost)
Player Sprite (Me/You, obviously)
Overhead Object Layer (Anything that needs to be above our sprite - walk around the lamp-post to see)
Events Layer (Trigger something - Step in "front" of the signpost to see)
It seems to work IE8, Firefox 2+, Opera 9+, Chrome, Safari 3+ - Only IE6/7 have positioning issues.
Movement: Arrow Keys (Will add WASD later)
Feedback? Remarks? Noob Bashes and Insults? :S