Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-28 Thread Supriya
Well, I was trying to make a light moment. Hope you saw the smiley in the answer. Again this is also a light moment :) . Chill out buddy :) - Original Message - From: Mike Mountain [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, July 28,

Re: [Flashcoders] pass variables between classes in AS3

2006-07-27 Thread Supriya
I could not get your problem exactly, but is this what you are looking for? //The document class package { import flash.display.MovieClip; public class myClass extends MovieClip { public static var myArr:Array=[1,2,3]; private var myC2 = new myClass2 function myClass() { sendArrays() }

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya
its not an AS3 problem, its a small problem in your logic in the function moveme find it out :) - Original Message - From: Mike Mountain [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, July 27, 2006 9:07 PM Subject: [Flashcoders] AS3

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya
for the second question myObj.addEventListener(enterFrame,fun) function fun(evt) { this.x++ } Supriya. - Original Message - From: Mike Mountain [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, July 27, 2006 9:07 PM Subject

Re: [Flashcoders] AS3 scripting, first try - some Q's

2006-07-27 Thread Supriya Rao
Hi Mike, I didnt know FlashCoders was a place to get one's code reviewed for silly mistakes in logic. Hence I just cleared your way from thinking its an AS3 problem. Anyways glad to know you figured it out. And for your second question, I had already replied to it. On 7/27/06, Mike Mountain

Re: [Flashcoders] as3 and attachmovie

2006-07-26 Thread Supriya
In the library, right click on the symbol , click on Linkage. There select the checkbox Export for ActionScript. Give a name (gf) in the class field, flash will autogenerate a class for you with that name Now on timeline do this var myGf = new gf() this.addChild(myGf) this is equivalent to

Re: [Flashcoders] send and read datas

2006-07-25 Thread Supriya
I think you need to specify allowDomain(www.laurentcuchet.fr) in sys1.swf in B - Original Message - From: Laurent CUCHET [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, July 25, 2006 4:29 PM Subject: [Flashcoders] send and read datas