Quantcast
Channel: Management-Survival.com » blender
Browsing latest articles
Browse All 5 View Live

Check by code what SDK version are you using in the as3 project

import mx.core.UITextField; import mx.core.mx_internal; var version:String = UITextField.mx_internal::VERSION; trace(version); ——————————- result = 3.6.0.12937 Summary: Check by code what SDK version...

View Article



Physical Resize an image file (jpg/png) with adobe air

If you need to open an image file and save it with another resolution, let’s say open a 1000×500 jpg and save it with 500×250, you can do it with the help of as3corelib. Summary: Physical Resize an...

View Article

Flash Floating Point Precision

Flash doesn’t correct floating point operations, so you end up with crazy stuff like 152.2*100 = 15219.999999999998. I tried the following formula to get 2 decimal points precision int(152.2*100)/100...

View Article

3DS Max 2014 features revealed

(Updated) A complete list of new features can be found on the Max 2014 online docs. In advance of the official announcement of the upcoming release of 3DS Max / Design 2014 at its “Unfold” event,...

View Article

Piston Problems – A Minecraft Animation

Piston Problems – A Minecraft Animation After discovering pistons for the first time, Steve decides to use them as a form of travel. This idea seems to work pretty well, until something else decide…...

View Article

Browsing latest articles
Browse All 5 View Live


Latest Images