Rotate An Image?
Been trying this for weeks so it might be stupid, but there we go.
Ive got a 2d image, that I've been sent as a Jpeg image. I'd like to have it spinning on a axis if possible in flash, so that it can be used as a web site logo.
Is this easy to do, or am i looking at an impossible task?
Answers on a postcard...thanks.
FlashKit > Flash Help > Flash Newbies
Posted on: 07-13-2006, 07:33 PM
View Complete Forum Thread with Replies
Sponsored Links:
How To Rotate An Image
Hi... i want to rotate a circle image and i am having problems because it doesn't rotate smoothly... Can someone show me how to do this seamlessly... you can view the circle i made on this link...
http://www.gramprecision.com/updates/flash/image.swf
thanks for your help in advance.
View Replies !
View Related
How Can You Rotate An Image Or MC With AS 2.0?
hey guys, just wanted to know how or where i could find the code to rotate an image or a movie clip just using code. I use MCtween to move them on the X and Y but i dont know how or even if you can rotate with that add on. i dont need it to be a smooth animation i just need it to turn on its side when a btn is clicked. If any of you guys have some info it would be a big help thanks and have a good one.
View Replies !
View Related
Rotate Image Using Mouse
I have to rotate an image(circular) using mouse
1) In clockwise direction
2) In anticlockwise direction
3) Free rotation in clockwise as well as anticlockwise direction
Any help received would be appreciated
-Richa
View Replies !
View Related
Click And Rotate 3D Image
Hi, My company has a template for online training. It is created mainly with Flash MX 2004. I have been dropping in Flash animations into the reserved space.
We are now starting to create Maya 3D images. Is there a way to click and rotate the rendered 3D objects when placed into the Flash template? OpenGL? SVG?
I would like to be able to suggest ways of doing this at our production meeting. I'm hopping some of you Big Brains out there can help me out.
thanks, Laurel
View Replies !
View Related
Rotate Image With Mouse
Hey,
i try to rotate an image with the mouse but i dont know how!
i impl. some listeners to react if mouse is on the pic and when i pressed down the mouse button!
What i want is this:
If i click on the picture the pic rotate in which side i move the mouse.
just on the x-axis.
if i move to left side, the pic should rotate to left and if i move the mouse to the right the pic rotate to right side.
how can i make this! All that should happen when i pressed the mouse button and i move the mouse!
pls help me!
greets Patrick
me german, so you can answer in german or engl!
View Replies !
View Related
How To Make An Image Rotate?
i want to make an image rotate any way i want, if i click on it and move right i want it to turn, like 3d animation, i want to be able to see the picture 360 degrees from all angles, if someone can help i would be very thankfull.
View Replies !
View Related
How To Rotate An Image Around A Center Line
I have an image and I would like it to rotate around a center line.
Using the motion tween option gives me the right effect of the rotate - but it distort the image to the sides while doing it, and I just want the rotation to be perfectly straight.
How can I do it?
I attached the file for you to view.
Thank you very much
Efrat.
View Replies !
View Related
How Do Rotate An Image Continuously (loop)
Hi,
I want to rotate a 300x300 pixel image, a logo, around and around, I want to keep on turning it in a continuously looping clockwise direction motion. Basically turn it around the center, clockwise, in a loop. The image does not jump around or anything. And when clicked I need it to go to an html page.
Can you please clue me in? I am trying to use both SWISH 2.0 and Flash 5. I can only get the image to flip in a weird pattern in swish (predefined) but not a smooth continuous loop.
Thanks...
View Replies !
View Related
Rotate An Image 180 Degrees As If It Was On An Axis
Hello, I知 working on a project and I need guidance and a lot of help so please can I borrow your knowledge on this one, cause I知 scratching my head like a chimpanzee.
Right, lets get the dice rolling.
I have an image and I want it to rotate 180 degrees as if it was on an axis.
I have included a dummy file. I could get bits of the logo to spin but not fully.
Any help on this would be grateful, thanking you in advance!
tlml
View Replies !
View Related
How Do I Rotate An Image 180 Degrees As If It Was On An Axis?
Hello, I知 working on a project and I need guidance and a lot of help so please can I borrow your knowledge on this one, cause I知 scratching my head like a chimpanzee.
Right, lets get the dice rolling.
I have an image and I want it to rotate 180 degrees as if it was on an axis.
I have included a dummy file. I could get bits of the logo to spin but not fully.
Any help on this would be grateful, thanking you in advance!
tlml
View Replies !
View Related
Rotate Image On Mouse-hold
Hello,
I tried the great tutorial Object VR in Flash by Tim Murray (http://www.flashkit.com/tutorials/3...r-989/index.php) where I can easily rotate objects. Now, the object always rotates when I go over the image sequence. Do you know the coding, that it just turns when I press and hold the left mouse-button?
Thanks a lot...
Michael
View Replies !
View Related
With F8 Filters, Can I Rotate And Image In 3D Perspective?
So with the new Flash 8 filters, can I rotate and object around an axis as in a real 3D perspective?
For instance, take out a dollar bill and just rotate it. You can kind of fake this if you just scale the _xscale (or _yscale) quickly, that isn't true perspective. Attached is a little example of this.
Does Flash 8 gives us this power?
Thanks.
disclaimer: sorry if this has been asked before....I'm unsure if things are still the same since Flash 8 came along.
View Replies !
View Related
Please Help...Need To Rotate Image/MC By Moving Mouse
Hi all,
I'm sure a lot of you have seen the tutorials for buttonless scrolling (where you move your cursor to the right of the screen and the movieclip scrolls to the left etc). Here is an excellent example...http://www.gotoandlearn.com/ (and then scroll down until you get to the title, 'Scrolling Thumbnail Panel'.
Now, I want to use this principle to rotate a MC of the world instead of scrolling the MC left and right. So, as your cursor moves to the right of the screen, the globe rotates in an anti-clockwise direction and visa versa.
Could anyone help moderate the code below (or provide new code) to make this work? I've tried a few things but none of them work. Thanks!! (Really need this for campaign at work!! Panicking a bit).
FG.
the code...
panel.onRollOver = panelOver;
function panelOver() {
this.onEnterFrame = scrollPanel;
delete this.onRollOver;
}
var b = stroke.getBounds(_root);
function scrollPanel() {
if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse<b.yMin || _ymouse>b.yMax) {
this.onRollOver = panelOver;
delete this.onEnterFrame;
}
if(panel._x >= 89) {
panel._x = 89;
}
if(panel._x <= -751) {
panel._x = -751;
}
var xdist = _xmouse - 250;
panel._x += Math.round(-xdist / 7);
}
View Replies !
View Related
Load An Image, Make It Rotate - Agh
Jeez how hard can this be? I am giving up for now, but perhaps one of you can tell me why I can't simply load an image into flash and rotate it using AS...
[note: image is 700x700 pixels in size]
Oh it loads all right, but it will not rotate around its center. I know it loads the image in at the top left corner, but I thought the following code would fixt that:
ActionScript Code:
this.createEmptyMovieClip("george", 0);george._x = 0;george._y = 0;george.createEmptyMovieClip("george2", 2);george2._x = 700;george2._y = 700;var myMCLoader:MovieClipLoader = new MovieClipLoader();myMCLoader.loadClip("images/ultimateEarth.gif", george.george2);trace("image");george.george2._xscale = 50;george.george2._yscale = 50;onEnterFrame=function():Void{ george._rotation += 5;}
I've changed the code around so much that what is here may not be the best I've come up with so far...
View Replies !
View Related
How Can I Rotate Image In Flash Without DISTORING?
I am importing a sequence of pictures that i will be motion tweening. When I import them, they are horizontal. I want the pictures to be at an angle. When I use the Rotate or transform tool, it looks fine within the flash canvas....but when I test the movie, all the images I have rotated are distorted.....what is the way around this or how should it be done.....
thanks,
Drew
View Replies !
View Related
Rotate An Arrow Image Dynamically
Hi there,
I want to make a simple Flash file, where I have two images and an arrow (also an image) in between. When I hover over the left image, the arrow points to it. When I hover over the right image, the arrow rotates and points to that.
I don't just want it so that the arrow just changes it's image (to either right or left etc). I would like it so that it actually rotates around some pivoting point.
I wondered if anyone could direct me to a tutorial which incorporates this rotation technique??
Thankyou.
View Replies !
View Related
How Do I Make An Image Rotate 180 Degrees As If It Was On An Axis?
Hello, I知 working on a project and I need guidance and a lot of help so please can I borrow your knowledge on this one, cause I知 scratching my head like a chimpanzee.
Right, lets get the dice rolling.
I have an image and I want it to rotate 180 degrees as if it was on an axis.
I have included a dummy file. I could get bits of the logo to spin but not fully.
Any help on this would be grateful, thanking you in advance!
tlml
View Replies !
View Related
Horizontal Scrollbar To Rotate Image Sequence Please Help
HI
Experts!
On Layer 1
from frame1- frame20 on each key frame i have one image. ( sequence of images when i run its act like a 3d object moving in 360 degree)
i need a horizontal scrollbar with a drager by which i can drag and go through the keyframe ( from 1 - 20) and view the images.
Is there is a possibility ??
Could you help me to find similar kind of script? or scrollbar??
View Replies !
View Related
Where I Can I Get Horizontal Scrollbar To Rotate Image Sequence
HI
Experts!
On Layer 1
from frame1- frame20 on each key frame i have one image. ( sequence of images when i run its act like a 3d object moving in 360 degree)
i need a horizontal scrollbar with a drager by which i can drag and go through the keyframe ( from 1 - 20) and view the images.
Is there is a possibility ??
Could you help me to find similar kind of script? or scrollbar??
View Replies !
View Related
Similar To Buttonless Scroll, But Need To Rotate Image/MC
Hi all,
I'm sure a lot of you have seen the tutorials for buttonless scrolling (where you move your cursor to the right of the screen and the movieclip scrolls to the left etc). Here is an excellent example...http://www.gotoandlearn.com/ (and then scroll down until you get to the title, 'Scrolling Thumbnail Panel'.
Now, I want to use this principle to rotate a MC of the world instead of scrolling the MC left and right. So, as your cursor moves to the right of the screen, the globe rotates in an anti-clockwise direction and visa versa.
Could anyone moderate the code below to make this work? I've tried a few things but none of them work. Thanks to anyone who tries.
FG.
the code...
panel.onRollOver = panelOver;
function panelOver() {
this.onEnterFrame = scrollPanel;
delete this.onRollOver;
}
var b = stroke.getBounds(_root);
function scrollPanel() {
if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse<b.yMin || _ymouse>b.yMax) {
this.onRollOver = panelOver;
delete this.onEnterFrame;
}
if(panel._x >= 89) {
panel._x = 89;
}
if(panel._x <= -751) {
panel._x = -751;
}
var xdist = _xmouse - 250;
panel._x += Math.round(-xdist / 7);
}
View Replies !
View Related
3D Object Rotate + Drag Detailed Image (Tutorial?)
Hi,
I want to learn how to create a 360 view of a shoe that you can drag the mouse left and right and the shoe rotates left and right. I would want to use a sequence of photos of the shoe rotating to do this. It's supposed to be easy to do, but I haven't found much of anything online about how to do this.
here is an example: http://www.yofla.com/flash/3d-rotate/examples.php?exampleId=8
The other thing would be dragging a detailed image around in the window.
this is similar, but i want to drag the actual image: http://flashwanted.com/cl/samples/37915/index.html
if you go to this site and click down on a gym shoe image (it'll take a little to navigate there) they have the detail shoe image the way i would like to be able to do it. http://www.adidas.com/campaigns/women/content/stella/
in general does anyone know a good book or video tutorial to learn cool animation effects like this stuff?? even like nike or adidas stuff. most the books out there are really too basic. and i feel like i'm hitting a wall on where to learn this stuff from.
thanks.
best.
andy
View Replies !
View Related
Image Scale/move/rotate - Ala Photoshop Transform Tool
So, I have to build something like the free transform tool in photoshop for user interaction. I have done most all of it (the move/scale/proportional stuff) but I just can't work out the rotation. I'm doing the rest of it with Matrix transformations on BitmapData, but the rotation stuff from corner points is totally throwing me.
I know about the Greensock API, but there is absolutely no budget to buy it (even though in billable terms I guess it's not even a quarter of my day rate!).
Any pointers would be just wonderful.
View Replies !
View Related
Rotate
Can someone help me with this?
I made a input field box, and I line next to it. I have to make the line rotate according to the degree I put in the input box. Is it even possible to do it with actionscript or do I need the help of PHP?
Sonia
View Replies !
View Related
Rotate MC
Hi, I posted here several days ago and received no helpful responses??
I Have 2 clips, one called menu_01 and one called rotate. I would appreciate any help on how to get buttons on rotate clip to control rotation of menu_01 clip.
I'm looking for some action script for the buttons to rotate menu_01 90 degrees smoothly in either direction.
I'm lost with the action scripting and looking for some direction..
thanks..
(by the way.. I'm using flash mx)
View Replies !
View Related
Rotate MC
I've posted twice in the flash newbies with no luck.. hopefully someone here can help.
I Have 2 clips, one called menu_01 and one called rotate. I would appreciate any help on how to get buttons on rotate clip to control rotation of menu_01 clip.
I'm looking for some action script for the buttons in the rotate.fla to rotate menu_01 90 degrees smoothly in either direction.
I'm lost with the action scripting and looking for some direction..
thanks..
View Replies !
View Related
Rotate
I was wondering... is it possible to make the text rotate form left to right and do a whole circle. By that I mean filp around and all sorts of stuff. If I am confusing I have some examples at http://www.angelfire.com/games/mypagejosh/ But I want to loop and go all the way around.
Thanks in advance!!!
View Replies !
View Related
Can't Rotate MC
sorry if this is too basic - but I appreciate any help.
I have an existing swf 600 X 80 in size (created earlier, so I no longer have the fla)
I want to load it vertically into another movie.
This script is not working:
onClipEvent(load){
set(_rotation, getProperty("/movieClip", _rotation));
setProperty("/movieClip", _rotation, Number(_rotation)+90);
}
Can anyone help? Many thanks!!!!!
View Replies !
View Related
Using AS To Rotate A Mc?
hi there, i have a movie clip of a cd, and i want it to start spinning as if it were playing in a cd player?
how would i go about making it start off spinning slow then getting faster and then continue at a steady rate?
View Replies !
View Related
Help Me Rotate This Mc
i'm using mx pro 2004 and wanted to just rotate a movie clip.
My movie is so simple but just does not work. This is the code i'm using:
.................................................. ..
on (release){
my_mc.rotateTo(180,3,"easeoutback");
}
.................................................. ..
All i have is this action on a button, and a movie clip (my_mc)
Help!!!!
View Replies !
View Related
If Rotate?
Im making a site, one that the menus side around when different buttons are clicked, anyways, I'm using RPEE equations for nice smooth transitions Anywho, for one thing I want my menu to rotate, and the problem is, after that, if someone clicks a button everything will still be rotated, I think this involves an if statment to get it right, but I've never used one before
So For button one it retracts a box, slides one out and move's the movieclip its in, and rotates it.
Quote:
on (press) {
this._parent.motion.slideTo(90,0, .4, "ease0utelastic");
this._parent.visual.slideTo(-288.9,0, .4, "ease0utelastic");
this._parent.slideTo(300,50, 1, "ease0utelastic");
this._parent.rotateTo(90,1, "ease0utelastic");
And for button two, the one that has to recognize that the movieclip is rotated, and rotate it back I have this.
Quote:
on (press) {
this._parent.visual.slideTo(90,0, .4, "ease0utelastic");
this._parent.motion.slideTo(-288.9,0, .4, "ease0utelastic")
this._parent.slideTo(130,100, 1, "ease0utelastic");
So I need to add a way for it to rotate the movie back only if it was originally loaded. Any help please?
View Replies !
View Related
Rotate Help
Hey Guys! I learned how to use flash in school long before actionscripting ever came into the picture so this is my first attempt . . .
I was trying to make a hydro meter so I used a clock tutorial and got things set up to look the way I want however my needle, which I would like to be moving continuously around the dial, is jumping like a second hand. I guess I thought I would just be able to speed it up to look like continuous movement but not so far.
Help? Here is the actionscript I'm using.
clock.onEnterFrame = function():Void {
var clockTimeate = new Date();
var seconds:Number = clockTime.getSeconds();
this.secondHand._rotation = seconds*6;
}
View Replies !
View Related
Rotate
hey,
i'm using the mx tween class and having trouble with the rotate property.
TWO QUESTIONS:
1) What is the proper syntax for this property?
2) Does Adobe/Macromedia document the available properties for their mx tween class?
******here's a sample**********
new TweenDelay(holder.starburst4_mc, "_rotate", easeOut, 0, 1020, 2, 0, true);
View Replies !
View Related
3D Rotate
Hello,
I am trying to make a movieclip on the stage rotate on its center axis. Just as if you had circle (or something) in After Effects and make it spin on its Z(?) axis. This is for a flash banner so I can't use a jpeg sequence exported from AE.
Has anyone out done this with actionscript or is there a compentent out there?
Thanks!!!!!!
View Replies !
View Related
Rotate
sorry but none of us helps me i want to male a flash game like on the page http://www.saunalahti.fi/~paca/flash/Tykki_en.htm but with the cannon to rotate when i move the mouse please help
View Replies !
View Related
Even Rotate
hi, i am having problems with the rotation of an object in flash: i have got a motion tween rotating it but it gradually slides off course, to get an idea - it is the avatar on my MySpace:
http://www.myspace.com/swordfishsoundsystem
? thanks
View Replies !
View Related
Rotate JPG Or PNG
Hello
I'm doing a website and a i have to put some images imported from a file (by actionscript), the problem is that the images must be rotated, but when i rotate the images loses quality, for example the lines look like stairs lol. (sorry my bad English, lol). The image looks great when strait, but when rotated... :s
What i'm doing wrong? I import the image to a holder by loadMovie, the holder is the exact size of the image and i have tried to import jpg and png, and the problem is the same... I have tried to put the jpeg quality to the max and the movie quality to the best... No changes...
Can any one help me?
View Replies !
View Related
3d Rotate
Hi, does anyone know how I can rotate (motion tween) an object so that it is not a flat rotation. I would like the object to be three dimensional (I mean like a thick circle not a paper thin one).
View Replies !
View Related
3d Rotate
xI've been hired to make a flash intro for a dutch website.
The client wanted a nice effect on his logo to start the intro, he said "something like I duno make it rotate or something cool"... well I know what he means do you lot? Becuase I'm having trouble with it... I'm very new to flash but have made a few good flash banners for people but this effect is new to me.
http://www.xboxpoint.com/how2freelance/clients/Dikkop/logo.jpg
There's his logo, he wants to D to rotate, as you can see in so many template monster flash templates. I was wondering if anybody knew how to do this and could teach me, or if anyone has any suggestions for an easier yet "cool" effect I could do as it's still early days for me with flash... p.s. he wants it finished by tomorrow.
View Replies !
View Related
Rotate MC's Cw En Ccw
Hello,
I have a question about rotating movieclips:
If I click on mc1, then mc1 has to go to the position of mc3, mc3 has to go to the position of mc2. The same thing must happen when I click on mc2, it has to move to the position of mc3 and mc3 has to move to the position of mc1. I would like to create some kind of infinitive effect by rotating the mc's. In a later stadium I want to fill the mc's with pictures. But I don't know a proper solution in as. Could somebody help me with this, or does anyone know an example? Thnx in advance.
Ordell
View Replies !
View Related
See Rotate
i look http://www.wet-tshirt-worldcup.com/ i want to know code to procesed it .
it is wonderful for me and who have tutorial it. Thanks..............
View Replies !
View Related
How Do U Rotate 360?
How do u make something rotate 360? Do you need a keyframe at 180? Or is there an easier way?
While i'm here
Claudio, thanks for everything u've helped me with as well as many others in Kirupa ^^
View Replies !
View Related
3d Rotate
Hi, does anyone know how I can rotate (motion tween) an object so that it is not a flat rotation. I would like the object to be three dimensional (I mean like a thick circle not a paper thin one).
View Replies !
View Related
3D Rotate
Hey,
I would like to know, how to create a 3d rotating effect, using a simple shape like this one here, i wold like to get the "CD rotating effect":
http://elcardesign.com/fhelp/1.JPG
, then, to create the "CD" rotating effect, i transformed it, by stretching one corner out, and made it look like if it were at an angle, and platter.
http://elcardesign.com/fhelp/2.JPG
Then, this is how i'd like it to rotate:
http://elcardesign.com/fhelp/3.JPG
The red arrows show the direction i want each half to move, and the yellow dot would be the pivot.
Any similar pre-made flashes?
Any suggestions?
Thanks
View Replies !
View Related
|