Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Spinning Wheel



i need help desperately..

i need to create a similar project in school like this
http://www.quickcompliance.net/qcsam...io/course.html

the spinning wheel is found when you click on item 9

i intend to create a spinning wheel with just 6 slices.

can anyone give me tip on how to make this?

i need to be able to display the value on the right side of the screen.


thanks a million for giving me a hand in this situation



KirupaForum > Flash > ActionScript 1.0/2.0
Posted on: 02-18-2004, 11:57 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

[F8] Help With Spinning Game Wheel... Wheel Of Fortune-style
Hi everyone,

I'm working on a game with a Wheel of Fortune-style wheel... spin it and it lands on a category.

I have a spinning wheel which works when you drag it with the mouse to "flick it" around... but I actually need it to work with a single keypress. I've attached the files to show where I am. I got the keypress working at the most basic level, but it's buggy and has some weird stuff going on...

- It always lands on almost the same 2-3 spots (alternating)
- It changes direction mid-spin and goes a little wacky, though once it slows down it's okay
- I have nothing in place to recognize which category it landed on

Any help resolving these ANY of these issues would be great. Thanks!!

Help With Spinning Game Wheel... Wheel Of Fortune-style
Hi everyone,

I'm working on a game with a Wheel of Fortune-style wheel... spin it and it lands on a category.

I have a spinning wheel which works when you drag it with the mouse to "flick it" around... but I actually need it to work with a single keypress. I've attached the files to show where I am. I got the keypress working at the most basic level, but it's buggy and has some weird stuff going on...

- It always lands on almost the same 2-3 spots (alternating)
- It changes direction mid-spin and goes a little wacky, though once it slows down it's okay
- I have nothing in place to recognize which category it landed on

Any help resolving these ANY of these issues would be great. Thanks!!

Spinning Wheel
How do you make a disc symbol spin smoothly without stopping, like a car wheel or a record for example? If you just do a motion tween and make it rotate any number of times it will briefly pause when it reaches the end of the loop. Any ideas?

Spinning Wheel
i'm in need of help.
how do i create a spinning wheel in mx?
there is a button where the user will spin the wheel.

the colors should land in different location in the wheel in each instance.
thanks for this forum

Spinning Wheel
Hi again to everyone on this forum.

I have another tricky question (although it might sound very simple to some). Anyway I am using this code as you caan see below to spin a wheel I have created in Flash.

function spinWheel(myTarget) {
rotation = 0;
myRandom = 0;

_root.onEnterFrame = function() {
myTarget._rotation += rotation;
};
slowdown = function () {
myTarget.onEnterFrame = function() {
rotation -= _root.myRandom;
trace(_root.myRandom);
if (rotation<=0) {
rotation = 0;
_root.clicker.gotoAndStop(1);
}
};
};
speedup = function () {
myTimer = getTimer();
myTarget.onEnterFrame = function() {
rotation++;
_root.clicker.gotoAndPlay(2);
if (rotation>10) {
rotation =-1;
pauseTimer = getTimer();
timeTrace = pauseTimer-myTimer;
trace(timeTrace);
if (timeTrace>100) {
slowdown();
}
}
};
};
}
spinWheel(_root.box);
myButton1.onRelease = function() {
myRandom = Math.random()*.30;
if (myRandom<=.10) {
myRandom = .10;
}
trace(myRandom);
speedup();
};


ANYWAY, this works fine. What I want to do next is instead of having to press a button for the wheel to begin spinning, I would like to have the wheel spin on its own once the timeline reaches a certain frame.

Does anyone have a clue what I need to change in this piece of code for it work?

Any help would be much appreciated!!!
Thanks

Spinning Wheel
Hi, i need help on this project. Details :

The wheel will be spinning slowly upon loading of the page. Once viewer mouse over, the wheel starts spinning faster with sound. Upon clicking anywhere on the spinning wheel the viewer will be brought to any one of the ten weblinks at random after a 2 sec delay. During the 2 sec delay there will be winning lights flashing and sounds of victory streamed.

( Its like wheel of fortune )

Any ideas ? Thanks in advance

Spinning Wheel
hi, I need your help people. I have to make an animation that will make the wheel spinning. This is what I got...I know it's ugly any idea how to make this run smoother or, pls ?

any help would be awesome


thanks !!

Spinning Wheel
i need help desperately..

