Need Running Animation Help
yo well im attempting to make a xiao xiao type movie but i cant draw the stick men running i dont know how i know it sounds odd ive walked around my room a bunch of times then try transferr that into the drawing but it just does not work so if someone could make a short editable short stickman movie of just running form one side to teh other that would be awesome then i could see each frame and i can learn from that i have flash mx so make sure its in that THANKS!
FlashKit > Flash Help > Flash Newbies
Posted on: 02-22-2003, 08:51 PM
View Complete Forum Thread with Replies
Sponsored Links:
Running Man Animation
Have a client who requested a running person...but not quite sure how to do it...here's a sample of what I'm talking about:
http://www.homepage-grafiken.de/cont...tionen-1.html#
(the blue guy towards the bottom)
Any help is appreciated!!!
View Replies !
View Related
Character Running Animation
I am trying to make a side scroller game (or at least a small part of it), and I can't get the running animation right. Here is my code.
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x += moveSpeed;
this.gotoAndPlay ("running right");
} else if (Key.isDown (Key.LEFT)) {
this._x -= moveSpeed;
this.gotoAndPlay ("running left");
}
}
I want the character to move while the animation plays, but instead the character moves and stays stuck at the first frame of the animation, and then starts the running animation when he stops moving. I understand why this happens, but I don't know how to fix it.
Also, I have a question about jumping. In most games, the longer you hold down the jump button, the higher you jump. How do you do that in Flash?
View Replies !
View Related
[F8] Continuous Running Animation
Hi,
I am creating a website and I wish to make an animation play continuously on my home page until the user follows one of the links. Obviously I have to have a stop action on my 'Home' layer - but how do I create a repeating animation with this action included?
Thanks for any help
View Replies !
View Related
[F8] Running Animation Keeps Playing
I am trying to make a platform game. I've gotten the jumping and moving motions to work, but there seems to be a problem with my character animation. It basically works ok, it will display running animations while moving and everything, but there is a small problem.
If i jump in the air, and hold down the right button before i hit the ground, i will land running. That is ok but after i do that, when i release the right arrow to stop moving, my character stops moving but the running animation still plays.
Ive been looking through my script for hours and can figure out how to fix this bug.
I have attached my .fla file, please take a look at it, i would appreciate the help
View Replies !
View Related
Check If Animation Is Running
I have an animation occouring on mouseover, and another on rollout but if i rollout before the (mouseover) animation has compelted it jumps and plays the rollout without compelteing the first
Is there anyway to prevent this?, or check whats being played and tell it to wait till the mouseover animation is complete
thx
View Replies !
View Related
Strange Problem In Running Animation
ok, here it goes: i made a simple flash animation and published it as swf and html. i uploaded both swf and html files to my web page but it did'nt work, i checked it from different computers in my office wiht several refreshing - nothing. html file loaded but flash animation not. in this point i must say that there was no mistake on swf nor html file and everything was in good order with them. so i sent both files to my friend via e-mail and asked to upload them from his computer to my web page. he did and quess what- it worked. he did not changed nothing in files, just uploaded files received. so i tryied to upload both files from separate locations and from 4 computers the uploaded animation did work and from 2 computers it did not. could someone explain this to me. files were the same, so was ftp program used. it seems like x-files for me...
View Replies !
View Related
Preloaded Animation Running A Little Slow?
Hi
I am using Flash 5.
I have a small Flash website which preloads before running. The big problem that I am experiencing is that if I am using a slow PC, the animation is all jumpy and slow. If I visit another Flash site with a large animation sequence, from the same slow PC, it runs perfectly smooth with no problems.
My guess is that there has to be a way of totally buffering my website before it plays because simply preloading it doesn't do the trick!
Can you help?
View Replies !
View Related
Running Animation After Scene Selection
Hi
I want to run a animation after I pres a button to go to antoher scene.
How can I do this???
I really tried alot. If anyone knows please tell me.
I have made in flash 5 scenes. Every scene starts with a video and a menu that's slides in from the side. The menu consists of 5 buttons each link to another scene. I used the goto and play script.
I you press a button then first the menu should slide away out of side before going to the chosen scene.
If anyone knows how to do this please let me know.
greetings Alastair
View Replies !
View Related
Easing An Animation Running Without Ease
hi all,
I'm not a code expert, so I guess to find here some help.
I need some advise to build a function that slow down and stop an animation that is running cyclical (from right to left) in the back of my stage, without any other effect. The issue is that the slow-and-stop command can come at any time ('cause it will depends on user's click on a button).
My animation is very _x-long: it something like a scene running in the bottom of the screen, and it must slow and stop when the command come,
I tried with tween class, with setInterval, but the only way I can try is valid for a short animation, cycling from right to left and then going back to its original _x position. But this is unuseful for a long scene...
please help me
thanking you in advance
View Replies !
View Related
How To Create The Animation Of Running Outline
I have seen in many websites that it has an image such as a cubic box or something that looks like 3d drawing which is drawn by itself. I mean the outline of the image starts running from one corner until it finished as an image of a cubic box <auto drawing> . Is this technique created by flash? Anyone who knows this technique ,please tell me how. I would like to know very much. Thanks!
View Replies !
View Related
AS2 Easing An Animation Running Without Ease
hi all,
I'm not a code expert, so I guess to find here some help.
I need some advise to build a function that slow down and stop an animation that is running cyclical (from right to left) in the back of my stage, without any other effect. The issue is that the slow-and-stop command can come at any time ('cause it will depends on user's click on a button).
My animation is very _x-long: it something like a scene running in the bottom of the screen, and it must slow and stop when the command come,
I tried with tween class, with setInterval, but the only way I can try is valid for a short animation, cycling from right to left and then going back to its original _x position. But this is unuseful for a long scene...
please help me
thanking you in advance
View Replies !
View Related
Computer Running At 100% Eve After Flash Animation Has Stopped
I have been building a website for a friend of mine, and have borrowed some scripts to help me. It works exactly as I wanted it to (zooms in and around the movie with simply clicks - all actionscripted), but when the 'animating' has stopped, flash is still processing the code, and making my computer run at close to 100%. Can anyone help me out with this? I need it to stop running through the script once it has finished the zooming, and then re-run through the script when it needs to again. You can view the site here:
http://www.studiocommercial.com/2006/
I have posted an example of the code up here if anyone wants to try and modify it!
http://www.clubracer.com.au/test.zip
Thanks!
View Replies !
View Related
An Animation Running And When It Gets To A Point I Can Press A Button
I am new to ActionScript and wondered if it is possible to do something that i have been trying. What i want to do is get an animation running (shape tweeding) and when it gets to a point i can press a button and it moves onto the next scene. I can't see why it is not possible and think i have my coding wrong (I am just using the macromeida help on the side of actionscript to piece something together!)
Can anybody please give me the code or hints, or even better let me know if it is possible to start with!
Thanks.
Mike
View Replies !
View Related
Trying To Make A Platform Game With Running Animation
hi im making a "complex" platform game. the default animation that is playing is the idle animation for when nothing is pressed.
the problem;
im trying to make it so when you press the RIGHT or LEFT key, the character plays the animation for running right. the problem im running into is
gotoAndPlay(18); .. when i hold down the RIGHT key to go right.. it keeps refreshing the command to go right so it keeps playing the first frame of the animation to run right
how can i get past this??
ive also tried
if ((!Key.isDown(Key.RIGHT) && (!Key.isDown(Key.LEFT))){
gotoAndPlay(6);
}
and this way the running animation is the default animation, and frame 6 is the idle animation for standing still
the reason this doesent work is because i have multiple ways to attack with CONTROL and SPACE. if i add a !key.isDown(KEY.SPACE)....ect then when i press space it just repeats the first frame of the attack.. while at the same time solves my other problem of running
can someone post a way for me to do this
or contact me via AIM
jereminion
btw ill post theSWF
http://i5.photobucket.com/albums/y19...n/smoothms.swf
controls:
arrow keys to move, up to jump
space to shoot
CTRL to slice
i based this game off of Kirupa's example so plz dont accuse me of stealing since i gave cred
View Replies !
View Related
Single Background Animation Running Through All Scenes?
Hi guys,
Here's the deal-i currently have 6 scenes in my current movie. It's going to be an online portfolio and each page is a section of the portfolio. However, i have an animated background (400 frames long) that i want to be played throughout the entire site. Of course, when i try and do this the animation resets every time the scene changes. The best i could do so far is to have it running on every page this way but like i said, it resets every time the scene changes.
I'm just wondering if it's possible to set this background to run smoothly through the portfolio without reseting?.
Thank you
View Replies !
View Related
Controlling Nested Movieclips In Running Animation
I am in a fix.I have designed an animation in which so many nested movie clips are there.There are two Stop and Play buttons are in the whole movie but i am not able to code tham.
Please let me know that how can i controll or stop and play buttons in nested movie clips.
If someone is around who can help me i wil be very thankful to him.
Thanks
View Replies !
View Related
Need To Avoid Running Menu Animation Every Time The Page Changes
Hello,
I'm wondering if there's a way that I don't have to run a menu's animation every time a different page is called with the same menu. I will have a series of pages sharing a menu via SSI. Can I do this with any kind of server side cookie or something?
I'm also planning to have a hidden frame with a sound loop. Maybe I can hide a variable or something in that frame.
Any ideas?
Thanks in advance
View Replies !
View Related
Flash Animation Running Slow In Html Page
Any help would be much appreciated.
I have been having problems with my animation and flash files in general once I put them in a html page. The animations run perfect running in flash player but very slow in html page.
The problem gets worse online. One of my swf's is 156k and takes up to fifteen seconds to completely load.
I've noticed that it will take about five seconds sometimes for the preloader to start. I have some code on the first page to detect for the correct flash player, but I never thought that would slow a page down five seconds.
Many thanks in advance
Kevin
View Replies !
View Related
Preloader Running Whilst Animation Carrying Out Sequence
:-
Having a few problems getting a preloader to run alongside an animation...the movie itself is based around two key frames because developing with scenes caused it to stop, in Flash MX. I have an animation where a door opens and the main site is seen through it, but the preloader seems to stop the tween?
Any ideas what I might be doing wrong?
Thanks!
Absolute Newbie BTW!!!!!
View Replies !
View Related
Need Urgent Help How To Combine Transition Class Tween Animation And Keyframe Animation?
Hi! I have a transitional tween class animation assigned to "mc_logo" on frame 1. However on frame 100, I have "mc_logo" animated on the timeline by regular keyframe animation.
I have assigned the tween class animation to "mc_logo" on frame 1 and the regular timeline animation starting on frame 100 does not execute now when I test the movie...why?
Do I need to end/clear the tween class animation so the regular timeline animation will work again?
Here is the code on frame 1 so far:
import mx.transitions.*;
import mx.transitions.easing.*;
import flash.filters.*;
var LogoTweenY:Tween = new Tween(mc_logo, "_y", Bounce.easeOut, -120, 171, 30, false);
Thank you in advance for your help.
Attila
View Replies !
View Related
OnMouseOut{freeze Button Animation, Reverse Animation Back To..}
This is my question in an action script "perspective", since i dont wanna spend the time typing this question out in plain english..
How would i implement this effect into a button I made that contains a MovieClip as the over state? ::
onMouseOut{
stop button's Over animation on current showing/playing frame;
then reverse animation back to start
OR
fade out current showing/playing Over animation frame, back to the button's load state (not over)
};
View Replies !
View Related
Playing A New Intro Animation On Release During The Previous Outro Animation?
I know about external swfs and having intros and outros, but I want my intros and outros to overlap...
for example, I want a background that's red and rotates when you click button 1, but I want to it rotate and change yellow when I click button 2, or rotate and change green when I click button 3...
I don't want it to rotate than fade to black and finish before the next animation has started, cause otherwise I don't get the smooth colour change from red to yellow, rather it's red to black than yellow...any tutorials that can help me?
thanks...it's hard to explain
View Replies !
View Related
Simulating Hieracical Animation Tween Mixed With Timeline Animation..
The theory was that I animate my clip say across the stage using frames in the main timeline. So this animates fine, but when I use the Tween class inside this clip the timeline animation is destroyed! the tween class for the clip was just doing some animation repeating, like as if it was the clips own timeline...this overpowers the parent animation and the slide across the stage doesnt happen...
why? and is there a solution more importantly.
View Replies !
View Related
Play/Pause For Animation/Nested Animation And Sound
Hello and Goodmorning, afternoon or evening.
I am relatively new to actionscripting and have come upon a problem I'm sure is probably easy but for some reason I can't make it work.
Basically I have a presentation that plays several voice over sequences that match up with accompanying animations which are mostly movie symbols that house the animation sequences. Well now the client wants to put a pause/play button on the presentation and I haven't been able to make it work... I put in stops but the movie symbols still play out the sequence and the voice over starts over... not sure what to do... HELP!... and thanks ahead of time.
Raul.
View Replies !
View Related
Help Linking Hit Detection To Animation In A Game (death Animation)
Hi everyone - I've just been experimenting with creating games in flash MX 04 and I've come across a problem that's had me stuck for a few hours now. I have just about everything working in my practice game, except when my character gets hit with the projectile... it won't go to the death movieClip that's located in the character's main movie clip (on frame 6 of it).
If anyone could check out the project file and let me know what i'm doing wrong it'd be greatly appreciated. The controls for the game are just the arrow keys to move the character, and down ducks - avoiding the projectile.
Thanks
View Replies !
View Related
Stopping Animation From Playing Before Another Animation Has Finished (On Keypress)
Hi guys
I've linked to the project I'm current working on; essentially, what it does is play a ripple animation at specific points on the stage when certain keys are pressed. What I'm trying to do at the moment is stop people from hammering one key many times, and creating several instances of a ripple in one location. As well as looking strange, it also slows down Flash considerably ;-)
I'm not really sure where to start, but what I'm thinking of would work as follows: -
Person pushes 'Q', and a ripple is triggered at the coordinates relative to that key. If they press 'Q' again, it is impossible to trigger another ripple at that location until the current ripple animation has finished. The same is true with all of the other keys (Q, E, S, Z, C, Up, Down, Left Right) when pressed.
However, it should still be possible to trigger ripples at the same time with different keys. For example, someone could press three different keys at the same time, and see three different ripples which play at the same time and overlap, etc.
Hope that's clear enough - if anyone could help me out with this, it would be most appreciated.
- Thanks!
http://www.joshbarton.co.uk/flash/Ripple_Project.fla
View Replies !
View Related
Trouble Adding Animation To Existing Rollover Animation
Hey all,
I'm using Flash 8. I have a picture of a building which is segmented into floors. Upon rolling over a grouping of floors the user sees either a blue overlay, indicating they can click, or a gray overlay simply describing what the floor is. I already have some actionscript in place and I don't need to alter it, I just added more animation to an existing movieclip rollover, but it's not quite working. On one of the floors that rolls-over gray, I want an additional rollover with some text. So I made a movie clip of the rollover animating out and the type coming in and I just added it to the gray fade in movie clip since there was already onRollover actionscript in place there. However, the rollover kept playing over and over again. So, of course I added a Stop action. Then, the animation didn't work anymore, it just rolled over to the final state of that animation. Does anyone have any ideas of what I can do, or what I can do as an alternative? I'll post the actionscript in case that helps. Like I said, the rollover "rolls-over" but either loops (without a Stop action), or rolls over to the final frame in the animation (with a Stop action).
Thanks!
Mc
View Replies !
View Related
[CS3] Create Animation That Runs From Button Click After Another Animation Has Run
Hi,
I am a newbie to flash & actionscript. I have, though, learnt the basics of flash animation, tweens & bits of actionscript and have created an animation movie consisting of sevral layers.
I have the movie stopping at the end and the graphics are all converted to buttons.
Now, from this end point, i want the user to click on one of the images (buttons) and then the flash movie to start a sub-animation.
BUT i don't know how to do this.
Do i need to create a new scene to do this or do i need to extend the layers and add the additional animation to the layers or do i need to add new layers to the same scene?
ALternatively, do i need to this in actionscript?
Please let me know what is the method of doing this in Flash. This seems like a simple thing which i've seen in flash movies before but i can't find any answers or tutorials on how to do this.
Please give me the steps involved in creating a second animation runnable from a click in the 1st animation.
To clarify further, my aim is to make the movie clip interactive using different motions 9or animations so that when an object in the 1st animation is clicked a different animation starts. So how can i achieve this?
Regards, shuja
View Replies !
View Related
Making An Animation Fade Into Another Animation When A Button Is Released?
okay, so I have for exmaple a red animated background for 'home' but when someone clicks 'media' for example, I want that red animated background to fade into a green animated background.
I tryed using external swfs, but I don't know how to make the outro animation of the first red swf fade into the intro animation of the second green swf, so it creates the effect of red into green, rather than red to black, than black to green.
any tutorials that could help me?
View Replies !
View Related
Converting Programmed Animation To Timeline Animation
hi,
I have made a simple animation using programming in Flash 5. It is all contained within one frame on the timeline. It constantly repeats itself and plays fine as an swf file and as quicktime (6).
The problem is, I want to import it into an application (after effects)that doesn't understand flash programming. It imports it as one frame and nothing happens when I try to play it.
I think the solution may be in converting it to a timeline animation for about a minute which has a definite start and end point but I don't know how to do this.
any ideas?
katy
View Replies !
View Related
Converting Tweened Animation To Frame Animation
i have this cartoon see, and i made a tween of a character, but it looks all stiff and whatnot, but i'd like to use the tween as a guide for the stuff i am going to draw in. is there a way to convert this tweened animation to frame by frame animation? can't find anything like this in the help files.
mmm..
thanks
View Replies !
View Related
Button Animation That Ends Animation On Rollover
I design a button that glows on over. So the person rolls over the button and it glows other wise the button does nothing.
What I want is the button's glow animation to finish the animation after the person moves the mouse away. So once the mouse touches the button it starts the animation and if the person moves the mouse away the animation completes the time line(glow).
I designed a button with the glow as a separate animation/movie clip.
The animation is on the over state. But it does not play all the way threw the animation unless the person keeps the mouse over the button.
Please help me get this simple problem to work.
Sassycassie
View Replies !
View Related
[CS3] Adding A Rollover Animation To An Existing Animation?
Hi there,
Sorry if the question sounds a bit confusing, but I've previously managed to create rollover animations for static movieclips, but I'm really struggling to add a rollover animation to a movieclip that already has an existing looping animation, and also ensure that there is a smooth transition regardless of where the looping animation has reached? Similar to what's in the following sites:
http://unlimited.orange.co.uk/flash/go
http://www.ileduboucanier.com/ileduboucanier.html
Any ideas/tips/links to tutorials would be greatly appreciated!
View Replies !
View Related
Storing A Dynamic Animation To A Static Animation?
Hi there.
Is there a way to create a static animation out of a dynamic animation?
Like this;
If I create a random "starfield" effect, and want it to be exactly the same every time - can I somehow store the animation to a swf or create automatic actionscript FROM the randomness I've already created?
Would be nice to know
Samuel
View Replies !
View Related
How To Create Static Animation From Dynamic Animation?
Hi there.
If I have created a dynamic animation (placing 100 raindrops on a stage using a for-loop), how can I create a static animation out of this that I can use in a animation?
The reason for asking, is that I want to create a flash-video for TV, and for that I can't use movieclips or dynamic content at all...
So I appreciate any help
Samuel
View Replies !
View Related
Timeline Animation Tweening Vs Actionscript Animation
Hi All.
The reason for this title is because I am currently producing flash banners for a company and have been looking all over the internet on such a subject.
My flash skills are somewhat limited. I currently make everything on the timeline and have started to see its limits. I find I am getting choppy movement with some of my animations.
I have tried using jpgs, pngs, gifs and vectors in flash but still get the same problems. I have tried setting the fps to 12, 24, 32 and 90.
I hear that flash 8 is apparently buggy and that you should set it to 31fps. Can anyone verify this?
Also I understand by uping the fps you start to encounter loading problems as you are starting to reload the whole piece your working on faster and faster and so computers with a low cpu will suffer.
I found by looking at using certain colours one can get around possible chopping problems and by spinning the word or image this can take away some of the effect.
I also read by setting publish to 'quality=best' can make a difference.
Next I've started reading about 'onEnterFrame' 'pressHandler' and OnMouseMove handlers in actionscript and how this can help.
Can anyone shed any light about how to get a nice simple smooth animation for a flash banner?
Many thanks
Newsense
View Replies !
View Related
Play New Animation And Reverse Previous Animation
Hey everyone. Brand new here. I am hoping someone can help me out with bringing new sections of a website into the display area, and moving the previous section out. Meaning, lets say I have two buttons, and the idea is when you click one, an animation of the content pops up from the bottom of the screen to show the viewer. Simple enough, I use gotoandplay like this:
topLevelButton1.addEventListener(MouseEvent.CLICK, handleClick);
function handleClick(e:MouseEvent):void {
section1.gotoAndPlay(2);
}
So, when someone clicks my topLevelButton1, section 1 moves up on the screen so its visable. This concept is done with 5 different buttons on my site. It works fine. The problem is, when there is already an section displaying on the screen, I need to LOWER that section BACK DOWN before the new section raises up to display when I click a different button.
How is this achieved? I understand that Im supposed to store the current animation as a temp movie clip, so that when I click a new button, Flash takes whatever is currently stored as the temp movie clip, and reverses it or plays that animation from a specific frame. I dont know how to go about this though... Help please?
View Replies !
View Related
Changing Keyframed Animation Into Actionscript Animation
Can anybody provide me with any code and technique that will succesfully allow me to convert my menu from a keyframed animation into a dynamically generated actionscript menu? I just realized that i might have to change the buttons more often than not and i would like to future-proof this as much as possible. i also want it to move very smoothly. Any and all help is appreciated
Here is the menu animation
P.S.: some of the buttons are to be drop down menus, so id like that functionality as well. Any and all help is appreciated. Thanks alot
View Replies !
View Related
Changing Keyframed Animation Into Actionscript Animation
Can anybody provide me with any code and technique that will succesfully allow me to convert my menu from a keyframed animation into a dynamically generated actionscript menu? I just realized that i might have to change the buttons more often than not and i would like to future-proof this as much as possible. i also want it to move very smoothly. Any and all help is appreciated
Here is the menu animation
P.S.: some of the buttons are to be drop down menus, so id like that functionality as well. Any and all help is appreciated. Thanks alot
View Replies !
View Related
Changing Keyframed Animation Into Actionscript Animation
Can anybody provide me with any code and technique that will succesfully allow me to convert my menu from a keyframed animation into a dynamically generated actionscript menu? I just realized that i might have to change the buttons more often than not and i would like to future-proof this as much as possible. i also want it to move very smoothly. Any and all help is appreciated
Here is the menu animation
Roll over the cross to start it.
P.S.: some of the buttons are to be drop down menus, so id like that functionality as well. Any and all help is appreciated. Thanks alot
View Replies !
View Related
Frame Animation Or Motion/shape Animation?
I know that motion/shape animations cause less lags then frame-by-frame animation, I'm making a game and I think the speed of the Flash Player is very important.
is it better to make all the motions in Flash, then play it directly or export the animation into .gif file and import them in Flash again(in order to make frame-by-frame animation)? Because the second way has a huge(I think) advantage: when you set the quality of the movie to low, the graphics' quality doesn't change for real since they're gif
View Replies !
View Related
Tweened Animation Vs Action Scripted Animation
Hi All.
The reason for this title is because I am currently producing flash banners for a company and have been looking all over the internet on such a subject.
My flash skills are somewhat limited. I currently make everything on the timeline and have started to see its limits. I find I am getting choppy movement with some of my animations.
I have tried using jpgs, pngs, gifs and vectors in flash but still get the same problems. I have tried setting the fps to 12, 24, 32 and 90.
I hear that flash 8 is apparently buggy and that you should set it to 31fps. Can anyone verify this?
Also I understand by uping the fps you start to encounter loading problems as you are starting to reload the whole piece your working on faster and faster and so computers with a low cpu will suffer.
I found by looking at using certain colours one can get around possible chopping problems and by spinning the word or image this can take away some of the effect.
I also read by setting publish to 'quality=best' can make a difference.
Next I've started reading about 'onEnterFrame' 'pressHandler' and OnMouseMove handlers in actionscript and how this can help.
Can anyone shed any light about how to get a nice simple smooth animation for a flash banner?
Many thanks
Newsense
View Replies !
View Related
Changing Keyframed Animation Into Actionscript Animation
Can anybody provide me with any code and technique that will succesfully allow me to convert my menu from a keyframed animation into a dynamically generated actionscript menu? I just realized that i might have to change the buttons more often than not and i would like to future-proof this as much as possible. i also want it to move very smoothly. Any and all help is appreciated
Here is the menu animation
Roll over the cross to start it.
P.S.: some of the buttons are to be drop down menus, so id like that functionality as well. Any and all help is appreciated. Thanks alot
View Replies !
View Related
Easing Animation Vs Time Based Animation
I want an animation to be controlled by easing, what I really want to do is a boat floats slowly then speeds up when it reaches at the other end of the screen(left to right). I know easing is effective, however; is it possible to control motion with actionscript?
I want to start slowing down and then when it reaches to certain point on the _root; it speeds up slowly.
View Replies !
View Related
Running SWF As EXE
Hello,
Any help would be greatly appreciated.
I have currently an interactive course in flash.
The folder contains a setup.exe file, autorun.inf file, and a sulfolder that contains all the modules (.swf) files. The only way to run it is to load the setup.exe file locally.
What I'd like to do is to integrate this into a webpage. Given the .exe file, I don't know if it's possible to change the whole system. Is there a way to do this?
View Replies !
View Related
|