Simple Sequencer

We often have the problem of sequencing animations and events, e.g. 1. close all windows, 2. move somewhere else, 3. open windows.

To make our lives a little bit easier I was looking for a simple class that we can use to sequence those tasks. I looked around but couldn’t find anything that was small, simple to fit our needs. So I wrote one called SimpleSequencer.

Read More »

November 7th, 2008  by Daniel  /  2 Comments

Adobe MAX

We are extremely excited about attending Adobe MAX this year. The Spaceship has quite a presence at the conference this time around, with 3 sessions, 4 speakers and an unconference lined up… and that’s just as far as I know!

Our schedule along with links to the sessions synopsis’ are after the jump.

Read More »

November 5th, 2008  by Jamie  /  0 Comments

<head> conference

Thanks to everyone who watched my presentation during the <head> conference last Saturday. Aral put together a great event, and despite not being able to hear the audience laugh uproariously at my hysterical jokes, I very much enjoyed giving the presentation.

I mentioned during the presentation that I would post the Big Spaceship end tag somewhere so those people for who it did not play through smoothly could see it. I am hoping to have that done sometime this week, so check back soon.

October 28th, 2008  by Joshua  /  1 Comment
speaking


Sprite: Properly update properties

Simple: update the x property of a bunch of Sprites on the stage based on the Mouse’s x position.

If you are on the right half of the stage, move objects to the left (scroll right/negative x). If you are on the left side of the stage, move objects to the right (left scroll/positive x). This also takes into account how close you are to the center; if you are closer to the edges, scroll faster.
Read More »

October 16th, 2008  by Stephen  /  5 Comments
Flash, ActionScript, Sprite, update property


AS3 Optimization Tip

Creating a site that has a lot of transitions is fun. One that uses a ParallaxManager to manage and scroll 6 layers of objects is also fun.

What isn’t fun is having the user leave the site to check mail, work, oh, I don’t know, do something else and have the site continually scroll. In steps ‘Event.MOUSE_LEAVE’.
Read More »

October 16th, 2008  by Stephen  /  4 Comments
Next →