Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Pea #1
Re: Unwanted mc instances - is it me?
hmm. Just had a look at your movie, and it doesn't look like thats exactly what
it does...
You have tried starting your levels for swapDepths at 500 or more? And ensure
they are unique for every swapDepths call?
Pea Guest
-
Unwanted Rounding
I have a decimal datatype set to precision 5 and scale 2. When I try to insert a new record via ASP using a stored procedure, my numbers are... -
Unwanted mc instances
Hi all I hope I'm not posting this twice but it didn't seem to work first time. Apologies just in case. And next time I'll copy my carefully... -
unwanted border around swf
I have this flash site that comes from a html primary page. But the swf window that is embebed in a html page too, shows a small border around the... -
unwanted message pop-ups
Can anyone tell my how to stop these messanger pop-ups? I have had no trouble with this until yesterday after I downloaded the windows updates. All... -
unwanted adds
for some reason everytime we log on to internet explorer we are getting porn adds and we cant make them go away we just recently got our first... -
BronwynL #2
Re: Unwanted mc instances - is it me?
Thanks for your input, Pea.
I created a global variable to maintain unique depths that I incremented each
time, ie
mc.swapDepths(currentDepth);
currentDepth +=1;
but the effect was multiple instances of EVERYthing I dragged (which I kinda
expected). What I want to do is dispose of the instance that seems to be
created when I swapDepth. I really just want to switch the z axis.
thanks again
BronwynL Guest
-
BronwynL #3
Re: Unwanted mc instances - is it me?
HAH! I've got a workaround. Not pretty, but...
I created a mc with nothing in it, put it on stage and gave it an instance
name of "null". When I initialise, I null.swapDepths(500) and so far I can't
recreate my problem.
YAY!
BronwynL Guest
-
Laiverd.COM #4
Re: Unwanted mc instances - is it me?
how about _root.swapDepths ? and save yourself a null.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest



Reply With Quote