i need to create a similar project in school like this
http://www.quickcompliance.net/qcsam...io/course.html

the spinning wheel is found when you click on item 9

i intend to create a spinning wheel with just 6 slices.

can anyone give me tip on how to make this?

i need to be able to display the value on the right side of the screen.


thanks a million for giving me a hand in this situation

Help With Spinning Wheel
good day to all!

i need help regarding spinning a wheel, similar to wheel of fortune. it's a drag and rotate script. i have to admit, i copied senocular's script with this. now the problem is when i drag the wheel from right to down, it rotates fine. but from right to up, the wheel does not rotate fine. i just need to drag the wheel from the right side. thanks!

Spinning Wheel Help
hi there, I'm after a spinning wheel with easing similar to the one seen on

http://www.laterooms.com/

theres quite a few source codes around but much simpler and less realistic than the one seen here, does anyone have a source file or code similar i may take a look at for some inspiration?

the only difference to the one seen here is i also need a button to spin it as well..

any help would be well appreciated!

cheers

ian

Spinning Wheel
hi, I need your help people. I have to make an animation that will make the wheel spinning. This is what I got...I know it's ugly any idea how to make this run smoother or, pls ?

any help would be awesome


thanks !!

Spinning Wheel
Hi, i need help on this project. Details :

The wheel will be spinning slowly upon loading of the page. Once viewer mouse over, the wheel starts spinning faster with 'Trrr, Trrrr' sound. Upon clicking anywhere on the spinning wheel the viewer will be brought to any one of the ten weblinks at random after a 2 sec delay. During the 2 sec delay there will be winning lights flashing and sounds of victory streamed.

Any ideas ?

Spinning Wheel For Quiz
I need to create a spinning wheel that contains numbers that spin & stop at a number where a question will appear to the side of the wheel and the user will be asked a multiple choice question. If the answer is correct he/she will recieve points and if the answer is wrong he/she will lose points.

I have experience in graphics and animation to create the interface. What I am in need of is the code to create the spinning wheel and the code to the adding and removing of the points.

I have an example of what I'm in search of at this URL:

http://www.quickcompliance.net/qcsam...io/course.html

Once there click on Conclusion to see the file. Also the wheel spins do not stop at any particular number in any particular order.

How To Get This Effect Of The Spinning Wheel
i like this site when you click on galleries and the pictures slide like a wheel

how is that done

link
is this affect easy to be done

what about teh whole page??

thank you for your help

i will stick with this forum i think iit is cool and thi s is my first post

Spinning Wheel Problem - AS2
Hi all,

I'm trying to figure out how to stop the onEnterFrame function on this spinning wheel script. I can have it rotate the wheel while arrow button is pressed, but when the wheel stops, the onEnterFrame function still performing the "slowDown" function. How do I stop it? Here's the script attached on the 1st frame

Thanks.
Buddy

-------
function spinWheel(myTarget) {
whell_rotation = 0;
myRandom = 0;
//Optional allow press of wheel to spin.
_root.onEnterFrame = function() {
myTarget._rotation += whell_rotation;
};
function slowDown() {
myTarget.onEnterFrame = function() {
whell_rotation -= _root.myRandom;
trace(_root.myRandom);
if (whell_rotation<=0) {
whell_rotation = 0;
//_root.clicker.gotoAndStop(1);
}
};
};
speedup = function () {
myTimer = getTimer();
myTarget.onEnterFrame = function() {
whell_rotation++;
//_root.clicker.gotoAndPlay("clickStart");
if (whell_rotation>=10) {
whell_rotation = 10;
pauseTimer = getTimer();
timeTrace = pauseTimer-myTimer;
trace(timeTrace);
if (timeTrace>4000) {
slowDown();
}
}
};
};
}

spinWheel(_root.wheel);


// button script
arrow_btn.onRelease = function() {
myRandom = Math.random()*.30;
if (myRandom<=.10) {
myRandom = .10;
}
trace(myRandom);
speedup();
};

Pseudo-3D Spinning Image Wheel
I am trying to locate an open source script similar to the pseudo-3D spinning image wheel animation found on
http://flashkit.com/movies/3D/Pseudo...6077/index.php
But what I am looking for is continuous movement of the images and as one image rotates to the front it zooms out then in as it rotates around.

