Monthly Archives: June 2015

Bought one more tablet. Wacom ctl-460

This one is not too large, but is quick and responsive. It doesnt have an eraser on top of the pen, but since I only draw in adobe flash, I dont need it anyway)

Posted in Personal | Tagged | Comments Off on Bought one more tablet. Wacom ctl-460

Tiny tip for NaN use

Use case: //you have a number in text format and you want to convert it to number format //and also to make sure there is no character inside var nTemp:Number = Number(someStringWithCharactersInsideProbably); if (isNan(nTemp)) { //aha.. there are some characters … Continue reading

Posted in Adobe Flash, as3, Coding faults collection | Comments Off on Tiny tip for NaN use