Text Size
Search
Tag: flash

subversion_logoA Couple of easy steps to integrate Subclipse and the Collabnet Merge Client into Flash Builder 4 Premium.

Tags: AS2 AS3 flash

flashbuilder_48x45Flash Builder crashes on some customised Dell setups. When I tried to launch Flash builder, I recived the following error:

Flash Builder.exe has encountered a problem and needs to close. We are sorry for the invonvenience.

Conrad Winchester suggested a great workaround to get it working:

Tags: AS3 flash
flash"A default value is the value that a variable contains before you set its value. You initialize a variable when you set its value for the first time. If you declare a variable, but do not set its value, that variable is uninitialized. The value of an uninitialized variable depends on its data type. The following table describes the default values of variables, organized by data type:"
Tags: AS3 flash

100x100

Go on, take a break, catch some magical fireflies in the tranquil woods!

Tags: AS3 flash

flashBuilderAnt8 easy steps to install Ant on Flash Builder 4.

Tags: AS3 mac flash
asaxb "Are you tired of writing actionscript code that converts objects to XML and back again? If so then this library may be for you. "

If you're looking for a simple and easy way to parse XML data, check out Conrad Winchester's ASAXB - an Actionscript 3 implementation of JAXB

fern

 

Random IFS Fractal

Tags: flash

fern

 

Fractal Fern

Tags: AS3 flash
spiroSpirograph

A Spirograph is formed by rolling a circle inside another circle, the pen is placed on any point of the rolling circle.

 

Tags: AS3 flash

 

swarm

 

Hi.

 

I've been experimenting with swarm particles, I've been trying to create an organic 'swarm' with the following rules:
Tags: AS3 flash
iplusplusWhat's the output of the following scripts?:{code} // Javaint i = 5;i+=i--;System.out.println(i);{/code}
Tags: AS2 AS3 flash

{code}// AS2, AS3var i : ????? = ?????????;trace(a);{/code}

Try to declare and instantiate i, so that the output is:

null undefined NaN throws a TypeError (Without using the above keywords, obviously... Smile)
Tags: flash
fl9brokenHow to crash the Flash VM?
Tags: AS2 AS3 flash

Ok, 4 questions for you:

what's the output?

{code} // AS2 or AS3 var i:uint = 5; // var i:Number = 5; in AS2 i*=i++; trace(i); {/code} {code} // AS2 or AS3 var i:uint = 5; // var i:Number = 5; in AS2 i*=++i; trace(i); {/code} {code} // AS2 or AS3 var i:uint = 5; // var i:Number = 5; in AS2 i &=++i;  // a tricky one! :) trace(i); {/code} {code} // AS2 or AS3 var i:uint = 5; // var i:Number = 5; in AS2 i |= --i;  // another tricky one trace(i); {/code}
Tags: flash

zeb

Game POC, using Maya, Papervision and PMVC.

flash

 

How to implement an enum class in AS3

Tags: AS3 flash

fl8

 

How to create an enum class in AS2

Tags: AS2 flash

kaleidoscopeWoohoo Flash Kaleidoscope!
Flex 4 skinning + Flash Camera + Pixel Bender filters

 

subversion_logoA Couple of easy steps to integrate Subclipse and the Collabnet Merge Client into Flash Builder 4 Premium.

flashBuilderAntHere are some easy steps to integrate Ant with the standalone version of Flash Builder 4

flashbuilder_48x45Flash Builder crashes on some customised Dell setups. When I tried to launch Flash builder, I recived the following error:

Flash Builder.exe has encountered a problem and needs to close. We are sorry for the invonvenience.

Conrad Winchester suggested a great workaround to get it working:

flash
"A
default value is the value that a variable contains before you set its value. You initialize a variable when you set its value for the first time. If you declare a variable, but do not set its value, that variable is uninitialized. The value of an uninitialized variable depends on its data type. The following table describes the default values of variables, organized by data type:"

quick Poll

What is the best CI tool?

Site Login