ActionScript 2.0 :: Swap Depth Of JPGs?

Aug 9, 2004

We can swap depths of movie clips... ok....what about JPGs? I have an empty MC where I want to load images from an array and then starts swapping thier depths.Here is the script I use for loading them and the script I wans hoping will work for swapping thier depths:

onClipEvent (load){
var image_arr = new Array "1.jpg","2.jpg","3.jpg"....,"7.jpg");
for (var i=0;i<image_arr.length;i++)[code].............

How would I swap the depth of image 6 (image_arr[5].) and have it come to the surface?

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Swap Depth Of JPGs Is It Possible?

Aug 9, 2004

We can swap depths of movie clips... ok....what about JPGs?I have an empty MC where I want to load images from an array and then starts swapping thier depths.Here is the script I use for loading them and the script I wans hoping will work for swapping thier depths:[code]How would I swap the depth of image 6 (image_arr[5].) and have it come to the surface?

View 2 Replies

Swap The Depth Of MC's?

Oct 3, 2009

i'm workin with some "self created windows" in my flash app. how can i put the window i click on front of the others? I found smth about swapDepth, but there is no swapDepth in as3.

View 3 Replies

ActionScript 3.0 :: Swap Depth Only Once?

Jan 14, 2010

[code]When I publish it keeps swapping over and over.How can I get it to call only once?

View 2 Replies

ActionScript 3.0 :: How To Put MC On Top (swap Depth)

Feb 5, 2010

This should be really easy to do, but i cant find anything from searching. It's all tuturials for buttons and stuff. All i want to do, is put a MC called "face" on top of everything. What exactly would be the AS3 for this, and where would i put it?

View 4 Replies

ActionScript 3.0 :: Place MC On Top Swap Depth

Jul 29, 2010

I want to place a MC on top of everything thats also inside the MC it's in.The MC to be placed on top must not be on top on everything on the stage, just on top of everything inside the MC that its located in.Is this possible? what would be the code? because i'm pretty poor with AS3.

View 1 Replies

ActionScript 3.0 :: Swap Depth Not Working

Apr 23, 2009

I've finally decided to dive into AS 3.0, coming from a design background, It's been a struggle. I'm using the book "Learning AS 3.0 - A Beginners's Guide" and got stuck on Chapter 4 - Depth Management.

I have dynamically layout layout 5 boxes that overlap each other, after that, Im able to target each box with my Event Listener (evt.target.alpha -= 0.2), but I'm not able to swap their depths (this.setChildIndex(evt.target, this.numChildren-1)

