Moving Graphic Over Webpage

Apr 2, 2009

I know how to animate with Flash, and I know the basics of Actionscript 2.0 enough to make simple games.I have a project to do which I wanted to do with Javascript/CSS, but instead I'd like to hone my Flash skills to do it.If someone could point me in the right direction that would be awesome! I'm making an image move in a path about a web page without regard to other content on the page.I was thinking that I could make a Flash vid with a transparent background and lay it over the page.If so, how do I make a transparent background? If that's not the solution, can I even do this with Flash?

View 2 Replies


Similar Posts:


Make Button Follow Moving Graphic?

Aug 7, 2010

I have made a simple Drag and Drop map, where its the map being dragged by the mouse. The thing is, i need to have a grid of buttons on this map, which you can click. But since im dragging the actual map, my buttons wont follow. They stay where they are.An example would be the united states world map, then each state is a button i can click. A problem would be that if the entire map is covered in buttons, then my mouse cant drag the background map as im selecting a button when i drag. perhaps i can make the buttons drag the map instead?This is the code for dragging the map:

Code:
Map.addEventListener(MouseEvent.MOUSE_DOWN, grabMe);
Map.buttonMode = true;[code]..........

View 1 Replies

Professional :: Moving A Graphic Across The Stage, Using A Png Image?

Mar 15, 2011

I am trying for moving a graphic across the stage, using a png image of a vehicle created in photoshop. Top to bottom travel takes 2 secs and stage is 767 pixels height.24fps is default and I have timeline at 48 frames long.Test movie sees very noticeable jerkiness in the motion, I expected one smooth movement up the screen, I sort of see two windscreens etc. Now I seem to recall that 25fps in video editing sees smooth motion as the human eye cant't perceive individual frames at that rate. What should I be doing to get a png to run smooth ?I tried doubling the fps and timeline length, it got a bit better, I kept doubling such and each time it improved, I hit the limit at 120fps. Its acceptable now but that seems wrong to have to do that, Timeline is going to be massive as actual movie to be 20 secs. Are there settings to be made somewhere to smooth things and use 24fps ?Png is 20kb, background image is 1.28Mb as a png. Envirographics

View 5 Replies

Professional :: How To Animate Resizing And Moving Of Graphic Symbols

May 29, 2010

As the title says, how do you animate the resizing and moving of graphic symbols without making the other objects go invisible? I'm using Flash CS4. Here are the bizarre, unexplainable problems I've had before. First of all, here's my basic scene. It's 6 rectangles and 8 half-circles. [URL]. First thing I tried doing was applying a Classic Tween (since Motion Tween did nothing and Shape Tween was disabled). However, what that did was turn every object in the entire work space into one giant object for no reason at all, which certainly isn't what I wanted. [URL]. What I realized is that in order to avoid having all of the objects merged into one, I had to create a brand new file first. [URL].

Next, I added in a blank keyframe and a Classic Tween while the workspace is still empty. [URL]. Then finally copy/paste the objects into the first frame from the first file: [URL]. Now I paste those shapes again into the target frame and resize one of the diagonal shapes: [URL]. Then I moved that rectangle to a new position: [URL]. However, when I preview the animation, only the animating object shows up... everything else is invisible. [URL]. Also, if I try moving a different object, the rectangle will start spinning for no reason. [URL]. How can I animate this object without making everything else go invisible and keep the object from spinning out of control?

View 1 Replies

ActionScript 3.0 :: Moving A Shape Made By Graphic Class Drawing?

Oct 7, 2011

I drew a line (stepVoltage) in a fla using the graphics class. Once drawn, I want to move it to the right in an update function, but am having trouble. I tride just moving the line with statements like stepVoltage.x = newX; stepVoltage.y = newY; but this didnt work. Then I tried to delete the previous line and draw a new one with a clear () function (see below) but this blocked the next drawn line from showing up.

The code:

var stepVoltage:Shape = new Shape ();
stepVoltage.graphics.lineStyle(2,0x000000);
addChild (stepVoltage);

[Code]....

View 1 Replies

ActionScript 2.0 :: Moving Graphic X Axis Only Threw Mouse Move Code Check?

Jun 2, 2003

basically this is the code i got from a kirupa tutorial and i just want the graphic to be moved on the x axis

