RE: [Flashcoders] Find point after rotation

2006-10-04 Thread Arva, Adrian
the easiest way to get your task done is to attach in that point an mc After rotation ,you get localToGlobal coords for it -Original Message- From: [EMAIL PROTECTED] on behalf of Jason C Reynolds Sent: Wed 10/4/2006 6:08 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Find

RE: [Flashcoders] Re: OOP methodology and flash. I'm loosing myfaith...

2006-08-29 Thread Arva, Adrian
The patterns are there to help. No need to use something if it doesn't actually benefit you. It is weird for somebody to look for patterns to be implemented so that the application is pattern compliant. When you ensure that only one object needs to exist, voila, you used the singleton pattern.

RE: [Flashcoders] RE: Workaround for loadvars size limitation

2006-08-18 Thread Arva, Adrian
Not really, since for me it is way easier to work with Flash Remoting (AMF::Perl) and do all the data transfer that I need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Randy Tinfow Sent: Friday, August 18, 2006 1:32 PM To:

RE: [Flashcoders] Workaround for loadvars size limitation

2006-08-17 Thread Arva, Adrian
You have to write your own packet distribution system so that you can load a sequence of packets and stitch them together to get your data. Kind of messy but if you are limited not to use Flash Remoting... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of