Hi Ashley
I've got some questions regarding your plugins:
Thanks
- I think jQuery is clearer than $ - see docs
- I think jQuery is clearer than $
- see docs
So basically when writing our own code we should access properties like so obj.position.x
But when dealing with libraries code, we should use brackets like so obj.['position'].['x'] ?
Develop games in your browser. Powerful, performant & highly capable.
X3M
obj['position']['x']