I would greatly appreciate it if you could send me the script or tutorial if possible.

Randomly Spinning Game Wheel?
Hello Everyone,

I am trying to create a game wheel that has properties similiar to the one made famous on "Wheel of Fortune". A wheel that randomly spins and once stopped, the selected region will output a multiple choice question. A simple little quiz game. Maybe not simple enough...I'm stuck!

I thought I had it, my graphics looked great; however, it turned out that it wasn't as random as I thought...Now I'm pulling my hair out and decided to get the help of some experts. Anyone?

Thanks in advance!

F.F.

Actionscript 3 Random Spinning Wheel
Hello everyone,


I am new here and i am looking froward to learning a lot of AC3 from you all,
however i need some help i am trying to make a wheel of fortune type of game where when clicked it will randomly spin and land on whatever number. my problem is i have the code but its AS2 and i am only 3weaks into AS3 here is the code below can anyone convert it or write some new code? thank you in advance


Code:
function spinIt() {
var mc = this;
if (!mc.spinning) {
mc.spinning = true;
var easeType = mx.transitions.easing.Regular.easeOut;
var spinTime = Math.min(12.2, Math.max(2.12, ((getTimer() - mc.startTime) / 100)));
var endRot = Math.round((spinTime * 360) + (Math.random() * 360));
myTween = new mx.transitions.Tween(mc, "_rotation", easeType, mc._rotation, endRot, spinTime, true);
myTween.onMotionFinished = function() {
mc.spinning = false;
//trace("done");
};
}
}
wheel.spinning = false;
wheel.onPress = function() {
this.startTime = getTimer();
};
wheel.onRelease = spinIt;

Spinning Wheel / Hittest After The Spin...
Hi,

I'm stuck on a script. I've included the fla so you have a better understanding of the issue.
Basicly, what I'm trying to do:
When the point of the arrow ends on a certain color, I just want to load another swf.
So, when the wheel stops spinning it has to do a hittest (I've placed 4 square mc's above the colors as reference). However, not able to manage it .

Edit:Updated & cleaned up the fla. The script is located on the spinner2_mc. So far I've managed to get a hittest but not after the wheel stops.

Is somebody able to help me out here?

Thanks in advance!

Need To Update A 'Spinning Wheel' Script From AS 2.0 To AS 3.0.
Hey guys!

I need some help in transforming a script from AS 2.0 to AS 3.0. I'm busy for school making some small game in which I use a spinning wheel. I really like this script, only it's written in AS 2.0. Can anyone help me transform this into AS 3.0? I'd really appreciate it!



damp = .96; //friction
r = 0; //rotation
accr = 0; //speed of rotation
knob.onPress = function() {
dragging = true;
//find mouse y coordinate in relation to knob origin
a = _root._ymouse - knob._y;
//find mouse x coordinate in relation to knob origin
b = _root._xmouse - knob._x;
//using arctangent find the spot of rotation (in degrees)
oldr = Math.atan2(a,b)*180/Math.PI;
}
knob.onRelease = knob.onReleaseOutside = function() {
dragging = false;
}
knob.onEnterFrame = function() {
if (dragging) {
//find mouse y coordinate in relation to knob origin
a = _root._ymouse-knob._y;
//find mouse x coordinate in relation to knob origin
b = _root._xmouse-knob._x;
//using arctangent find the spot of rotation (in degrees)
r = Math.atan2(a,b)*180/Math.PI;
//use current rotation and previous rotation
//to find acceleration
//averages the acceleration with the
//previous acceleration for smoother spins
accr = ((r - oldr) + accr)/2;
//apply the acceleration to the rotation
knob._rotation += accr;
//remember current rotation as old rotation
oldr = r;
feedbacka.text = a;
feedbackb.text = b;
}
else {
knob._rotation += accr;
//apply friction to acceleration force
//and if acceleration gets tiny, just set it to zero
if (Math.pow(accr, 2) > .0001 ) {
accr *= damp;
}
else{
accr = 0;
}
}
//spit out feedback continuosly
feedbackr.text = knob._rotation;
feedbackaccr.text = accr;
}

Spinning Wheel Effect Flash MX
Hello,

I would like to create a spinning wheel effect such as a gamble machine.
with symbols on it.

any ideas? were to start..

