Tag Archives: documentation

From AS2 to AS3 – Where did it go – random

This is one that I figured out pretty quick. What has the ActionScript 2.0 Migration to say about this subject: ActionScript 2.0  ActionScript 3.0  Comments random() Math.random() Removed. Use Math.random() instead. I could have seen that coming: Deprecated since Flash Player 5. This function was deprecated in favor of Math.random(). Returns a random integer between 0 and [...]

Box2DFlashAS3 documentation

In a previous post I started my journey into Flash physics by using Box2D. And I “complained” about the documentation. So I decided to create one for the boys & girls at the box2d Flash AS3 forum using ASDoc….. Someone beat me to the punch: BorisTheBrave created a script to convert the current comment into [...]