Re: [Flashcoders] adapt architecture to facilitate switching component sets

2007-07-01 Thread Hans Wichman
Hi, thanks for both your replies Robert Amir. We are not quite ready to move this project over to Flex, AS3, although I'm wondering if I should reconsider and force it:). The current system consists of somewhat 500 to 600 swf's, and although the system is pretty cool, some stuff needs a bit of

Re: Re[2]: AW: [Flashcoders] Turn image around effect?

2007-07-01 Thread Hans Wichman
nag to complicate things aye *raises hand* :) This effect reminds me a lot of the tricks we used to pull hacking away into the night on C64 assembler though, ie we have 2 bitmaps (front and back), we have a new bitmap and loop a sinus or something like that over all the rows, a positive number

[Flashcoders] cursor question

2007-07-01 Thread nik crosina
Hi, I am loading a swf into a mc that uses a paintbrush cursor. Is there a way of restricting this cursor to the confines of the swf (it occupies just about half of the screen), rather than having to click all other buttons with a paintbrush now? Thanks! Nik

[Flashcoders] OT but please help. Need a .NET C# list LIKE THIS ONE!

2007-07-01 Thread Alberto Florentin
Had to start learning $.net C#. Feel lost with database access. Sorry and thanks in advance alberto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] as3 - mouseEnabled does not work

2007-07-01 Thread dave matthews
hi All, Using flash_cs3 / as3. Having no luck using mouseEnabled = false; Tried alpha = .22; which does make the target object change to semi see through, so the correct object is being addressed and getting instructions. This is for loaded content in a zooming app where the content

[Flashcoders] Excel Exponentiation (caret) Notation

2007-07-01 Thread Daniel Cascais
Hi, Hi, I've stumbled upon this function call in Excel: =LINEST(A1:A7,B1:B7^{1,2,3}) And I'm having issues with this last bit: B1:B7^{1,2,3} Let's say B1:B7 is an array from 1 to 7 considering this Excel notation: B1:B7 It would look like this in ActionScript: var n1:Number = 1; var

Re: [Flashcoders] OT but please help. Need a .NET C# list LIKE THIS ONE!

2007-07-01 Thread Hans Wichman
i think you've got the wrong list? On 7/1/07, Alberto Florentin [EMAIL PROTECTED] wrote: Had to start learning $.net C#. Feel lost with database access. Sorry and thanks in advance alberto ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] Alternate ActionScript-centric Support Mailing Lists

2007-07-01 Thread greg h
Just curious, other than FlashCoders, are there any active ActionScript-centric support mailing lists? Recommendations of any good ones would be appreciated ;-) g ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

AW: AW: [Flashcoders] Turn image around effect?

2007-07-01 Thread Peter Oliver Geller
Is it still Pascal Leroy? Cheers Peter -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Dittgen Gesendet: Freitag, 29. Juni 2007 12:50 An: flashcoders@chattyfig.figleaf.com Betreff: Re: AW: [Flashcoders] Turn image around effect? have

[Flashcoders] scrollpane woes

2007-07-01 Thread [p e r c e p t i c o n]
hi experts, i'm trying to stick a movieclip with a textfield nested inside it into a scroll pane (component)...even though the text is in the pane the scrollbars are not adjusting themselvs nor does the pane scroll...here;s the code... pScrollPane = this.attachMovie(ScrollPane, sPane, 0);

[Flashcoders] limit of nodes of XML file that can be parsed?

2007-07-01 Thread nik crosina
Hi, Is there a limit on the nodes that can be parsed with in an XML file? I am transferring an XML file that is 4 levels deep and at the moment 500 odd lines long (not even half what it will be) into a multidimensional array and when ui trace the array, this fizzels out not half way through.

RE: [Flashcoders] OT but please help. Need a .NET C# list LIKE THIS ONE!

2007-07-01 Thread Nick Weekes
Try here: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/topi cs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Florentin Sent: 01 July 2007 13:09 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] OT but

[Flashcoders] Tweener as3 garbage collection

2007-07-01 Thread mario gonzalez
Hey dudes, We're working on a as3 project here using Tweener as our animation package, and i thought i'd pass along a tip that was driving me mad. Anyone who's used as3 knows the steep learning curve that is taming the memory usuage. Making sure nothing references an object, takes some

Re: [Flashcoders] Tweener as3 garbage collection

2007-07-01 Thread Zeh Fernando
Hey dudes, We're working on a as3 project here using Tweener as our animation package, and i thought i'd pass along a tip that was driving me mad. Anyone who's used as3 knows the steep learning curve that is taming the memory usuage. Making sure nothing references an object, takes some serious