-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: oop
JS: Deactivate single Events while using Event Delegation
If you come along one of those instances where you want to disable an event listener you have many options. One of them would be to assign null to the event handler.
Posted in Uncategorized
Tagged eventdelegation, events, javascript, literals, method, objects, oop, singelton
Leave a comment
Color Transition with AS3
Create a color transition animation with a one liner in Flash Actionscript AS3 using Tweener Classes. Continue reading