ActionScript 2.0 :: Making Images Maintain A Certain Distance?

Feb 23, 2006

I'm making a thumbnail gallery where I want the image you click on to expand, while the pictures to either side move out of the way. I managed to get it working using this to move the pictures:

"Value" is just a number assigned to each picture, so this does one thing to the pictures to the right of the target, and one thing to the pictures on the left.

[Code]...

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Maintain Distance Between Two Objects?

Jun 18, 2009

i am trying to develop a simple car game, and to do that i have to maintain the distance between the two wheels. for the collision detection i have used coreyoneil class, which i think is excellent. i cant get the distances to go smoothly. and basically i am finding it hard to get the physics to work.

p.s. i tried to upload the files here and got an error each time, anyone know why that is?

View 0 Replies

ActionScript 3.0 :: Making Distance Between All Mcs At Equal Distance From Each Other On Mouseover

Oct 16, 2010

I am posting my code that attaches the movieclips on stage

[Code]...

i was hoping that when the newMc expands, all other mc would keep the same distance between each other as at initialisation. I not able to figure how to do it. maybe even an earlier post or llink where similar query was explained.

View 1 Replies

Professional :: Get Images To Maintain Quality When Importing Them Into Flash?

Nov 20, 2011

My picture size is about 1000px by 1000px. It's pretty big, but simple. It has large circles, & when I place it in Flash, the circle's edges become pixelated and choppy, and not at all as smooth as it was in Photoshop. How can I maintain the quality? I tried putting a JPG in and a PSD, both of them looked really bad.

View 1 Replies

Professional :: Maintain Image Quality When Importing Images Into Flash?

Apr 30, 2010

I am creating simple drawings in Power Point and them saving them as png or jpg files. I then bring the drawing into Flash using import to stage. The imported drawings lose some quality (e.g. straight lines appear jagged). Any way to maintain image quality when importing images into Flash.

View 5 Replies

ActionScript 2.0 :: Making A Movie Clip Move By An Exact Distance?

Aug 18, 2011

I have one simple movie clip (instance name is MC) and a button. I need to make the movie clip move by a distance of 50 (along the x-axis) every time the button is pressed. I don't need the movie clip to move to x-position 50 but rather a distance of 50 regardless of where it currently is on the stage.

View 2 Replies

ActionScript 3.0 :: Calculating The Distance Between Two Images?

Dec 9, 2011

I'm trying to calculate the distance between two images (A and F - there are other images between A and F) but I can't seem to figure out how to do it the right way. The image A.x is "(stage/2) - (A.width/2)" and image F.x is "E.x - imgSpace" which is a negative value (all the images x is of negative value to image A.x). In my oppinion the calculation is F.x - A.x and although it might be right I still ned the value to be non-negative.

View 3 Replies

ActionScript 2.0 :: Distance From Center - Output Distance Only In Positive Numbers

Jun 17, 2005

I am working on the project where everything is based on the distance from the center of the stage. First I made this fla where flash outputs the x and y distance from the center. First problem is that I want to output distance only in positive numbers.

View 1 Replies

ActionScript 3.0 :: Get The Distance Between 2 3D Objects By Using Distance Method

Apr 28, 2011

In AS3 I am trying to get the distance between 2 3D objects by using distance method.
  
