[Flashcoders] ScrollPane object questions

2008-01-06 Thread Andrew Sinning
A few questions about the ScrollPane object. I can only find two properties related to the content of the SP: content and contentPath. content is Read Only and contentPath seems to require either a url or the identifier of a library symbol. Is it possible to set the content of an SP to

Re: [Flashcoders] parent property woes in AS3

2008-01-06 Thread Fumio Nonaka
You should cast to the class. About casting see the following: Programming ActionScript 3.0 ActionScript language and syntax Data types Type conversions: http://livedocs.adobe.com/flash/9.0/main/0048.html _ Omar Fouad wrote: so if I am inside a movieClip mc i should do:

[Flashcoders] Framework suggestions for games

2008-01-06 Thread ben gomez farrell
Hello, I'm currently working on a Flex project. I'm really enjoying working with it, and since I'm basically doing a rich internet application it's saving tons of time. Typically though, I do simple kids games. Sometimes they aren't so simple. Either way I'm wondering if there's one

RE: [Flashcoders] Framework suggestions for games

2008-01-06 Thread Jesse Graupmann
These looked promising - never used em' though. http://lab.polygonal.de/ds/ AS3 Data Structures for Game Developers http://lab.polygonal.de/motor_physics/ Motor2 http://lab.polygonal.de/2007/12/31/motor-physics-released/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] parent property woes in AS3

2008-01-06 Thread Jesse Graupmann
var a:MovieClip = new MovieClip (); var b:MovieClip = new MovieClip (); a.addChild( b ); trace ( MovieClip( b.parent ).play ) // function Function() {} trace ( ( b.parent as MovieClip ).play ) // function Function() {} trace ( b.parent.play ) // 1119: Access of possibly undefined property

Re: [Flashcoders] ScrollPane object questions

2008-01-06 Thread Christopher Whiteford
Here is an example, it shows how to set the contentPath as a movieClip. http://www.kirupa.com/developer/flash8/scrollpane_dynamic_mc.htm ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] 4x3 laptop to a 16x9 tv

2008-01-06 Thread Corban Baxter
well i figured out the video solutions. its called use sorenson! 2pass encoding is a life saver! why does adobe even have there own FLV encoding if its going to suck. why would they not want to create a product that outputs there video as best as humanly possible!?!?!? On Jan 3, 2008 11:22 AM,