
Travis Jones - 2015-08-09 06:18:48
I have this before the closing body tag:
<script type="text/javascript" src="dollarB.js"></script>
<script type="text/javascript" src="main.js"></script>
and this in the main.js file:
console.log("Mouse Y"+$B.mouseY());
console.log("Mouse X"+$B.mouseX());
Can someone help?
Thanks for your time :)