To be Frank, I don't think it's the lists fault that they are not replying. This is not a flash beginners list, it is used to monitor Open Source Actionscript and Flash Applications, and a lot of your questions are pretty much textbook training material.
I appreciate that you want to get up to speed quickly, but you will get more traction from doing what we all did, and plough through the online videos and tutorials until it sticks. Your LibraryItem and tween issues show that you have a bit of way to go to get proficient, so my advice is to sit down this weekend with a thermos of coffee and spend 10 hours cramming and watching videos, reading articles and generally messing about with Actionscript 3 and flash. If we allow generic flash questions to overpower this list then genuine flash open source material won't be posted as the list will get a reputation as a beginners Q&A. So, unless you have created a way of capturing a desktop in RED5, or reading VRML through a flash interpreter, go back to the tutorials and articles and find pieces that are similar to what you are doing and go through them properly. Then come back and show us some love with cool flash OS applications we can all appreciate and use. Thanks, Neil Highley ________________________________ From: osflash-boun...@osflash.org [osflash-boun...@osflash.org] On Behalf Of beno - [flashmeb...@gmail.com] Sent: 14 November 2009 10:55 To: Open Source Flash Mailing List Subject: [osflash] Importing a Flash Movie Hi; The following code throws this error: Call to a possibly undefined method LibraryItem Here's the code, attached through the Document Class in the Properties: package { import flash.display.MovieClip; import com.greensock.*; import com.greensock.plugins.*; import com.greensock.easing.*; TweenPlugin.activate([AutoAlphaPlugin]); public class Main extends MovieClip { private var mcHatAndFace:MovieClip; public function Main():void { mcHatAndFace = new LibraryItem(); mcHatAndFace.x = 100; mcHatAndFace.y = 100; mcHatAndFace.alpha = 0; addChild(mcHatAndFace); } } TweenLite.to(mcHatAndFace, 1, {autoAlpha:1}); // 2nd param in seconds; 3rd in % alpha } Do I have to import the flash movie itself? Please advise. TIA, beno PS I posted this to Adobe a day ago and not a nibble. I sure wish I could find an active exclusively Flash AS3 list to ask these questions! Lowe & Partners Worldwide Limited | Registered office: 60 Sloane Avenue, London SW3 3XB, England | Registered number: 506057 This message contains information which may be confidential and privileged. Unless you are the intended recipient (or authorized to receive this message for the intended recipient), you may not use, copy, disseminate or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail, and delete the message. Thank you very much.
_______________________________________________ osflash mailing list osflash@osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org