[Flashcoders] Flash Developer required - Bangalore, India

2007-02-08 Thread Prakaz

Hi,

Do you have 2 years minimum exposure in OOPs in Flash?
Do you "think" in Design Patterns?
Are you put up in Bangalore, India or ready to move in?
Are you a quick learner with good communication skills?

If the answer is yes and you are looking for a change, please send your
resume to [EMAIL PROTECTED]


Thanks,
Prakash
___
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


Re: [Flashcoders] Moving to AS2, array always undefined

2006-10-10 Thread Prakaz

Hi,

talking about square brackets, dunno how relevant this would be in the post
but you could also use it to make function calls:

function foo(param1:String,param2:String):void{
   trace(param1+"   "+param2);
}

this function can be called by using:
foo("hello","world!");
or
*this["foo"]("hello","world");
*
P


On 10/11/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:


Sorry for the confusion.  I wasn't referring to the typecasting just the
instantiation.  You should still use

myArray:Array = [];

and

myObject:Object = {};


BLITZ | Steven Sacks - 310-551-0200 x209

___
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@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


Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Prakaz

Well dude..

Have a beer, chill out or go for a walk... and may be when u return, the
problem will be staring at you in you face and u can swat it! :-)

If its possible u could share you fla and i'll check it out at my end

It seems very strange indeed

P

On 10/11/06, Serge Jespers <[EMAIL PROTECTED]> wrote:


What's going on here...?

I have this one file where frame 75 is named "noPix".
I load some vars and tell it to gotoAndPlay("noPix") if some var is
false.
I end up in frame 34.

I tell it to gotoAndPlay(75);
I end up in frame 34.

I check if framesloaded >=75.
It returns true.

I rename the frame to make sure I'm not using the same name somewhere.
I still end up in frame 34...

In all cases, it jumps directly to frame 34. There is no frame name
in frame 34, there are no actions on that frame.

I put the gotoAndPlay action in a seperate function.
Still end up in frame 34

I'm going nuts here...

I don't suppose anyone has a clue?

Thanks,
Serge
___
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@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


Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Prakaz

have you tried using the bandwidth profiler to check out how your controls
are jumping from one frame to another...?

try putting a gotoAndPlay(75) in frame 20 or so and use the bandwidth
profiler to see how the flow is, once the frame hits frame 20 does it jump
directly to frame 34 or 75?

P


On 10/11/06, Danny Kodicek <[EMAIL PROTECTED]> wrote:


One last stab in the dark: I assume you do have content and keyframes
> beyond
> frame 34? The name 'nopics' suggests that this frame might be empty?
>

Danny

___
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@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