I get a number of “can’t”s, more now then possibly ever in my life.
I don’t work with “can’t” it’s a non-starter. Possibly, the original non-starter.
From now on I vow to work with ActionScript’s “try catch” system.
try {
LandOnTheMoon();
}
catch( e:Error ) {
switch(e.message)
{
case( 'only enough money for a rocket' ):
trace( 'At least I got a rocket out of the deal!' );
break;
case( 'we only made it half way' ):
trace( 'At least I got into space!' );
break;
default:
trace( 'At least I tried!');
break;
}
}
Yep, it is hooky as can be.
Yes, you can go screw your self.
