AS3 Basics: Breaking out of loops (stopping loops)
Hi There, So many of us use loops for a vast array of things, sometimes though you’ll want to stop a loop from executing further.
So the answer to the problem? the ‘break’ statement!
Hi There, So many of us use loops for a vast array of things, sometimes though you’ll want to stop a loop from executing further.
So the answer to the problem? the ‘break’ statement!
Some of you may be familiar with rapid prototyping. It is a concept i learnt from the Experimental gameplay project, specifically this article by Kyle Gabler, Kyle Gray (2D Boy, World of Goo), Matt Kucic, Shalin Shodhan.
Hey Wuup readers. After going through all my older AS3 Basics articles, I found that most of them didn’t really go over the core elements. So in order to rectify the problem, I’ve decided that it’s time to flesh out this area a little. I’m by no means an expert on the language – unless [...]
So i’ve been writing some CD launchers recently with some handy tools on. One thing i had major trouble with was getting a Projector .exe to run programs from sub directorys. Luckily i figured it out so heres how… First in your CD/DVD root directory place a folder named “fscommand” this is the only folder [...]
Hey everyone. This week, I’m bringing you some handy regular expression snippets I use quite frequently. If you are unfamiliar with regular expressions, think of them as a different language that you use within ActionScript. I’m not going to go into detail about Regular Expressions, there’s far better documentation on the Adobe LiveDocs here for [...]
Hey all, in accordance with my new article writting regime, heres an article about a problem i came into contact with today.
Hey all. It’s been a long time since i’ve written. hopefully i’ll be at least bringing you something each week from now on, instead of say when i feel like
Recently i’ve been messing about with Flash’s built in components, for the most part they are self explanatory and easy enough to figure out from Adobes docs. Recently however i have had to use editable DataGrids in a form type scenario, I could create and display a DataGrid fine, but when it came to collect [...]
Ok so after about a month of Alan nagging me to post something, i’ve decided to write more about the core basics of the AS3 Language, Mainly because my previous “AS3 Basics” tutorials actually covered advanced topics. So each week i’ve set myself the task of explaining a core AS3 element, be it a class or language basics.
Hi All, A little bit of a maths update i have some code that will allow you to figure out the distance between two coords or movieclips. Woo!
Recent Comments