Rotating Or Spinning Wheel Menu
I want to make a menu similar to the one used on this site: http://www.renaissance-movie.com/.
That's my personal goal for the day. I would love any tips, suggestions, or resources. Anyone?

I know it's going to use _rotation. The rest is not so clear.

Thanks for any help!

Spinning Wheel In Actionscript And Stopping It Randomly
Hello everyone,

We are working on a project that involves a "wheel of fortune" type turning wheel. We got the wheel running off of a button, but you have to click the button to stop it. I would like to remove the button and have the wheel slow to a stop after maybe 8 seconds.

This script has been driving me crazy, and I would so appreciate somehelp. The script is below, and you can see an example of the flash here:

http://fscproductions.net/wheel/tester.htm

Thanks for the help in advance.

***The CODE***


stopFactor = .9;
startFactor = 1.1;
minSpeed = .1;
maxSpeed = 20;
speed = maxSpeed;
stopping = false;
//
function spin(){
this._rotation += speed;
}
function stopSpinning (){
stopping = true;
speed *= stopFactor;
this._rotation += speed;
if(speed < minSpeed){
speed = minSpeed;
delete this.onEnterFrame;
trace("stopped spinning");
}
}
function startSpinning (){
stopping = false;
speed *= startFactor;
this._rotation += speed;
if(speed > maxSpeed){
speed = maxSpeed;
this.onEnterFrame = spin;
trace("spinning at full speed");
}
}
//
// You need 2 clips on stage
// Spinner and MyButton
Spinner.onEnterFrame = spin;
MyButton.onRelease = function(){
if(stopping == false){
Spinner.onEnterFrame = stopSpinning;
}else{
if(speed<1) speed = 1;
Spinner.onEnterFrame = startSpinning;
}
}

Syncing Repeated Sound With Spinning Wheel..
Hey guys,

I have a wheel of fortune style game with a wheel spinning and an arrow which should make a sound everytime is passes a slice of the wheel. Im using the Fuse & ZigoEngine to do the tweening. I currently have the sound being made and it works well reguardless of how fast the wheel is spinning (the sound speeds up and slows down with the wheel).

The problem with the approach that I am using is that the actual rebert penner easing equation function is doing the checking for when a condition is true to make the sound. I have tired capturing an onTweenUpdate event from the ZigoEngine but it seems as though its never accurate when the wheel starts spinning fast because the code in the event listener cant keep up with the wheel speed. Also when I use the event listener all i can access is the _rotation property and then I run into having to deal with the rotation going into negative space as opposed to the easing function which just puts out the current total rotation at that current point in the tween.

Basically what I am looking for isnt a specific answer of how to do something but maybe some thoughts and oppinions on how I could do this without having to invade the actual easing equations, It just isnt very OOP or organized in my oppinion to have to do that.

So with that... what experiences if any has anyone had with spinning a wheel and sending out events when the wheel is at certain points in its rotation? Has anyone done this before or does anyone know of any examples of something similar. Any suggestions of how I could do this differently?

Thanks for the help in advance!

Flash Script: Spinning Image Wheel Animation
Hello,

I am trying to locate an open source script similar to the
pseudo-3D spinning image wheel animation.

http://flashkit.com/movies/3D/Pseudo...6077/index.php

But what I am looking for is continuous movement of the images and as one
image rotates to the front it zooms out then in as it rotates
around.

I would greatly appreciate the script or a tutorial if possible.

Thanks in advance

I Can Scroll Text & Trace The Mouse Wheel But Not Move The Text With The Mouse Wheel
Can u help me scroll some loaded text with the mouse wheel?

This code is great but I just cant get the mouse wheel to scroll. I have set up the mouse wheel trace but need help from here on please