if(Vector3D.distance(model.position,model2.position) < 100)
{
// do something

[Code]....
 
>>You can use it directly as a method of the Vector3D class to get the Euclidean distance between two three-dimensional points.
 
Which point does this method pick? Is it the closest point to the other object ?
 
I am just thinking of how much time this would take in testing objects with large poly count.

View 1 Replies

ActionScript 3.0 :: Making Movieclips Out Of Images?

Oct 21, 2008

I am trying to load my images with xml and then turn them into movieclips and attach an eventlistener. With the code below this is the error I get.

ReferenceError: Error #1069: Property name not found on flash.net.URLLoader and there is no default value.at MethodInfo-1()

View 3 Replies

Flash :: Images Vibrate So Much Making The Animation To Look Bad?

Jul 28, 2009

I am doing an animation for a web site with Flash CS3. I need to make images (.jpg) that I converted in graphic symbols, to pass along the screen continuously. I know, for many of you this must be very basic question, but I don't know how to solve it. My problem is that the images vibrate so much making the animation to look bad.

View 3 Replies

Flex :: Making Images 300dpi From Pngencoder?

Dec 26, 2010

Also i understand that i only get 96dpi from image, because of my monitor dpi, but I need to make sure that even it generates 96dpi, it really is 300dpi quality.

I am taking 28 original images from user and making a "thumbnail picture collage" out of it for printing. I dont get the crisp quality in generated collage images, compared to originals. Here are my function, I really need to generate photo quality images for printing.

private function createImages(object:Object):void
{
progress.text = "Start Generating Images ( "+(index+1)+" - 28 )";
images_array.push(ImageSnapshot.captureImage(album.tilesList[index],30 0,new PNGEncoder()));

[Code].....

View 1 Replies

ActionScript 3.0 :: Making A Flash Banner With External Images?

Mar 2, 2010

Anyway what I need is a banner (or galleri) which pulls in external images. But i want it to be able to automatically get new images which I put in the folder.Also i want to be able to position this, since im going to make a banner/menu combo ( I can post an image of the concept if actually i have a link to the site where im want to use itI want to position the the banner in between the graphic to the left and right and I also want to position the menu on top of the banner.I've read some tutorials where you use a placeholder which i guess is what i'm supposed to do here.

View 1 Replies

ActionScript 3.0 :: Making ECommerce Header With Rotating Images?

Jan 24, 2011

I am trying to make a eccomerce header with rotating images that are linked in flash CS4. My problem is I get this error #1009 and I am not sure why. btn1 works fine but btn2 says its null and I check spelling and its correct for my instnace for button. It is the same for btn3-5 with the error.

btn1.addEventListener(MouseEvent.MOUSE_UP, goLayersSite);
function goLayersSite(event:MouseEvent):void {
var slideShow1:URLRequest = new URLRequest ("[URL]");
navigateToURL(slideShow1);}
btn2.addEventListener(MouseEvent.MOUSE_UP, goLayersSite01);
[Code] .....

View 1 Replies

ActionScript 2.0 :: Making A Project To Pull The External Images?

Nov 5, 2004

I am making a project to pull the external images, but this total bad one, what I would like to know is, I make to pull 5 external images showing one loading before show the images, I only start to show the images when all the images already will be pulled. Somebody knows as to make? or some tutorial one?

View 1 Replies

ActionScript 2.0 :: Making Flash Video With External Images?

Jul 2, 2006

I am making a flash video with externally loaded pictures. I have that working. Whats the problem then? Well I am trying to make it so those pictures appear instantly when called. So I need to preload them but I could not find a way to do this.

View 2 Replies

ActionScript 3.0 :: Making Images Inside A Classic Tween Clickable?

Jan 28, 2010

I'm not too good with flash. I'm trying to make a basic scrolling bar for sponsors. Here's a simple example: I've added an action:

Code:
addEventListener(MouseEvent.MOUSE_OVER, mo);
function mo (event:MouseEvent):void

[code].....

View 10 Replies

Actionscript 3 :: Link Images/layers In Flash CS4 - Making Them Move Together?

Nov 15, 2009

I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen togethe I need them to stay exactly on top of each other for some other functions I am running but right now the only one that moves is the top one (sharpPic_mc).I included my code below.

sharpPic_mc.addEventListener(MouseEvent.MOUSE_DOWN,Click);
sharpPic_mc.addEventListener(MouseEvent.MOUSE_UP,Release);
function Click(event:MouseEvent):void{

[code].....

View 1 Replies

ActionScript 3 :: Loading Images By Making URLRequest To Local Folder?

Jul 8, 2010

I want to make an application that loads some images with a Loader by making URLRequests to a local folder. Can I build the application and include somehow this folder so when I send it from a server to a client the URLRequests operate normally on clients side? Also if this is possible, the folder may be not viewable/accessible by the client but only from the Flash application that comes with it? So for example, this piece of code that runs nicely, locally, to my machine, if i send it to a client will continue to run to its machine. Can somehow send the folder and the SWF as one object?

private function clothesOn( outfit:String ) {
var clothier:Loader = new Loader();
var item:String = "clothes/" + outfit + ".gif";
var getItem:URLRequest = new URLRequest( item );
clothier.load( getItem );
this.addChild( clothier );
}

View 1 Replies

ActionScript 2.0 :: Making Button Stop Working When Group Of Images Is On Last Row?

Mar 12, 2006

It's been a while since I've last posted, but I read a lot of others' posts, and try to keep up to date.My question is this:I have a group of images that are loaded up using xml into a movieclip. The movieclip is masked. I have 2 buttons, that scrolls the grouping either up or down. I would like to make these buttons inactive when the grouping of images is on it's last row, meaning when there is only one row of images shown on the screen/mask.

I have tried using hitArea, but I wasn't successful. This would be easy for me to achieve if I wasn't trying to make it a bit dynamic. Basically, someone would be updating the xml file with more nodes/images and the swf would update the list of images, thus making it difficult to hardcode when the list should stop scrolling.

View 10 Replies

Making Text And Images Not Scale Whilst The Whole Flash Doc Fills Browser?

Aug 25, 2010

how I can have my swf fill the entire browser (as in publish settings 100% w & h etc) but not stretch/distort the text and images in the swf.

There is a site [URL] that does this. It fills the whole screen yet when you resize, the objects do not become distorted.

I may have the wrong approach with publish settings width & height 100%??

View 2 Replies

ActionScript 3.0 :: Making Simple Image Gallery Auto-rotate Through The Array Of Images?

Nov 24, 2010

making my image gallery, but it only works as each image in the array is clicked. Now I am trying to make the gallery move automatically to the next image in the array every 5 seconds while still giving the user the ability to click on an image to view the one that they want.Here is my code so far (like i said it works great, but only as a click-able gallery):

import flash.display.Loader;
import flash.net.URLRequest;
import flash.events.Event;
import flash.display.Sprite;

[code].....

View 1 Replies

Maintain High Performance With CS4?

Jan 4, 2010

I'm running Flash CS4 on a laptop and find it gets sluggish. I find when I restart my computer, I can work at a good speed for a while, but eventually it becomes very laggy - why is this?

Can I dump the cache files or something to simulate the restart? I've reduced the undo history to 10 - any other tips for CS4 on a mediocre machine?

View 1 Replies

ActionScript 3.0 :: Maintain Mc On Top When Loading Swf?

Apr 23, 2009

i have a button on my main swf and when i click this button a new swf loads into this main swf. when this happens the button is placed behind this swf. is there a simple way to keep my button on top when this new swf loads in?

View 1 Replies

ActionScript 3.0 :: Load Swf Files Within Another SWF And Still Maintain?

Feb 4, 2009

I was wondering how to embed an swf file inside another swf file, If i simply import it to the stage or the library it will become a symbol but the actionscript interactivity is lost, another question is can I have an actionscript 2 file play within an actionscript 3 file? The actionscript 2 code for embedding is something like this: don't mind the _mc titles

[Code]...

View 1 Replies

Flash :: Maintain Image Quality In It?

Jan 27, 2010

What's the best way to maintain image quality in Flash.

The images in this  banner gallery just don't look as good as they do on my computer.

Is there a way to embed color profile in the Flash import?[url]...

View 1 Replies

Jquery :: Maintain Spring MVC And GWT - Flex?

Jul 4, 2009

I should build a web application for back-office purposes and one of the main requisites is a good UI. On server-side I'll use Java very likely Spring framework, depending on what I'll be using client-side. I think to basically have 3 choices for client-side: a "normal" web application, meaning JSP pages, using JQuery framework. In this case, I will use full Spring's features, complete MVC pattern etc. I've been using Spring and JQuery for 2 years, so I know these techs very well. But I also know that it's quite complicated to realize some effects, much javascript code involved, specially when dealing with ajax calls and dynamic changes of page structure.

Flex with add-ons such as BlazeDs to integrate with Spring. I have no experience using Flex, I just read some articles and tutorial about it, but I really would like to learn something new :-) Google Web Toolkit, maybe with something like gwt-ext. No experience, but I really like to learn. It's plenty of support out there if I need, but I think I will struggle to maintain Spring MVC and GWT in the same project, I read that it's not so easy but there are a couple of patterns to follow.

View 6 Replies

Java :: Maintain Last Cookie Value In Flex With Jsp?

May 31, 2010

my login form in flex when I login I have created a cookie in jsp like this name setValueCookie.jsp [code]through the httpservice value i am getting but if i open a new window or any new tab cookie value is not getting how can i solve this?

View 1 Replies

Flash :: Maintain A LineTo Between Two Points In AS3?

May 5, 2011

I'm looking to work out the most efficient way to maintain the joining of two points with a line in AS3. Basically, I have a whole bunch of circles that move around, and have a property subNode which will act as an end point for the line. At the moment, the way I'm doing it is extremely intensive:

[Code]...

View 1 Replies

ActionScript 2.0 :: Resizing And Maintain Ratio?

Jan 17, 2008

I want to build a gallery that is full screen all the time and make it scaleable. The gallery is easy but I want image to maintain ratio but once reaching a 800 by 600 stop scaling .

View 9 Replies







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