sbiermanlytle / iioEngine

iio Engine: A JavaScript game engine for HTML5 Canvas
http://iioengine.com
455 stars 81 forks source link

Quick Start Issue #12

Closed gmcclure closed 11 years ago

gmcclure commented 11 years ago

The Quick Start example, hello.html, isn't working for me, either in Google Chrome or Firefox. All that's displayed is a blank white screen. The iioEngine.min.js file is definitely being loaded. Otherwise, no dice.

This is true for the Tic-Tac-Toe demo, which shows a blank black screen. I'll look into the other demos, which seem to be working.

gmcclure commented 11 years ago

When I load the drag-and-drop example, it works fine. But when I comment from lines 18 until the end of SimpleDragAndDrop function and then load the page, I see the text for a moment, and then the text disappears.

sbiermanlytle commented 11 years ago

I tested both and couldn't reproduce your errors. iio and all of the examples were updated over the weekend to version 1.2.2. Some class names were changed, so there will be some incompatibility with earlier code. Try downloading the SDK again or pulling the newest versions from Git.

gmcclure commented 11 years ago

I cloned from Git and that did it. I downloaded the SDK a few days ago, so I didn't have the latest. Thanks for the info.