onClipEvent (enterFrame) {
getlimits = _root.normalpic.getBounds(_root);
//get the limits of the normal pic movie

[code].....

View 3 Replies

Professional :: SWF Player Not Finding The Flv File When Moving To Webpage?

Mar 10, 2011

Making simple player to allow viewing on website.Adding flv file to create a published player.Works fine after publishing on local system as long as the flv is located in the same directory as the swf player.When copying to a website, it seems the player does not know how to find the video file.

View 1 Replies

ActionScript 3.0 :: Making Beat Em Up - Character Stop Moving If The Attack Is Pressed And Once It Is Released Start Moving Again?

Nov 2, 2010

im currently making an "AS3 beat em up" ala streets of rage or double dragon.Currently i have my character moving and a few animations done and i am trying to figure out how to make attacks work.I have some "basic" animation for his attack, but im not sure how to get it to work correctley.What happens is, if you press control (the attack button) whilst the character is walking he just keeps moving and is stopped on the attack frame.I want the character to stop moving if the attack is pressed and once it is released start moving again.

hero.gotoAndStop('still');
var left:Boolean = false;
var right:Boolean = false;[code].......

View 2 Replies

ActionScript 1/2 :: Associate Buttons With A Moving Moving Clip?

Jan 30, 2012

what i have is a tween on a movie clip of a popcorn kernel on one layer and a tween on a button on another layer to follow the movie clip. i want to be able to roll over the kernel and make it "pop". i changed my over on the button to popped corn (this works) but i want it to stay popped for the rest of the tween.

View 11 Replies

ActionScript 2.0 :: Moving Scene By Moving A Mouse Over Them?

Apr 22, 2007

I want to know how i can moving my scene by moving a mouse over them.

to understand what i want exactly ckeck this link :- [URL]

View 1 Replies

ActionScript 3.0 :: "TweenEvent.MOTION_START" - Start Moving The Second Movie Clip At The Same Time When The 1st Starts Moving

Nov 28, 2010

I have some simple script that has 2 "movie clips". What I want to do is to start moving the second movie clip at the same time when the 1st starts moving. (both start moving at the same time) I tried the following script but it never works:

[Code]...

View 3 Replies

Keep Graphic 10px From Top?

Apr 1, 2009

I'm trying to create a mini-gallery. The background is an image which auto-centres, cropping the relevent areas to ensure it fits perfectly central at the right aspect ratio.However, when I add a bar across the top, it gets 'cropped' with the image (ie. If I make the window thinner, it will get cut-off. Is there any way to keep an image exactly 10px from the top of the visible area - no matter how the background is cropped?

Code:

orig_stage_width = 960;
orig_stage_height = 600;
orig_back_width = 1600;
orig_back_height = 1200;

[code]....

View 1 Replies

IDE :: Change Graphic From ISO To Top-down?

Jul 20, 2010

So lets say I make a chess board in flash that is a top down view. Then if I want it in isometric view I simply go to the transform window and enter the skew properties of 60 and 30.

Now here is my question, is there a way to change from this ISO view back to the normal top down view?

View 3 Replies

CS4 :: Change A Graphic Within Movieclip

May 10, 2009

I am building an RPG type game in flash and have hit upon my first problem.I have created a character out of various different body parts (upper arm, lower arm, hand, head, etc..) I would like to make it possible to change the look of each of these body parts (different types of armor / clothing) whilst maintaining the whole body animations.I'm becoming confused about how many things are inside each other! Rather than recreate a whole new set of animations for every conceivable combination of armor and clothing it should be possible to simply change one of the graphics within the movieclip that is the character.

So the structure I have thought of is like this:Whole body > Changeable graphic > Base Body Part (bare arm for instance)What is a sensible way to go about doing this? I'd like to have a solution that is easily scalable and won't require notably more work if there are 10 different types of changeable graphic or 1000.I think that I need use the event that triggers the armor / clothing to change for that body part, to run a script that either somehow changes which graphic it is displaying, possibly inside the Base Body Part movieclip.

View 2 Replies

ActionScript 2.0 :: Converting A Mc Into A Graphic?

Jun 19, 2009

I have a giant image that I vectorized in flash in order to stretch it to the stage size, but obviously this lags a ton (vector size is about 700x500). Is there a way to convert this vector (in a MC) to a graphic after resizing in order to reduce the lag?

View 2 Replies

Displaying A Graphic When A Key Is Pressed?

Apr 18, 2010

I am trying to play a sound and display a graphic when a key is pressed , so far i have been able to play my sound when i press the 'a' key but i also want to display a graphic that gets displayed while the key is down , i have created the graphic as a movie clip, not sure if thats right, iam not sure of the code i need to display the graphic.

View 1 Replies

Emulate The Graphic On The Site?

Nov 23, 2010

I am creating graphics that are to be integrated into a new website booking system. I want to emulate the graphic on this site. http:[url]...Is this flash or macromedia or XHTML or what??Could i create something like this fairly easily or do i have to know in-depth action script?

View 3 Replies

Graphic Symbol Glitch?

Jun 6, 2009

I've created a small animation containing a few images which i have converted to graphic symbols so I can alpha-tween them. I tweened the first image then copy/pasted the frames to do the next using the swap symbol function. When swapping the symbol I selected the desired symbol and pressed okay but nothing happened - I then dragged the desired symbol out of the library and onto the stage then deleted the previous symbol. As soon as I did that the new symbol I had just dragged out switched back to the previous symbol.

View 1 Replies

Unable To Edit Graphic

Sep 20, 2011

I'm using Flash 8 and I have a Flash movie created some while ago that I need to change from time to time. Over the years the centre of some of the graphics/movie clips has moved as the clips grow and reduce in size. I now find I cannot edit the wording on one of the projects (project 10). [url]...

View 2 Replies

ActionScript 3.0 :: Changing The Graphic On A MC?

Aug 4, 2009

(without using a button)I have a square MC with a dummy graphic. I want that MC to display (based on conditions, so with AS3) a different graphic. Something like myMC.picture=otherMc.picture

View 2 Replies

ActionScript 3.0 :: Can't Embed Same Graphic Twice

Dec 14, 2009

[code]...

This does not!. I'm not even referencing tile109 but by having the same graphic it errors real weird!. I am using the same graphic just for test purposes so would change it later - does seem very strange though.

The error occurs in my copypixel (null source), but as said tile109 isn't even used. Some mangling/reference prob?

View 5 Replies

ActionScript 3.0 :: Change :) Into Graphic Or Swf

