[Flashcoders] Random distribution

2005-11-25 Thread Ronnie Liew
Hi all, Previously I recalled coming across a blog which talks about using a different approach in randomizing the location of items (e.g. movieclips). This approach uses angular (radian) instead of the conventional x and y. However, I cannot recall which blog, it would be great if someone could

Re: [Flashcoders] enable all movieclips to broadcast their onRelease event

2005-11-25 Thread Alisdair Mills
could you provide more detail on what you want to achieve? the following would make a Class object receive all MovieClip onRelease events. and would do so for a timeline with slightly modified code. not sure this is what you mean though? public function initOnRelease ( Void ) : Void {

Re: [Flashcoders] Dynamic variables in as3

2005-11-25 Thread ryanm
for(var i:Number =0;i acRate; i++){ var ['p'+i]:MovieClip = new MovieClip() this['p'+i].x = i*10 this['p'+i].y = i*10 } Which doesn't work of course. Does anybody have a work around for this, or is it no longer possible to create undeclared variables at run time. The

RE: [Flashcoders] enable all movieclips to broadcast theironRelease event

2005-11-25 Thread Aaron Haines
Hi Alisdair I want to create a class which would be able to detect which movieclip or button has been clicked whenever any movieclip or button is clicked. I want this class to exist independently of any onRelease functions which have been assigned directly to movieclip instances. i.e. I don't

Re: [Flashcoders] Random distribution

2005-11-25 Thread Danny Kodicek
Previously I recalled coming across a blog which talks about using a different approach in randomizing the location of items (e.g. movieclips). This approach uses angular (radian) instead of the conventional x and y. However, I cannot recall which blog, it would be great if someone could refer me

[Flashcoders] FP6 can't tell between undefined null?

2005-11-25 Thread Alias
Hi Guys, quick question - Can anyone confirm whether the flash 6 player can't differentiatate between a function that returns null and on which returns undefined? Is there a difference on the bytecode level? Thanks in advance, Alias Cummins ___

[Flashcoders] Re: Loading multiple images inside dynamic text field

2005-11-25 Thread Sajid Saiyed
Hi, Was anyone able to look at this question. Any feedback is appreciated. Thanks On 11/25/05, Sajid Saiyed [EMAIL PROTECTED] wrote: Hi, I was surprised to see this result. I have a Dynamic text field on stage. I am loading some XML data which contains HTML formatted text inside CDATA

RE: [Flashcoders] FP6 can't tell between undefined null?

2005-11-25 Thread zwetan
Can anyone confirm whether the flash 6 player can't differentiatate between a function that returns null and on which returns undefined? Is there a difference on the bytecode level? Humm first you could provide the function or at least a cutdown version of it and/or Try to use identity

RE: [Flashcoders] Flvs fail to stream on an older pc

2005-11-25 Thread Karina Steffens
Thanks to everyone who replied, The problem seems to have been solved - at least for now... I had asked the client yesterday to try and reburn the cd-rom from her mac, to see if maybe something had gone wrong with the burning process. As I mentioned, the last cd-rom I sent her was working fine.

RE: [Flashcoders] Flvs fail to stream on an older pc

2005-11-25 Thread Hans Wichman
Let's just hope your client is not on this list as well ;) At 02:24 PM 11/25/2005, you wrote: Thanks to everyone who replied, The problem seems to have been solved - at least for now... I had asked the client yesterday to try and reburn the cd-rom from her mac, to see if maybe something had

RE: [Flashcoders] Flvs fail to stream on an older pc

2005-11-25 Thread Karina Steffens
Ha! Not a chance, she's not very technically minded :) -Original Message- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: 25 November 2005 13:41 To: Flashcoders mailing list Subject: RE: [Flashcoders] Flvs fail to stream on an older pc Let's just hope your client is not on

[Flashcoders] Subversion eol-style for as files ?

2005-11-25 Thread Flapflap
Hi there, I'm configuring subversion... What's the best eol-style for .as files ? Thanks -- Flapflap[at]sans-facon.net -- DevBlog : http://www.kilooctet.net ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] FP6 can't tell between undefined null?

2005-11-25 Thread Alias
I've never seen the === operator before - do you mean ==? Alias On 11/25/05, zwetan [EMAIL PROTECTED] wrote: Can anyone confirm whether the flash 6 player can't differentiatate between a function that returns null and on which returns undefined? Is there a difference on the bytecode

[Flashcoders] Yet more ComboBox woes (MX04)

2005-11-25 Thread Ian Thomas
This component is really rubbish - I've previously had all sorts of problems with it, mostly to do with the dropdown not appearing. This I fixed with _lockroot and putting a ComboBox on the stage of my loading movie. That works, and has been fine for ages. Now I've had to move my ComboBox, and

Re: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Johannes Nel
getURL(http://www.domain.com/; + someVariablehttp://www.domain.com/*VARIABLETO ,_self); On 11/25/06, Dominic Fee [EMAIL PROTECTED] wrote: Hi there guys I'm having trouble with a simple variable issue, due to lack of syntax knowledge, on my behalf I have a variable which does the following:

RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Adam Robertson
That wont work because your missing speech marks (unless you have an object called 'test' with a string property of 'asp' :) Dom='test.asp'; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Steven Sent: 25 November 2005 16:51 To: Flashcoders mailing

RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL

2005-11-25 Thread Paul Steven
oops yes, that was a wee mistake:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adam Robertson Sent: 25 November 2005 17:08 To: Flashcoders mailing list Subject: RE: [Flashcoders] Syntax HELP: Passing Variable to GetURL That wont work because your

[Flashcoders] Re: Loading multiple images inside dynamic text field

2005-11-25 Thread Sajid Saiyed
still noone? --Sajid On 11/25/05, Sajid Saiyed [EMAIL PROTECTED] wrote: Hi, Was anyone able to look at this question. Any feedback is appreciated. Thanks On 11/25/05, Sajid Saiyed [EMAIL PROTECTED] wrote: Hi, I was surprised to see this result. I have a Dynamic text field on

RE: [Flashcoders] How to use the same MC instance in a tweenedanimation?

2005-11-25 Thread Steven Sacks
Instead of setting dynamic text values, set variables and assign the variables to the textfields. Textfield.variable = thevariablename; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Boyd (MMCR) Sent: Friday, November 25, 2005 11:15 AM