Code:
scrollmcMaxY = tmask._height-scrollmc._height;
scrollmc.onRollOver = function() {
this.gotoAndPlay("over");
if (this._y>=22 && this._y<=scrollmcMaxY-22) {
this.arrowup._visible = true;
this.arrowdown._visible = true;
} else if (this._y<22) {
this.arrowup._visible = false;
this.arrowdown._visible = true;
} else {
this.arrowup._visible = true;
this.arrowdown._visible = false;
}
// end else if
};
scrollmc.onRollOut = function() {
this.gotoAndPlay("out");
};
scrollmc.onPress = function() {
this.gotoAndPlay("press");
endy = _ymouse-this._y;
this.onMouseMove = function() {
if (_ymouse>=endy && _ymouse<=scrollmcMaxY+endy) {
this._y = _ymouse-endy;
} else if (_ymouse<endy) {
this._y = 0;
} else {
this._y = scrollmcMaxY;
}
// end else if
ratio = (chpTexteHauteur-tmask._height)/scrollmcMaxY;
this.onEnterFrame = function() {
var _loc2 = -this._y*ratio;
chpTexte._y = chpTexte._y+int(_loc2-chpTexte._y)*2.000000E-001;
};
};
};
scrollmc.onRelease = function() {
delete this.onMouseMove;
delete this.onEnterFrame;
};
scrollmc.onReleaseOutside = function() {
this.gotoAndPlay("out");
delete this.onMouseMove;
delete this.onEnterFrame;
};




var mouseListener:Object = new Object();
mouseListener.onMouseWheel = function(wheelNum:Number)
{
if (wheelNum> 0)
{
trace("towards computer");
}
else if (wheelNum< 0)
{
trace("away from computer");
}
}
Mouse.addListener(mouseListener);

"Wheel Of Fortune" Wheel
I need to create a "Wheel Of Fortune" style wheel, where if a person clicks a button it spins, slows down, and then stops at a random location. Not sure where to start though, please help!

Spinning
Im working on flash 5, my question is i have this logo and I want it to spin around its on axis, fist kind of slow then faster, is there an action I could use to make this happen? Thanks alot... I need that to finish this project..

Spinning CD
Hi,

Im having a problem with this flash movie, Its a cd that spins but I cant get the buttons inside to work! Can someone take a look for me and let me know how to fix.

Thanks v much.

Spinning CD?
Hi Guys,

I am making a site for a CDR site and I just wondered where I can find a movie for a spinning CD or a tutorial on how to do this?

Thanks

Nick

Spinning @
Hey, I'm new, and I'm just trying to make this @ symbol sping ClockWise. I have it spinning, but the rotation seems to off center. Anyone know how to get it to spin from the center of the @ ?

Spinning Box
wondered if anyone can help

have an info part of a page, approx 730px by 475px

i want a vertical axis in the middle and the page to spin left to right on axis and pull up the page when the nav bar buttons are clicked, i can attach the links just can't get the info page to spin, i've converted it to a movieclip symbol but still no joy! i've attached the info page image which is current in PNG format.

any ideas??

all help appreciated as i'm a newbie, only been working in flash for about 3 weeks

thanx

chard

3d Spinning ?
I want to make a 3d spinning questionmark in my flash site, but I don't want to buy any extra software - ie swift3d etc. Is there any free software out there which will do it fo me?

Or any other suggestions of how to do this?

Spinning In...
I'm a newb trying out some new things with Flash. I'm looking to create a small little photo gallery for images, having the seem to fall from the foreground into the background, kind of stacking on top of each other like falling photographs. I'm just curious if anyone has some tutorials that they think would help me the most at accomplishing this. Thanks in advance.

3d Spinning Car Help[f8]
Hi guys, I am trying to create a similar effect of that found on flashloaded components(control VR)
What i have at the moment is a sequence of images and a mouse event that checks the position of the mouse when pressed. This then sets a function to move the car in either direction.

I have 2 problems/questions(how to)

1. using easing to slow the spin to stop.
2. how to drag and spin.

Any help would be very much appreciated.

thanks
Paul

File of what i have got so far:http://www.scotflash.co.uk/spincar.zip

Spinning Cd
I'm trying to make it look like my movieclip cd is spinning. i do not want it simply rotating around some point, rather I want it to where it looks like it is playing in a cdplayer.
thanks

3D Spinning
Hi there, i want to make a menu thats horizontaly spinning in 3D but i dont know how to achieve this. I want the objects to spin around a centerpoint (centerx)
And spin within a certain radius (defined by the var radius). And the position of the buttons/object must be set by a var "degree" of 0/360.. Can anyone help me with this..or does anyone know a tutorial

