Archive for the ‘Actionscript 3’ Category


Pixelshifting Session

September 24, 2008. Posted by Andy Hulstkamp in Actionscript 3, Flash. No Comments »
Keywords: , , , , ,

Shifting pixels in flash is relaxing. I experimented a bit with turning Type into grains and use these grains to mess around. What came out doesn’t make too much sense in terms of usability. Nevertheless someone might find it useful in a preloader to gain the attention from a user for just a few seconds more. Depending on the settings the effect generates different results:

Football Ground

click here to turn lovely Wembley grass into a 4th division pitch.

 

Investment Bank

click here to see what happened to Lehman, Merrill, Goldman, Morgan et. al.

 

Waterfall

click here for some bubbling pixels.

The code is not too exciting. Basically it (more…)


Neat little volvoxes

September 19, 2008. Posted by Andy Hulstkamp in Actionscript 3, Art, Astro (Flash 10 beta), FXG. No Comments »
Keywords: , ,

Yet another byproduct of a drawPath() test. Think those little creatures look neat, so I posted them here. Click here. Needs Flash 10 (beta rc1).

pulsating cells


Turning that Gumbo VSlider into a MixerSlider

September 19, 2008. Posted by Andy Hulstkamp in Actionscript 3, FXG, Gumbo (Flex 4 beta). 1 Comment »
Keywords: , ,

Today I had a closer look at the new skinning architecture of Gumbo. Here’s a little example that uses a couple of custom slider components. This custom component extends the standard gumbo VSlider by composition and integrates custom skins. click here to see example. Needs flash player 10 (beta rc1).

Gumbonent Example

The Gumbo VSlider expects (more…)


27 flowers. Testing drawPath() in flash player 10 (beta)

September 16, 2008. Posted by Andy Hulstkamp in Actionscript 3, Art, Astro (Flash 10 beta). No Comments »
Keywords: , ,

I’ve been playing a bit with the new drawPath() function in flash 10 beta. Handy little function that offers better performance compared to iterating over lineTo(), curveTo() etc. Here’s a little byproduct. Just a simple algorithm that draws a series of lowers. Needs flash player 10 (beta rc1).

27 flowers

click here. Needs flash player 10 (beta rc1).


From cacophony to music. Trying to create bearable evolving music in flash 10 (beta).

September 15, 2008. Posted by Andy Hulstkamp in Actionscript 3, Astro (Flash 10 beta), Sound. 3 Comments »
Keywords: , ,

In this post I was experimenting with waveforms. Playing sounds constantly on the same pitch gets a bit boring after a while, however simply introducing random pitch isn’t too charming either. I started to twiddle (more…)


Sound in Flash 10 (beta). Generating Waveforms, Timbre and Pitch.

September 12, 2008. Posted by Andy Hulstkamp in Actionscript 3, Astro (Flash 10 beta), Flash, Sound. 30 Comments »
Keywords: , , , ,

It’s been quite a while (back in 2002, flash 5) since I did some serious work using oscillators and waveforms. I’m writing this down while trying to get back on track. The stuff described here is definitely no secret. It’s basic, but relevant to create some tunes in flash. Maybe you’ll find some of the stuff useful.

Through the introduction of the SampleDataEvent (more…)