flash on 2009-2-21 tomohero forked:0favorite:1lines:24license : All rights reserved modified : 2009-02-21 11:28:32 Embed Tweet <?xml version="1.0" encoding="UTF-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" initialize="onInit()"> <mx:HRule width="100%"/> <mx:Text text="test1"/> <mx:Label text="test2"/> <mx:Text> <mx:text> <![CDATA[ skateboarding is not a crime ]]> </mx:text> </mx:Text> <mx:Script> <![CDATA[ import mx.controls.Alert; private function onInit():void{ var test = Math.floor(Math.random()*6)+1; Alert.show(test); } ]]> </mx:Script> </mx:Application> Code Fullscreen Preview Fullscreen Tastypuppies.. test Math.floor text Math.random