Jun 27, 2010

so i tried to make an emoticon in chat, it worked actually. but only if you type "/smile", it will turn into "" << colon and closed parenthesis. not if you type "bla bla bla ".

so here's the code i use:

Code:
function onSendBtClick(evt:MouseEvent):void
{
if (ti_message.text == "/smile")

[Code]....

all I wanna do is change the "", "", and ":/" into animated emoticon (for example: "smile.swf", "sad.swf", "frown.swf") anyone know the code to replace the text-emoticon code i used..?

View 2 Replies

ActionScript 3.0 :: Why Is SWF Importing As A Graphic

Jul 11, 2011

I am trying to import a SWF inside my flash file. I keep trying to import the SWF to the library, but the library denotes it with an icon as a graphic, not a movie. As such, it won't play or anything.

View 1 Replies

ActionScript 2.0 :: Graphic On Top Of Images?

Jun 29, 2006

I downloaded this script: [url] I works fine, but i want some graphic on top of the images, without adding the graphic to all the images, so i made a new layer in flash, made the graphix i wanted... But when i run the script, the images is fading over the graphic i made....

View 2 Replies

IDE :: Make Graphic In Flash MX?

May 12, 2009

make a graphic like this:

when i press the button the graphic go up, if press again go down, always like this.

View 2 Replies

IDE :: Red Box Instead Of Graphic In Flash MX 2004

Jun 30, 2009

I imported a panorama .jpg file (i.e., several overlapping landscape photos stitched together) onto the Flash MX 2004 stage, changed it to a symbol (graphic), and used Tween to simulate the panorama panning back and forth. The effect looks great when I click on the .swf file in Windows Explorer, but when I created a box on a PowerPoint 2000 slide and linked the .swf file to it, instead of the graphic, there is a red rectangle. The rectangle moves the way the graphic would, but you cannot see the photograph. By the way, I followed the steps at [URL] to link the .swf file to the PowerPoint slide.

View 1 Replies

ActionScript 3.0 :: Possible To Do Graphic Fill With Png?

Jul 28, 2009

Half a year ago I started working on this game. One of the aspects of it involves clicking a point on the screen and a path made of 32x32 squares will be drawn from its current point to the clicked point. Well at the time I jsut needed to do a quick prototype so I did something like this.[code]That worked perfectly then and simply filled the path with that color. However now I want to break away from a solid color and fill the path with 32x32 .png tiles. If it helps to better visualize picture it similar to an RPG world maker or an RTS level editor.It's been a few months since I've looked at actionscript.

View 1 Replies

FLV: Display Graphic/movieclip At Cue Point?

Aug 3, 2009

I have a FLV playing (via FLVPlayback component), and I'd like to have a graphic/movieclip display on top of the video at one of the cue points.

The video is a person speaking, and I'd like to have his name and title fade in when he says it.

View 1 Replies

Different Between Movie Clip And Graphic In Flash?

Dec 23, 2009

I want to know all differents betweent Movie Clip and Graphic & Also I want to know when I use graphic or Movie Clip

View 14 Replies

Get Coordinates Of Graphic That Is On Screen And Failing

Dec 10, 2010

I am trying to get coordinates of my graphic that is on the screen and failing. I am using AS2.

View 2 Replies







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