Spinning A Mc
I've rendered out all of the necessary frames view an object a full 360 degrees. What I'm struggling with is code to make my movieclip spin. When I say 'spin', I actually mean make the playhead move to make it look like my object is spinning. I would like to use the cursor movement that Canon
(http://consumer.usa.canon.com/ir/con...4&modelid=7512) uses in there product section which is basically if you move your mouse to the right, the object spins to the right. If you move your mouse to the left it spins the object left. I have seen this effect done on numerous sites, but the code is eluding me. I have been able to make my object spin by pressing a button, but that is only one way....

Thanks in advance....

Spinning
Hey everyone im new here and I hope you can help me

Im working on something where I need to make an object spin by using the left and right arrow keys on the keyboard. Something like the spinning in this:

http://www.thorpeparkretreat.co.uk/sims/libra.php

I think it was answered in this thead

http://www.kirupa.com/forum/showthread.php?t=7586

..but I cant seem to find the attachment link.

So to summerise basicly an action script to make an object spin left or right depending on the keys you press. As you hold it down the faster it will go.

If anyone could help that would brilliant!

Thanks in advance.

iPhill

Box Spinning
im trying to figure out make it box spin smoothly like

it will fades in and spin toward to you. but somehow i cant figure out why the box dont spin like forward it looks like spinning by left side. Well i suck on explaining for flash im new with flash thingy.. so heres a swf for ya guys to understand what im trying to do

all im trying to figure out to get it actual looking sping forward to you smooth like correct shape of vertical. hard to explain .. check it out fla file

Spinning
Dear All
I saw the spinning gallery at senocular http://www.senocular.com/pub/flash/SpinGallery/, and i would like to know if I would be able make the part of the rotating photo, which appears once you click on the thumb in Flash 8 AS 2 (i would like my photo to appear by itself - without clicking and after rotating to stop and play another action)
As i see it made in AS 3 and all the files attached are .as files.
So i dont get where the fla file is. Any direction in solving my problem or link to the tutorial would be highly appreciated

Tnx in advance

3d Spinning Car Help
Hi guys, I am trying to create a similar effect of that found on flashloaded components(control VR)
What i have at the moment is a sequence of images and a mouse event that checks the position of the mouse when pressed. This then sets a function to move the car in either direction.

I have 2 problems/questions(how to)

1. using easing to slow the spin to stop.
2. how to drag and spin.

Any help would be very much appreciated.

thanks
Paul

File of what i have got so far:http://www.scotflash.co.uk/spincar.zip

Spinning
How do you spin a text and then make it into another text when the spin is finished? Look at: abeautifulmind.com, their menu bars, when you mouse over, it spins to text, when you mouse out, it spins to Expressions.

Spinning CD
Hi,

Im having a problem with this flash movie, Its a cd that spins but I cant get the buttons inside to work! Can someone take a look for me and let me know how to fix.

Thanks v much.

3D Spinning
Hi there, i want to make a menu thats horizontaly spinning in 3D but i dont know how to achieve this. I want the objects to spin around a centerpoint (centerx)
And spin within a certain radius (defined by the var radius). And the position of the buttons/object must be set by a var "degree" of 0/360.. Can anyone help me with this..or does anyone know a tutorial

Spinning A Mc
I've rendered out all of the necessary frames view an object a full 360 degrees. What I'm struggling with is code to make my movieclip spin. When I say 'spin', I actually mean make the playhead move to make it look like my object is spinning. I would like to use the cursor movement that Canon
(http://consumer.usa.canon.com/ir/con...4&modelid=7512) uses in there product section which is basically if you move your mouse to the right, the object spins to the right. If you move your mouse to the left it spins the object left. I have seen this effect done on numerous sites, but the code is eluding me. I have been able to make my object spin by pressing a button, but that is only one way....

Thanks in advance....

Spinning Arrow
Have you seen http://www.soh.nsw.gov.au yet? Flash 360's of Sydeny's Opera House which are great to start with but how did they get the yellow arrow at the bottom to move in union with the turning of the 360?

I would be thankful for even a clue . .
Garrett

Spinning To The Middle, How?
Lets says i have a word at the top left corner of my movie, how would i move it to the middle while turning it in a circle? Thanks

Spinning Logo Help
Hi.

I have a an image, and I would like to create a spinning logo of this image in flash,

nothing complex, just a spinning logo in one direction (in the horizontal-spin direction),

but i have no idea how to do this, can anyone give me any pointers or point me in the right direction (or even better! have an .fla example I could look at)

thhhannkkkyoooouu

Shamzzzzzzz
http://www.itsasix.com

Copyright © 2005-08 www.BigResource.com, All rights reserved