Forward Reverse Effect
i have a video in the center of my project, at the bottom are 2 bottons (forward and reverse)
when you roll over the 'forward' button i want to play the video one frame at a time forwards, and vice versa for the reverse. could someone help me with the code please.
thank you.
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 10-21-2003, 04:55 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Forward Reverse Effect
i have a video in the center of my project, at the bottom are 2 bottons (forward and reverse)
when you roll over the 'forward' button i want to play the video one frame at a time forwards, and vice versa for the reverse. could someone help me with the code please.
thank you.
Going Forward... In Reverse
Greetings,
This is my first post so pardon the ignorance...
I've seen this posted all over the place but nothing seems to work. I need to have a BUTTON play a segment of time in REVERSE.
(more specifically) i have 6 pictures i want to be able to scroll from right to left when the forward button is pressed and from left to right when the reverse button is pressed.
My forward button goes 4 frames and stops on the 1st frame of the next picture tween. This looks and works great. My back button goes back 4 frames to the previous picture but it does it INSTANTANEOUSLY. I would like the reverse motion to be the same rate at the forward motion.
Any ideas?
Forward And Reverse Play
I have a timeline with six images which have the effect of travelling in a loop from foreground and then into the distance. I want to have 2 buttons one for forward movement and one for reverse movement. I would like to use an on roll over event to trigger this movement. "Next frame" and "play" works fine in the forward direction. However, "previous frame" stops after only one frame and has to be "roll out" "roll over" repeatedly to make it move backwards. Is it possible to get a timeline to play backwards with actionscript or is it necessary to duplicate the timeline and reverse the frame order, jumping between the two.
If it isn't possible I think it would be a welcome addition to future flash releases.
Thanks for you wisdom.
Manson
Forward And Reverse Controll HELP
Hello, thanks ahead for all the help. What I’m trying to accomplish here is control of a movie clip. Take a look at www.kingsasylum.com , do you notice that scroll menu on the bottom left. What I would like to see is when you press a link on the menu to the right, on release the scroll box will either scroll forward or backwards depending on what link is pressed, and stop appropriately. Thanks guys! Flashkit rocks!
Forward/Reverse Control
OK I have two sites in which I need to do this:
Site #1
I have a flash file that has an arrow pointing left and an arrow pointing right. I need them to control a MC so that if you mouse over the left arrow it plays the MC backwards and it stops when you mouse out. I also need it to play forward when you mouse over the right arrow and also stop when you mouse out.
Site #2
I need to do the same thing only with a slider rather than arrows. This will go frame by frame stopping each time the slider is drag in whichever direction.
If someone could help me with this it would be greatly appreciated!
-= Bill =-
[F8] Fast Forward And Reverse
I am using this code for my ff and rev buttons. I don't like them but its all I have for now. I know there is a better way. If I press the ff button the video needs to advance by 1-2 seconds. If the user press the revers button it need to do the same but move back 1-2 seconds. I am using the FLVPlayer Component so doing ns.seek will not work.
my current code
Code:
//Rewind
rewind_btn.onRelease = function (){
myPlayer.playheadTime = 0;
}
//Forward
forward_btn.onPress = function (){
myPlayer.playheadTime = myPlayer.totalTime-1; }
any help would be appreciated
Forward And Reverse Timeline?
Hey im using flash CS3 with actionscript 2.0. what i want to create is a column for an online magazine, the column will display a list of content, this list will be longer than it appears and have a "next" and "prev" buttons located at the bottom. i can set it up so than when next is clicked the content shifts and displays more, the problem is, what do i do about the "prev" button? i cant make the timeline play in reverse can i? i have a test FLA at www.waffleconezone.com/test.html ..
thanks!
How Do You.... (Forward/reverse On Mouse Track)
I am trying to have a looping movie clip play, but when you mouse over the area, it tracks the mouse and then plays the loop forward if you increase _xmouse or backwards if you decrease _xmouse. Not sure how I would go about doing this. any ideas? thanks in advance.
dangerboy
Simple Forward And Reverse MC Buttons
I would like to make a very simple slider effect.
I have a movie clip with several images on it and I want two buttons to control movement left and right. (Or in this case forward and backwards.)
When you click the right button I want the move clip to play forwards and when you click the left button I want the movie clip to play backwards.
Is this possible?
Could someoone plese help me this action script.
Thanks
Gee
Flash Player 9 - Forward, Reverse Using Keyboard
Okay, this question is just about Flash Player 9, and not any programming or anything. It seems to me that I recall previous versions would allow you to advance one frame, or go back one frame. I remember watching a Jib-Jab animation and studying it by advancing a frame at a time, and I did it with the keyboard somehow. Flash player 9 will still do the single frame advance or retreat, using the right-click context menu. First right-click and uncheck "Play" then right-click, choose "Forward" or "Rewind" to go forward or back one frame at a time.
But like I said, I remember there being a keyboard equivalent to this. I don't remember what it was, but further research (google, ha.) seemed to indicate that it was the comma and period keys. However, I tried those, and a whole bunch of other keys, and nothing seems to work. Does anyone know what those keys are, or even if there is such a thing in Flash Player 9?
Thanks in advance (no pun intended).
Turntable Cube - Reverse And Forward Problem
Hello everyone
How can I fix this script.
I have a rendered 37 frames turntable cube movieclip. And two buttons. Scenario is like that; When we release the right button movie must play forward normally and stop at 14. and 32. frames. When we release the left button movie play backward and stop 14. and 32. frames again. And this behaviour must be endless (turntable) ( at 37. frame it must turn to first frame if released right button or at first frame it must turn to 37 if released left button).
I tried to write a script but movie couldn't stop at 14. and 32. frames or it's not turntable...
My script is in attachment.
Please help me..
Fast Forward, Rewind (reverse) Video
hi,
i have this video... approximately 60 second... i can make the video to play by using gotoandplay().. if i want to fast forward or rewind the video, how can it be done.
i don't want fast forward or rewind thru slider... i want it like FF or rewind like VHS tape. most likely involve buttons to enable it.
tq
Netstream / Seek() Fast Forward And Reverse
I am trying to use seek(); to fast forward and reverse my flv. It works if I keep clicking the button to skip the video forward, but how can I make it so I just have to hold down the button to repeats the ns.seek(ns.time + 1) ?
forwardButton.onPress = function() {
ns.seek(ns.time + 1)
}
reverseButton.onPress = function() {
ns.seek(ns.time - 1)
}
Play Animation Forward/reverse Between Specified Frames?
Hi!
I've just started out with Flash as I need to put together a front page menu for a website, which has a logo a little like a clock. The idea is that the 'minute hand' moves around to point at whichever option/button the user is hovering their pointer over....
... I've got a tweened animation of the 'minute hand' moving between all the options that it would have to move between, with a keyframe at each button that it would have to stop at if the user were hovering their mouse over it.
What I want it to do is move the 'hand' between buttons - maybe backwards, maybe forwards, maybe from frame 1 of the anim to the 30th, maybe from the 20th back to the 10th, depending on which button it is pointing to (the last button the mouse hovered over) and which button the user is now pointing at.
I'm hoping that there's some kind of variable that'll give me the current frame of the animation, and a command I can use to play from that frame to a desired frame (which I can execute from ActionScript attached to that relevant button) whether that be forwards or backwards.
Is this possible? If so, how? In theory it should be really simple to do, but I just can't seem to find the commands/access the anim's current frame value etc. I have experience of programming, but this is my first time with ActionScript/Flash!
ANY help appreciated!!
Buttons To Move Frames Forward And Reverse?
Hi,
What I'm seeking should be straightforward for those of you who have mastered ActionScript. (I'm using Flash 8 Professional.)
I have 84 photographs that progressively show one complete rotation of a photographed object (a model airplane). What I'm envisioning are a pair of buttons. When the "forward" button is pressed, the plane would rotate clockwise, and stop rotating when the button is released. Same for the "reverse" button, but the action would be counterclockwise. In that way, the viewer can control exactly what angle to look at.
I assume I'd put each of the photographs on a Flash frame and use ActionScript on the buttons to make Flash go through the frames as described above.
Please let me know what the AS code would be, or perhaps show a link to someplace where it is explained.
Thanks!
Bill
Playing Frames Forward And Reverse Triggered By Buttons
Hi, I'm wondering how to make a script that can play forward and reverse in an animation. AS an example, You roll onto a button, it plays an animation then when you roll off, it just play in reverse from the exact frame of the animation you're on. It equals perfect button animations every time.
Thanks in advance
Play Forward/reverse & Stop - Newb Question
Hi All,
First of all, great site. Lots of helpfull people on here.
I wonder if any anyone can help me. I am trying to create a menu that scrolls across the page, using a mask layer so only one heading at a time is visble. There are two buttons that control the scrolling of the menu left and right. At first i had a problem with the reversing of the Menu MC but solved that by searching this site.
The MC is 7 seperate headings. The idea is that once you hit the fordward/reverse buttons it scrolls to the next heading and stops. Sadly all i get after hitting the buttons is all 7 headings scroll past until the end (or start!) of the MC. I need to beable to get the heading to stop at the correct position until one of the directional buttons are hit again. Any ideas because i'm totally stuck!
I'm using Flash MX. I really am a numpty when it comes to AS so be gentle! And thanks to anyone that takes time out to check out this post.
This is the AS for the MC itself:
onClipEvent (load) {
stop();
var speed = 1;
var direction;
}
onClipEvent (enterFrame) {
if (direction == "ff") {
gotoAndStop(_currentframe+speed);
} else if (direction == "rr") {
gotoAndStop(_currentframe-speed);
}
}
And the forward button:
on (release) {
_root.MenuMC.direction = "ff";
}
And the back/reverse button:
on (release) {
_root.MenuMC.direction = "rr";
}
Cheers again!
Markio.
Several Questions - Delay, Swap Depth, And Forward/Reverse Button
I got several questions, so instead of posting 3 seperate posts and taking up space I'll roll it all in one. Thanks in advance.
Delay
I have a slide show that plays, and it processes the do..while statement to quickly causing flash to crash. All I need is a simple delay. I've noticed setTimeout, but I really don't understand how to use it. Anyone know where to get some documentation on it?
Swap Depth
The slide show I have can also be played 1 frame at a time. I want the picture to swap depths when the user hovers over. However, the slide show is within 2 loaded .swf files. How can I get it to swap depths with the _root or is this even possible?
Forward/Reverse
I have a .flv file and I can play and pause the file using custom buttons that I've made in my swf. How can I get forward/reverse functions?
Playing Music Via "stop - Play - Reverse - Forward Buttons"
Hello everyone,
I am working on a media player, and have received help from a member on here with how to set it up to have files play via clicking on a button in the flash file.
The problem I am having now is that I need to have the "stop" - "play" - "reverse" - "forward" buttons all work for each file that is currently playing. There is 4 audio files that can be clicked and played, but I am stuck on how to get the stop/play/fwd/rev buttons to work for each file as they are playing in the media player.
Here is the actionscript for the file.
Code:
play_mc.onRelease = function(){
myMedia.setMedia("URL of the file", MP3)
}
my_media2_mc.onRelease = function(){
myMedia.setMedia("URL of the file", MP3)
}
my-media3_mc.onRelease = function(){
myMedia.setMedia("URL of the file", MP3)
}
mymedia_ap_mc.onRelease = function(){
myMedia.setMedia("URL of the file", MP3)
}
I am sorry if this is such a newbie question, but I am taking everything I learn and applying it to projects and hoping that I can soon be able to give advice to others on this board.
Thanks in advance to anyone who can give me some insight.
Thanks.
- Robert DeVore
Cre8tiv Vision co-CEO / Lead Designer
Having Troubles Creating Reverse Play And Forward Play =/
So i have looked at a lot of posts tryna get insight on how to do this but so far nothing . . . . I have an animation that i created in after effects, nothing to hard, just some icons going around in circles. so far it just plays in a continuos loop clockwise. what i would like it to do is when i hover over the left side of the SWF it reverses and plays (counter clockwise), the more i move to the left the faster it plays. . . . if i move to the right it plays clockwise, the more i move to the right the faster it plays. . . If i center my mouse on the swf is slows to a stop and i can select the icons to load the menu item. probably an external swf loaded into the main swf. . . Can someone guide me? I'd greatly appreciate it. I uploaded my FLA so you can check it out if you'd like. again, thanks in advance for all your help!
joseph
http://architectproductions.com/projects/draft2.fla
Fast Forward Effect.
visit http://www.proactiveinc.com/site.html
how did they do that? the picture effect. any ideas?
Reverse Animation Effect
what is the best method to do a reverse animation effect ? somethin like if you on mouse a button .. an animation will be played.. but if half way thru the animation, you mouse out, I want the animation to reverse from the point that it has played.
What i did to simulate this effect is to create two version of the animation, one forward and one backward. And I will make it jump to respective frame (dependin on where i stop in the forward animation)in backward version to play the reverse part.
But this method is very troublesome to do.. if i have many animation that i need to do reverse effect.. it will consume a lot of time.
Reverse Mask Effect
Is there a way to make a reverse mask?
Normally a mask reveals everything under its shape. I want a mask that reveals everything outside of its shape.
I can't easily explain the reasons why I need this feature. But I do.
any thoughts?
Reverse Typewriter Effect
hi all actionscript experts
can anyone suggest a way to reverse the effect created in the Scripted Typewriter Effect tutorial?
http://www.actionscript.org/tutorial...er/index.shtml
Reverse TypeWriting Effect
Hello all:
Hello ,this is a very good tutorial for typewriter effect:http://www.webdesign.org/print.php?id=9132 ,I realy want that the words comes from write to the left without any disturbing of the order of the words.I appreciate you
Mohsena
Mouse Down Effect In Reverse
Hi,
I want to create a button were the effect of the mouse down is like the effect of the mouse over, but in reverse. I tried it but it doesnt work right. What i did was create two movie clips, one for mouse over and one for mouse down. It only works if you click it but idont want it that way. Please help.
Thanks.
Miguel
Reverse Button Effect
I need help with a movie clip used in a button.
I have a magazine draw on a webpage with a button over the magazine. The hit state is the size of the magazine so when you mouse over the magazine you see the corner edge of the magazine curl up.
I did this by creating a button, then loaded in a movie clip on the over state. Nothing is currently on the up or down state. Hit state is as stated, size of the magazine.
My question or problem is that after you mouse over the magazine you get the corner to flip up but when you move off the hit state it just snaps back to the beginning of the movie clip or just doesn’t show the button effect anymore. I want it to play the movie clip in reverse when the mouse leaves the hit state, so it looks like the page curl folds back down.
Idea came from http://www.claracollins.com/ trying to mimic the same page curl effect.
Thanks,
Layoric
Reverse Starfield Effect
Hey folks i am looking to reverse this effect http://jrgraphix.net/research/flash_starfield.php i want the circles to scale away rather then towards you. any ideas, tips, anything at all -thanks a bunch
Making A Timeline Effect Reverse
Hello, I have a question about timeline effects. I have made a few lines of text and added a gif, all of which have timeline effects on them. The duration of the movie is 30 frames, 4 of the effects are 15 frames. I was wanting to make those 4 reverse their effect for the remaining 15 frames so that in the end they have come back to the original starting position. How might I accomplish this?
Reverse/inversed Mask Effect?
Im looking for a way to create an inversed/reversed mask effect in Flash.
I want to (dynamically) draw a shape/object on the stage (in an empty movieClip) and make that shape that was just drawn 'be' the part that is cropped/masked out from the image/movieClip underneath it..
the way Flash currently does 'masking' is whatever you draw on the stage is what is visible underneath it.
so I was thinking that possible the bitmap class would be a solution here?
copy the alpha channel pixels? or use copy pixel? (something) to make a duplicate movieClip (bitmap data) with ONLY that data, and NOT the color/channel of the shape I just created using lineTo()...etc and then setMask() on that new clip?
example:
if I had loaded an image of someones face, and take the mouse, draw an outline around the teeth/smile.. (it fills in with a beginFill() color)..
I want to then click on a button, and have the teeth (or whatever) cropped out (masked) in the image/movieClip below... instead of JUST having the teeth left visible?
Hope Im making sense here..
thanks
any ideas are welcome.. Im having a brain fart over here..LOL
Reverse/inversed Mask Effect?
Im looking for a way to create an inversed/reversed mask effect in Flash.
I want to (dynamically) draw a shape/object on the stage (in an empty movieClip) and make that shape that was just drawn 'be' the part that is cropped/masked out from the image/movieClip underneath it..
the way Flash currently does 'masking' is whatever you draw on the stage is what is visible underneath it.
so I was thinking that possible the bitmap class would be a solution here?
copy the alpha channel pixels? or use copy pixel? (something) to make a duplicate movieClip (bitmap data) with ONLY that data, and NOT the color/channel of the shape I just created using lineTo()...etc and then setMask() on that new clip?
example:
if I had loaded an image of someones face, and take the mouse, draw an outline around the teeth/smile.. (it fills in with a beginFill() color)..
I want to then click on a button, and have the teeth (or whatever) cropped out (masked) in the image/movieClip below... instead of JUST having the teeth left visible?
Hope Im making sense here..
thanks
any ideas are welcome.. Im having a brain fart over here..LOL
my original thread is here:
http://board.flashkit.com/board/showthread.php?t=784100
Reverse Mouse Motion Effect... Help
Ok I'm trying to replicate the effect seen on this website http://www.ferrycorsten.com/fc.php?lan=eng and having a very difficult time with it. I've attempted all the methods i know of moving MC's with mouse input but can't replicate this effect.. any help would be greatly appreciated.
what i have attached is working for me only its not reversed.
Code:
/*EASING **********************************************************************/
Movieclip.prototype.easing = function (objet, targetX) {
easeType = mx.transitions.easing.Regular.easeOut;
var begin = objet._x;
var end = targetX;
var time = 1;
var mc = objet;
ballTween = new mx.transitions.Tween(mc, "_x", easeType, begin, end, time, true);
};
/*****************************************************************************/
/*****************************************************************************/
var mouseListener:Object = new Object();
mouseListener.onMouseMove = function() {
MC1.easing (MC1,_xmouse);
trace (_xmouse)
};
Mouse.addListener(mouseListener);
stop();
Rollover And Rollout With Reverse Effect
Hi all !
I'm a rookie in flash, and what i want to do is juste below :
- i want to make somes cool buttons with two similar effects. One rollover and one rollout.
Actually i've made a button with a rollover animation, and i want the same effect in reverse for rollout.
I already tried with one animation for rollover and one for rollout but it's fake u see. if the cursor is out before the rollover animation finished, it is "gameover".
I saw some reverse playing tutorials in kirupa'sforums but nothing ( but i can be wrong ) concern about buttons.
If u don't understand one word what i am saying, it's logical, i'm french and my english is so lame ! But i got one example of this for ya.
http://www.mercuriocinematografica.it/gfx/main_en.php
( buttons with reverse effects are at the bottom )
Thkx for answer by advance,
Congratulations for all active members in this kirupa forums, u've done so incredible job, thkx for all.
PS : sorry but this is a repost
Rollover And Rollout With Reverse Effect
Hi all !
I'm a rookie in flash, and what i want to do is juste below :
- i want to make somes cool buttons with two similar effects. One rollover and one rollout.
Actually i've made a button with a rollover animation, and i want the same effect in reverse for rollout.
I already tried with one animation for rollover and one for rollout but it's fake u see. if the cursor is out before the rollover animation finished, it is "gameover".
I saw some reverse playing tutorials in kirupa'sforums but nothing ( but i can be wrong ) concern about buttons.
If u don't understand one word what i am saying, it's logical, i'm french and my english is so lame ! But i got one example of this for ya.
http://www.mercuriocinematografica.it/gfx/main_en.php
( buttons with reverse effects are at the bottom )
Thkx for answer by advance,
Congratulations for all active members in this kirupa forums, u've done so incredible job, thkx for all.
PS : sorry but this is a repost
Reverse Type Text Effect
Hi ultrashockers,
A good number of submarine fiber cables have been destroied in the earthquake happened to Taiwan last week, since then accessing foreign websites became nearly a "mission impossible".
Finally the recent couple of days we can visit some foriegn websites, like ultrashock though the top navigation took me like 2 mins to load.
And it took me like 10 mins to reach this page.
I come to the point since the pipe is crowded (with only one fixed cable, billions users from china are crowded through it to the west infohighway.
Here is the thing, I use substring to create that kind of type effect and and reverse type effect. And added 2 buttons on teh stage one to "type" and one to "erase" (this is the reverse type).
My issue is: it all works fine the first time, I click on "type" to start type and click on "Erase it" to erase the string. but after that, those buttons seem not working anymore why?
here is the code and the fla file.
ActionScript Code:
var str:String = "Try some of the type effect! This is one of the most commonly ... blah. ";
var count:Number = 0;
var l:Number = 200;
var t:Number = 20;
var speed:Number = 3;
this.createEmptyMovieClip("btn", 1);
btn.moveTo(l,t);
btn.createTextField("typetxt", 0, l, t, 200, 100);
btn.typetxt.wordWrap = true;
function type():Void
{
if(count<str.length)
{
btn.typetxt.text = str.substring(0, count);
count += speed;
}
else
{
clearInterval(typeInt);
}
}
function erase():Void
{
if(str.length > 0)
{
str = str.substring(0, str.length - 3);
btn.typetxt.text = str;
}
else
{
clearInterval(eraseInt);
}
}
btn1.onRelease = function()
{
type();
var typeInt = setInterval(type, 30);
trace(btn.typetxt.text);
}
btn2.onRelease = function()
{
erase();
var eraseInt = setInterval(erase, 30);
trace(btn.typetxt.text);
}
http://www.keyframe1.com/tmp/test_type.fla
Appreciate it if anyone got the time to have a look at them.
happy new year!
- mark
How Do You Reverse Your Animation Or Do A Reverse Wipe...
...when loading a new movie or going to a new scene? In other words, when a new movie is fading in and then stoping to reveal buttons or navigation, how do you tell your movie to reverse your frames or reverse the intro animation, then go to and play a new movie? I apoligize it's hard to explain. Here is an example...
http://www.djstevelawler.com/
1)enter the site
2)skip the intro
3)you will then see the turntable and all of the animation fade in along with a drumset that if clicked reveals your navigation.
4)click on "chart" for example
5)the entire animation reverses itself or fades out the way it first came in, this is the effect that I'm after.
6)the chart page fades in along with the navigation
7)clicking the back button and the chart page fades out again just as it faded in and load the portal page.
Please help me out with this. Even if you can point me toward a tutorial I would be extremely grateful.
Thanks!
Best Way Forward ...
Here is some code from my movie:
Code:
if (_root.user_txt.text == "000111") {
_root.play();
} else {
_root.gotoAndStop(1);
}
This was to test if the user correctly enters '000111' into the text field before clicking a button. Now I just need to test that the user has entered a string of numbers that is at least three characters in length. So all the following are correct and qualify:
0 (this is incorrect - too short)
034 (this is correct - it's at least 3 chars long)
23857248957123489589 (this is also correct - it's long enough)
Any pointers for this ?
Thanks,
Stephen.
Forward To New Url
Hi,
I suspect this is a simple function, but I can not find anything to explain how it's done.
I simply want to go to a new page once my flash movie completes playing. So, my flash is embedded into page.html and I want to go to page2.html once it is finished.
Thanks
How To Fast Forward?
how exactly do you have a button.. so when you click and continue to press it fast forwards. like if you have an animation. and you have a play button. you hit it and as long as you hold it down the frames will play.
This should be faster than the actual play of the movie (if you simply play the animation)
This also has to work in reverse.
maybe just something like skipping frames.. instead of nextframe or prevframe.. you can have it jump 3 or 4 frames at a time. the frame position is always at an unknown position and must forward or rewind from the frame it is currently on.
ANY Help?
Thanks
Movieclips Always Forward :|
I've made a flash webpage with pretty big pics so I decided to let 'em load in various empty movieclips. well, easy stuff. the site works fine but the images are still heavy so I decided to give a simple preloader to every swf containing the pics. so, let's say, I have an empty movieclip called 'upper' and my script 'tells' the main movie to load inside it the file index_upper.swf. ok, it works. BUT the empty clips are located in the last level of the timeline. above 'em there are a pair of scrollers, a pair of buttons, a fading logo ecc. ok, here's the problem. WITHOUT the preloader everything works great with those clips loading my pics with a nice (and light...the main movie doesn't have to load all the stuff in the first place and that's cool) background effect but WITH the preloader here comes the catastrophe (is it spelled correctly ?! ). the clips that should be in the background because they are in the lowest layer are now in the foregroud covering all the other stuff that are on layer way up. so no more scroller, logo etc. I need those preloaders, the visitors have to know that something is coming up but...any suggestion ???
Forward Motion
hi im trying to get this helicopter to fly the up and down motion is great but i cant get the forward with tilt ar reverse with tilt to work
any ideas would be great ive atached the helicopter
thanks bob
Getting A MC To Face Forward
I have this cute little tank that you can drive around.
however the tank faces sideways initially so when you move it forward or back its going sideways.
ps. The tank can only go forward and backward and spin in each direction. (J+F=Fwd, U+R-Rev Turret = I or E)
I think its because the Tank MC is comprised or 2 instances of the tread MC and thats messing it up somehow...
I am using Flash 5
[CS3] Forward Button
Hey,
New to flash. Using CS3 actionscript 2.0.
I have pictures slowly becoming visible as the flash movie progresses. As each different picture comes into view, the buttons labeled 1-5 change from yellow to white depending on the picture coming into view.
When you click on a button it goes to that particular frame and stops, so you can click on 1-5 and go back and forth through pictures.
However, I don't know how to program the forward button to jump to different frames depending on what is going on. The pictures are movie clips, the 1-5 are buttons, and I have used labels when the buttons jump.
Thanks,
Tacos
Forward Html
hey is there a way for flash to forward a url in the flash itsself
ive seen it happen.... i click on an old navbar and it takes me to an html page,, but it is within the flash border
Hi,..btn Back And Forward
Hi,....I would like to do a BACK and FORWARD button like IE,...but I don't know how I can do that,......I explain
In my SWF I have 6 scène, and two button one back and one forward and if I pass from scene 1 to scene 4 and I click on the "back" Button, I would like to return has scene 1 not scene 3 and 2 , how can I enregister a history of the last visited scene ..
thanks a lot!!!
Best Foot Forward
Hi guys,
I've got a project to work on and thought the best thing to do first is carefuly plan how i'm going to build the movie so I make the best use of time and keep the movie small. I've got an advent calendar to create, so my movie will have a background image with square windows over it. Each window when clicked will need to animate open, then you zoom into the opened window to see the animation for that day. When the animation in complete, you zoom back out to the original view so you can click on another window. Once a window has been clicked, it remains open with showing an image like a normal advent calendar would. I think ppl should be ablle to click on opened windows if they want to see the animation again.
How would ppl suggest I build this movie?
I need the following things to happen:
1) Each window needs to animate open.
2) The user needs to zoom into the window.
3) Animation needs to play.
4) Screen zooms out.
5) The clicked btn has been swapped and now shows an image instead
Please note that each time the movie zooms in, the state of each window should remain as it currently is, so the windows that have been replaced for a graphic stay as a graphic and the ones still to be clicked on remain in their original state.
Hope this makes sense.
Any suggestions on structure would be appreciated but please go easy on the newbie!
Forward Button
I have a flv file....I build controller with forward button and also back button....
Is it possible to use a forward command in this case...I know I can use stop or play...but as for forward with flv file ?
|