[Flashcoders] Re: Weird Behavior of hitTestPoint and removeChild()

2008-03-05 Thread anuj sharma
I am sorry my center formula should be "((regcRCx+regcRCWidth/2), > > (regcRCy+regcRCHeight/2)", but with this formula also my code is giving > inconsisten results. It seems like ti is keeping something in the memory and > showing deletion stage of > instance somewhere where I did not intend to

[Flashcoders] Weird Behavior of hitTestPoint and removeChild()

2008-03-05 Thread anuj sharma
Hi I am trying to drag and drop multiple instances of UILoader on stage. My goal is if user puts UILaoder partially on top of other UILoader , it should just stay on top of it. If user puts on top of UILoader more than the central point of other UILoader, the other UILoader will change the color of

Re: [Flashcoders] Hit Object Question

2008-03-05 Thread anuj sharma
Thanks a lot Its fixed now. Appreciate it Anuj On Wed, Mar 5, 2008 at 2:32 AM, Kenneth Kawamoto <[EMAIL PROTECTED]> wrote: > Something like: > > private function greenTint(e:MouseEvent):void { >var ctfm:ColorTransform = new ColorTransform(); >ctfm.color = 0x00ff00; >e.target.transform

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Allandt Bik-Elliott (Receptacle)
i'd love it to be the latter but it's all my flash still - would be fun to do in the future... On 5 Mar 2008, at 16:16, Andrew Sinning wrote: Do you think this is an Adobe egg or a gsworld egg? Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.c

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Allandt Bik-Elliott (Receptacle)
especially as i wanted to zoom in lol xD On 5 Mar 2008, at 15:22, Jon Bradley wrote: On Mar 5, 2008, at 9:31 AM, Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php? extcategory=Design&extdesigner=Darkest%20Star&extproduct=Jacket

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Andrew Sinning
Do you think this is an Adobe egg or a gsworld egg? Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php?extcategory=Design&extdesigner=Darkest%20Star&extproduct=Jacket and when i tried right clicking the top right corner and selecting

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Jon Bradley
On Mar 5, 2008, at 9:31 AM, Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php? extcategory=Design&extdesigner=Darkest%20Star&extproduct=Jacket and when i tried right clicking the top right corner and selecting zoom in, i got lin

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Allandt Bik-Elliott (Receptacle)
wierd - it doesn't happen on my main screen (i'm using a monitor as the main screen with the laptop being my second screen) On 5 Mar 2008, at 14:31, Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php? extcategory=Design&extdesigne

[Flashcoders] wierd easter egg?

2008-03-05 Thread Allandt Bik-Elliott (Receptacle)
hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php? extcategory=Design&extdesigner=Darkest%20Star&extproduct=Jacket and when i tried right clicking the top right corner and selecting zoom in, i got linked to http://whatisthematrix.warnerbros.com/ i'm on osx 10.4, firefo

Re: [Flashcoders] Lightweight Collision for Platform Game

2008-03-05 Thread Glen Pike
Grant Skinner has Proximity Manager which does something similar... http://gskinner.com/blog/archives/2005/02/source_code_gri.html Mark Winterhalder wrote: On Tue, Mar 4, 2008 at 11:34 PM, Elia Morling <[EMAIL PROTECTED]> wrote: What is the best collision system for a platform game? I've cu

Re: [Flashcoders] Hit Object Question

2008-03-05 Thread Kenneth Kawamoto
Something like: private function greenTint(e:MouseEvent):void { var ctfm:ColorTransform = new ColorTransform(); ctfm.color = 0x00ff00; e.target.transform.colorTransform = ctfm; } private function redTint(e:MouseEvent):void { var ctfm:ColorTransform = new ColorTransfor

Re: [Flashcoders] MovieClip Buttons in Flash CS3 ActionScript 3

2008-03-05 Thread Steven Sacks
If you really like this auto-button trick, check out my JSFL script which automates the process of making them. http://www.stevensacks.net/2008/02/01/using-jsfl-to-create-auto-buttons-in-flash/ ___ Flashcoders mailing list Flashcoders@chattyfig.figle