Error: MouseInputComponent is not defined
Source File: http://localhost:8080/static/js/mouseinput_test.js
Line: 15
But in Chrome I sometimes get:
Uncaught TypeError: Cannot read property 'position' of undefined
Here's the dummy code that generates the errors above:
http://paste.pocoo.org/show/158046/
What am I doing wrong, or how is it supposed to work?
thank you.
-- rodrigo
http://renderengine.googlecode.com/svn/trunk/test/manual/index.html?test=components/mouseinput
It also exposed some issues of the dependency checker (the Linker).
Linker wasn't properly validating constructors for objects (which has
now been fixed). It may cause some issues loading your game, but
hopefully not. I've verified it with each of the demo apps to make
sure they all still run. If you have any issues, let me know.
It appears I checked in some bad code for the Sprite Editor and
something is amiss in the Font Editor. <sigh>
- Brett
Thank you. I got it working now.
-- rodrigo