[Flashcoders] RE: Flashcoders Digest, Vol 16, Issue 1

2009-01-01 Thread alan skinner

 
I guess its the equivalent of working in London! (UK)
and wouldnt apply to towns outside of the big cities
 
just caught me of guard you could say!
i just thouht it was freelancers who earned that kind of dough.
 
a
 
> Not really. That's far less than I work for.> > alan skinner wrote:> > > > 
> Surely thats not the going rate for a flash developer in the US?> > Thats an 
> obscene amount of money ;o)> > > > > > 
_
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] RE: Interactive Developer, NYC | 90-100k (Beau Gould (OSS))

2009-01-01 Thread alan skinner

 
Surely thats not the going rate for a flash developer in the US?
Thats an obscene amount of money ;o)
 
 
_
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread alan skinner
 
So i just found out i've to interview an AS guy tomorrow, anybody have any good 
questions that i should be asking?
 
Cheers
_
Stay in touch when you're away with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_messenger2_072008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Strange var assignment issues

2006-03-03 Thread Alan Skinner

Hi check this out, 

for (i = 0; i < total; i++)
{
...
duplicateMovieClip(clip_to_copy, "clipid" + i,
i);
var word_mc:MovieClip = eval("clipid" + i);
trace("word_mc = " + word_mc);
trace("eval()  = " + eval("clipid" + i));

...
}

Any ideas what I am doing wrong here.

I duplicate a clip and use eval to get a reference back to it, ie
word_mc below
But as you can see from the output, word_mc is always null

BUT if I change the line 'var word_mc:MovieClip' to just 'var word_mc',
ie remove the type definition
It works, so why if I define the type definition for my variable does
the assignment break?

Cheers alan.

Output...

word_mc = 
eval()  = _level0.clipid1
word_mc = 
eval()  = _level0.clipid2
word_mc = 
eval()  = _level0.clipid3
word_mc = 
eval()  = _level0.clipid4

-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] RE: Andre Michelle experiments

2006-02-27 Thread Alan Skinner

Just some source for the examples on his web side, they are so good I
was wanting to play about with them. Found a few on his site though


>Yeah.. I know.. I think he's currently working on new stuff for
flash8..
>espesially gamepackage.. what source are u talking about?

[g]

>>
>>
>> Wow had a look at this guys stuff! He's a true genius!
>>
>> Is there any source you can download on the site, I cant find it?
>>
>> ta
>>

-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Andre Michelle experiments

2006-02-27 Thread Alan Skinner

Wow had a look at this guys stuff! He's a true genius!

Is there any source you can download on the site, I cant find it?

ta

-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] RE: Localconnect communication

2005-12-20 Thread Alan Skinner


You have to set up a local connection object in each swf movie with
different names

They are one way communications classes so you cannot talk in both
directions via just one.

So add another one to your other file.

Cheers

alan

-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders