Denis Radin

Results 29 issues of Denis Radin

If global AssetsList fits for us - rename it to Library and make corresponding refactoring

Very often we need to preload some assets even before page is displayed and any user code is executed. Probably it`s good idea to implement data-assets attribute for FlashJS script...

At the moment we have scale-independant X,Y for objects but their width, height depends on real size of images used. So for scale 4 it will be 32_32 and for...

At the moment we have Canvas and DOM renders but we need WebGL one to get maximum perfomance for desktop. It`s quite easy to use Canvas render as example and...

<asset/> tag accept "id" attribute with assetID, then determines URL of this asset in needed scale and then inserts it to page as tag. Also <asset/> tag have to forward...

Assets scale is nice feature of FlashJS, but there are few issues connected with this. Assets are loaded with AssetsLists which is object of AssetList class. Every AssetList have to...

Assets scale is nice feature of FlashJS, but there are few issues connected with this. Assets are loaded with AssetsLists which is object of AssetList class. Every AssetList have to...

For example dispatch Event.COMLETE for loading, MouseEvent.CLICK on click or tap and so on - let API user to use same event listeners as Flash let.

Let users to dispatch events in flash manner. Object.dispatchEvent(new Event("type")); At this moment it works only in Chrome and other browsers need jQuery style object.trigger("type");

Now we dont delete all links to childs so it continue to execute Need to find way to removeObject completely may be object.delete = function () {delete this'}