Code:
// Layout Boxes - Dynamically
for(var i:Number=0; i < 5; i++){
var box:MovieClip = new Box();

[Code]....

View 11 Replies

As3 :: Flash - Swap Depth Movieclips In Fullscreen

Oct 11, 2011

I asked this question yesterday but I found out that my problem is using fullscreen my goal is 2 mc 2 buttons : if btn 1 is clicked mc1 fullscreen and mc2 appears at the right bottom corner on top of mc1 if btn 2 is clicked mc2 fullscreen and mc1 appears at the right bottom corner on top of mc2 stage.swapChildren or setChildIndex is the way but with the fullScreen I had this error appears

[Code]...

View 1 Replies

ActionScript 2.0 :: Implement The Swap Depth Function To Movieclips?

May 30, 2007

im having some trouble when trying to implement the swap depth function to movieclips that have the setmask function implimented to them. the problem is that i can get the swapdepth to work but when the setmask is implimented at the same time the movie clips will not swap depths.

the code that i am using to set the mask is _root.bgmasked.setMask(_root.dragger); this is on frame one in the action/code layer bgmasked is the imaged being masked by dragger.

[Code]...

View 2 Replies

ActionScript 3.0 :: Swap Depth Of Movieclip Based On Y Location?

May 4, 2011

Code:
moviclip.swapDepths(movieclip._y);
and it worked perfectly.

but I decided that I wanted to continue the development of the game in AS3 (so that it will be more up to date and I could learn the new syntax), and I found the equivalent to swapDepths is setChildIndex. so I followed the new rules and came up with this code:Code: setChildIndex(character_mc, character_mc.y);but, sadly it does not work the same. the game becomes extremely laggy and almost unresponsive, but becomes normal again if I remove the code. So, my question is how can I add a similar code for this to work properly.

View 8 Replies

ActionScript 2.0 :: Using A CreateEmptyMC At Highest Depth And Then Swap To With That Height Or Use DepthManager.setDepthTo()?

Jan 4, 2007

If I want an object to obtain the highest depth onRelease, which method from the following (or any other) would be the best? Using a createEmptyMC at highest depth and then swap to with that hight or use DepthManager.setDepthTo()?

View 2 Replies

ActionScript 2.0 :: Putting A Movieclip Into Highest Depth Without Knowing Which Clip Is In The Highest Depth

May 11, 2004

putting a movieclip into highest depth without knowing which clip is in the highest depth

View 2 Replies

IDE :: 3 Jpgs To Fade In And Cycle

Nov 24, 2009

Is there some script or reference to show me how to create an swf with 3 jpg files (I'd like them to fade quickly but calmly between each other and simply cycle around for a web banner.

View 2 Replies

ActionScript 2.0 :: Jpgs Won't Load?

Dec 26, 2003

I followed the instructions in the tutorial "photo gallery" and for some reason my jpgs won't load.I pulled one of the images from the tutorial into the directory that I was telling my pics to be taken from and they work. So it isn't the path.All of the nature photos loa without fail, but my jpgs won't?

View 4 Replies

ActionScript 2.0 :: Loading 2 Jpgs With PHP

Mar 22, 2005

[Code]...

now the instance of image1+2 are 2 deep in the movie, not sure if that matters? but when i preview in flash perfect, when i publish perfect, but once up online nothing? anyone knwowhy

View 3 Replies

Flash5 :: JPGs Jumpy While Tweening?

May 1, 2009

I broke apart all JPGs and converted them to symbols.And they all have correct X & Y coordinates.But while tweening... the JPGs shift a tiny bit. how to stop the JPGs doing the jiggle shift error ?

View 2 Replies

ActionScript 2.0 :: Loading The External Jpgs?

Jan 19, 2004

how can you load external Jpgs into a swf instead of loading them and compiling the swf. so that they appear in the cache.

View 1 Replies

ActionScript 2.0 :: Preloader For Xml / Ext - Jpgs (mx04)

Jul 14, 2005

That was supposed to be my first preloader dealing with an XML file and external jpgs ... searched the forum, found something that looked/sounded like it would work, tried to adapt it to my particular situation and ... (surprise!) ... it doesn't work. Let me add at this point that I'd consider myself a "very casual" ActionScripter (if there is such a thing), meaning that most of the time, I try to learn as I go along, without any *real* background knowledge. Here's my situation - methinks it's rather straightforward: SWF file (project.swf), XML file (config.xml) and a bunch of jpgs all in the same directory - nothing exotic so far. Here's the AS I (try to) use in my SWF file to load the xml and the imgs therein:

[Code]...

View 3 Replies

ActionScript 2.0 :: Preloading All Jpgs In Background?

Sep 9, 2008

I have a gallery that loads external jpg's. I'd like to have the gallery start and while viewing the images, the rest are loading in the background.

View 1 Replies

ActionScript 3.0 :: Load Jpgs Into My Swf At Runtime?

Oct 28, 2009

I'm trying to load jpgs into my swf at runtime but they always come out black and there is no image. Could it be that my files are too big?

View 1 Replies

ActionScript 2.0 :: [FMX] Preload Multiple Jpgs?

Sep 2, 2004

I'm currently making a xml driven photo gallery. The first stage is loading in the thumbnails, each thumbnail will preload individually. I pretty close to acheiving this except my current script only loads in the first jpeg. I have tried everything and I jsut can't find a problem. Anyway my code is below if anyone gets a chance to look. Sorry its a bit hefty. I think the problem is with the ThumbLoadingEnterFrame and LoadNextThumb functions.

PHP Code:

count = 0;
var thumbImage = new Array();
var thumbClip = new Array();
var jpegImage = new Array();

[code]....

View 1 Replies

ActionScript 2.0 :: Load External Jpgs Into A Swf?

Jan 19, 2004

how can you load external Jpgs into a swf instead of loading them and compiling the swf. so that they appear in the cache. Whats the function to do this, or is there a tut?

View 1 Replies

F5 :: Stop JPGs Doing Jiggle Shift Error?

May 1, 2009

I broke apart all JPGs and converted them to symbols.And they all have correct X & Y coordinates.But while tweening the JPGs shift a tiny bit. Anyone know how to stop the JPGs doing the jiggle shift error?(I've seen it before, and thought I could fix it by breaking apart the JPGs and making symbols out of them, but the JPGs still have that quiver bug now)

View 2 Replies

Reducing File Size When .JPGs Are Included?

Dec 10, 2009

At my job I frequently have to create Flash banners for major newspaper's websites. The specs that usually come in require a max file size of 30k or so. Usually my art department will hand me 3 or 4 screens that they want to simply move through in a loop. No biggie, until they start adding images to the files.

When I complain to them that the images are making the file sizes too big I am usually queried as to how other advertisers on these sites have full video in their ads. I understand that there are pre-loaders as well as allowed larger file sizes if you pay more for the ads.

getting image sizes down in Flash so that the images don't end up looking horrible?

View 1 Replies

ActionScript 1/2 :: Smooth Dynamically Loaded Jpgs?

May 12, 2009

I'm setting up an online picture gallery. I'm trying to make it easy for the client to insert specific images, dynamically loaded, have them appear at 63 percent. If the user clicks on one, it enlarges to 100 percent. Trouble is, when the image is at 63 percent, it is not smooth and looks terrible,All the BitmapData class solutions posted online work for individual images. But I can't figure out how to automate the process in a for loop. At this point I'm not even worrying about the enlarging. I just want the images to load at 63 percent and look smooth.Below is the code for two images. Later I'll increase this to 25.

On the stage are two colored rectangle movie clips: toon1 and toon2. I want the dynamically loaded jpegs to load inside them. The client will manually edit the last lines whenever she feels like it, to choose which images to load.What I need is an elegant AS2 solution in which any dynamically loaded jpeg will be smoothed.

for (i=1; i<=2; i++) {  this["toon"+i].createEmptyMovieClip("cartoon",this.getNextHighestDept h());  this["toon"+i].cartoon._xscale = this["toon"+i].cartoon._yscale=63; 

[code].....

View 5 Replies

ActionScript 3.0 :: Load Multiple External Jpgs?

Jul 11, 2009

I'm trying to go through a for loop, create a movieclip for each database entry, add the image by url stored. The problem is the code I have only does the last image. I know it's because something is not incrementing and they all have the same name. Do I need to increment the name of my loader?[code]...

View 11 Replies

ActionScript 3.0 :: Create An Array Of External JPGs?

Aug 12, 2009

So what I want to do is load up external JPGs into an Array of MovieClips, and then go to the main onEnterFrame function. [code]...

View 4 Replies

Professional :: Jpgs Flicker When Loading Scenes?

Sep 2, 2010

I'm justing starting to learn some actionscript. I can't figure out why my jpgs are flickering when I go from one scene to another. Do they have to reload each time? Here is a link: http:[url].....I have each animation as a separate scene, and you'll see that the buttons flicker when the new scene loads.

View 4 Replies

Professional :: Get High Res Jpgs To Look Sharp In Swf File?

Sep 16, 2010

I am using premium page flip in flash 8 to create an online publication. No matter how high the res. on the jpgs, they look distorted.

View 1 Replies

ActionScript 3.0 :: Slideshow Of Frequently Updated JPGs?

Feb 9, 2011

I am doing a project for an RSS feed company, and I just found out I need to make a few flash files to be played on a digital signage display. Since I don't know Action Script , I'm basically learning as I go.One file is stumping me. I need to make auto-playing, looping, slideshow that consists of a series of JPEGs. These Jpegs are called from the companies server, and since they are basically weather images that shows doppler radar, they will be updated several times a day.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved