ActionScript 2.0 :: Rotate A Movie Clip Based On Time?

Feb 11, 2010

Basically what I'm trying to do is make a sundial-style clock animation. I'm using AS2 in Flash CS4. I'm still quite new to Flash so my AS know-how is slightly limited...

I want to get the time from the user's computer (I'm using getHours) and make a line (movie clip) rotate to a certain angle based on the hour. Eg. 1pm = 13 degrees, 2pm = 26 degrees and so on. This is the script I have so far and all it seems to do is rotate the movie clip to 90 degrees.

[Code]...

View 3 Replies


Similar Posts:


Play Frame In Movie Clip Based On Time Of Day?

Apr 29, 2009

So what time trying to do is play a specific frame in the movieclip based on the time of day:

PHP Code:

onClipEvent (enterFrame) {
var myDate = new Date();
var hour = myDate.getHours();

[code]....

but when I change to "gotoandPlay" the movieclip just loads from the beginning frame and seems like it doesnt check the time.

View 7 Replies

ActionScript 3.0 :: Movie Clip Arrangement - Rotate One Clip Around Using An ENTER_FRAME Listener

Jan 31, 2009

So I have an array of eight mcs arranged in a circle around a larger mc and I want to make it so the user can click and drag any one of the mcs in the array and it will cause them all to rotate around the larger center mc. I can rotate one clip around using an ENTER_FRAME listener but since I want them all to rotate and not until the user clicks and drags.

View 0 Replies

ActionScript 2.0 :: Setting _x Of Movie Clip Based On Another Movie Clip?

Apr 29, 2003

does anyone know the syntax?i want to get this._x = movieclip01._xalthough I do not know the correct syntax.

View 1 Replies

ActionScript 3.0 :: Rotate A Movie Clip With It?

Aug 25, 2011

I'm making a little engine for a platform game, then plan to make the game, so far i have this[url]...

the box rolling is just an animation, but i'd like to know how i would make it rotate in a similar fashion using actionscript.

View 1 Replies

ActionScript 2.0 :: Rotate Movie Clip With Mouse

Jul 17, 2011

I want to rotate a movie clip with the mouse and I have this code:[code]Neither looks like what I want. The first image is okay until its rotated, and the second is blurry but looks better than the first when its rotating.So I have two questions.Is there a way to get better image quality when my image is rotating with out using a bitmap?Can some one give me a code example that changes the frame in the symbol based on the position of the cursor to the symbol?

View 1 Replies

ActionScript 3.0 :: Use A Movie Clip Such As A Rim From A Car And Rotate It On Its X Axis Centered?

Jan 22, 2010

I would like to use a movie clip such as a rim from a car and rotate it on its x axis centered and then move it along the screen according to how much of the screen has loaded.here is what I have so far sorry it may be a little messy:

stop();
//rotate the rim
rim_mc.addEventListener(Event.ENTER_FRAME, rotateRim);

[code]....

NOTES: the function rotateRim works correctly rotating the rim the var xpos provides me with the correct position i would like my X position to be and traces it out perfect upon test if trace is coded for it.

View 1 Replies

ActionScript 3.0 :: Can't Make Movie Clip Rotate With Mouse

May 13, 2010

I'm working on a tank game for my Flash class that has a cannon that's supposed to rotate with the mouse. Unfortunately I can't get the rotation to work properly.

Firstly the cannon does not follow the mouse in full 360 degrees and does this weird rubberbanding "bounce" back to a previous position. Secondly when it does follow it does so in the opposite direction in which the mouse is moved.

The cannon is a movie clip and nothing is put on the stage (this is done by the code itself). Everything is located in the library and all the coding is done through AS files.

My experience with coding in flash is minimal, the past couple of weeks being my first exposure to it, just to give you an idea where I stand. Below is the code for cannon.

package
{
import flash.display.MovieClip;
import flash.events.Event;

[Code].....

View 3 Replies

ActionScript 3.0 :: Can't Make Movie Clip Rotate With Mouse?

Jun 7, 2010

I'm working on a tank game for my Flash class that has a cannon that's supposed to rotate with the mouse. Unfortunately I can't get the rotation to work properly.Firstly the cannon does not follow the mouse in full 360 degrees and does this weird rubberbanding "bounce" back to a previous position. Secondly when it does follow it does so in the opposite direction in which the mouse is moved.The cannon is a movie clip and nothing is put on the stage (this is done by the code itself). Everything is located in the library and all the coding is done through AS files.My experience with coding in flash is minimal, the past couple of weeks being my first exposure to it, just to give you an idea where I stand. Below is the code for cannon.

package
{
import flash.display.MovieClip;

[code]......

View 1 Replies

Movie Clip Within Main Timeline Runs Slow/choppy First Time Around, But Not Second Time?

Dec 11, 2009

I have a fairly complex animation movie clip within my main timeline in a Flash file.  When you click a button, it plays the movie clip, then goes back out to the main timeline.  The first time the movie clip runs, it plays choppy and slow, but if I play it two or more times, it plays correctly (smoothly).  Is there some actionscript I need to preload the movie clip, or some other solution to the first-run slowness? 

View 2 Replies

ActionScript 3.0 :: Rotate A Symbol (Movie Clip) On Double-Click?

Jul 25, 2010

I have a problem, if I use this code to rotate a Symbol (Movie Clip) on Double-Click it rotates only on the first Double-Click, is there a solution that it will rotate on every Double-Click?

[Code]...

View 5 Replies

ActionScript 2.0 :: Controlling Movie Clip Like Sclae , Rotate, Position?

May 22, 2007

I have started a project for a t-shirt store with a similar featurescan any one tell me how he is controlling the designs and text rotation and scaling inside the target area

View 2 Replies

ActionScript 2.0 :: Having A Movie Clip Rotate Back To Its Original Position

Feb 27, 2010

I created a movie clip, an aircraft compass which rotates till the button is pressed but I would like it to return back to its original position in opposite direction of smooth rotation and stop. I already have the following script on the clip.

onClipEvent(enterframe) {
if(spin) {
_rotation -= 2;

[Code]....

View 2 Replies

ActionScript 3.0 :: Making A Movie Clip Rotate In 3D Space By Clicking And Dragging

May 19, 2009

So far my logic seems fine for half of the experiment, however, not the other half:[URL] What I'm trying to accomplish is when a user holds down the mouse and drags it across the stage the movie clip will rotate in 3D space horizontally. That works, however, when the mouse is released the movie continues to rotate along with the mouse position. When the movie clip is clicked again then it will stop rotating, but it cannot be clicked and dragged a second time. The link above explains it the best. Also I want to make it so the movie will start to rotate when the mouse is down anywhere on the stage and not just the mc itself.

[CODE]....

View 6 Replies

IDE :: CS4: 3D Rotation Tool - Rotate A Movie Clip Along The X-axis On The Default Stage Size?

Mar 5, 2009

When I try to rotate a movie clip along the x-axis on the default stage size (I'm using a basic rectangle right now), the rotation appears just as I expect it to. It "rolls over" with the perspective even on both sides of the rectangle.

When I try to duplicate this in a movie with different dimensions (320x480) and apply the 3D Rotation Tool, the rectangle skews to the left for some reason. (See attached .fla files)

I've tried changing the registration points on the movie clips, I've tried making new files with the "Adjust 3D Perspective Angle to preserve current stage projection" box checked both on and off, and I've tried repositioning the actual Rotation Tool, but I can't figure out what's wrong. Could it have something to do with the stage resizing?!

View 4 Replies

Make A Movie Clip Based On Blank Object?

Jun 21, 2009

Is there a way to make a movie clip based on a blank object?the way i usually make one is by drawing a rectangle and making it a movie clip.

View 1 Replies

Professional :: Preloader Based On A Single Movie Clip?

Jan 6, 2010

Is there a way to have a pre-loader based on a single movie clip, instead of on the entire SWF size? This movie clip may have a single graphic, but the entire movie has a slideshow with more images to display...but rather than making my visitor wait for the entire site to download before they see anything, I'd like to have it so when that graphic is loaded, it displays while the rest of the movie finishes loading. And there would be a preloader that shows the progression of the single movie clip.

View 3 Replies

ActionScript 3.0 :: Have Stage Resize Based On Movie Clip?

Jun 26, 2009

i have a button thats adds a movie clip to the stage...the movie clip height is bigger than the stage. is it possible to have the stage "extend" when you click the button to show the whole movie clip?

ActionScript Code:
addPic.addEventListener(MouseEvent.CLICK, addImage);
function addImage(event:MouseEvent):void{
var mc:MovieClip = new testClip();
this.addChild(mc);
}

kinda like this i guess [URL] when you click on the flash on that page it expands and stuff

View 3 Replies

IDE :: Fade A Movie Clip Out Based On The Proximity Of The Mouse?

Apr 29, 2007

Is there a way to fade a movie clip out based on the proximity of the mouse? Basically if my mouse is greater than 100 pixels away from a movie clip, I want the movie clip to fade to 0 and stay invisible.

View 4 Replies

ActionScript 3.0 :: Duplicating Movie Clip Based On Xml Data?

Nov 11, 2009

I got a flash file which reads xml data and based on total data I need to duplicate movie clips and show them horizontally. Till now i have read the data and displayed it but dont have idea how to display them horizontally.

Code:
i = 0;
level = 100;[code]....

I have done this till now, it duplicates the movie clip but when i want it to change its x coordinate it shows error

**Error** Symbol=mc_contentHolder, layer=Action, frame=1, Line 20: There is no property with the name 'x'.
newClip.x = 328;

Total ActionScript Errors: 1, Reported Errors: 1

View 7 Replies

ActionScript 2.0 :: Moving Movie Clip Based On Mouse Position?

Aug 11, 2009

I'm creating a slideshow gallery in flash and am basically there now except for one bit...

have a look here [URL]

The slider at the bottom for the thumbnails moves ok but I want it to stop at the last slide. I

I can manage to code it based on the mc's _x value

i.e if (mc._x < -200){ //do nothing }

but this creates a dead stop and I want a gently slow down like if you were to navigate from thumb 8 back to 1.

all of my coding at the moment uses the mc's x value in relation to the mouse's distance.

The code I have currently set on the slider is:

Code:
onClipEvent (enterFrame) {
if((_root.slidesQTY>6)&&(_root._ymouse>460)){
if(this._x<0){

[Code]....

how I could add another if statement that doesn't halt the animation as it hits the last slide but creates a smooth slow down?

View 0 Replies

ActionScript 2.0 :: Play Movie Clip Frame Based On X Value Of Mouse

Jan 15, 2011

On Scene1 I'm trying to add some script that will continuosly recognize what the x axis value is and if it is greater than 600 it is supposed to play frame 1 of the movie, and if it is less than 600 than it is supposed to play frame 10. The code I'm using seems to work, but only at the initial startup of the movie. How do I modify this code to have it continually updating the shoot movie based on where the mouse is at on the movie?

[Code]....

View 1 Replies

ActionScript 2.0 :: Make A Movie Clip Animate Based On Boolean Value?

Jun 29, 2011

I'm trying to make a movie clip animate based on a boolean variable.

so that if boolean a is true, I want the movie clip to play frame 1. if boolean is false, play frame 2. I tried using an onClipEvent but it doesnt want to work.

View 0 Replies

ActionScript 2.0 :: Movie Clip Positioning Based Off Textfield Width?

Aug 13, 2006

I have a text field on the left and a movieclip butted up to the right of the text field. How can I move the movieclips position left or right based on the text fields width?

View 3 Replies

ActionScript 2.0 :: Time Limit In A Game - Movie Clip That Says "Time Is Up!" Will Be Displayed?

Jan 22, 2009

Setting up a time limit that if the time equals to 3 minutes the game stop.I have a card game with 10 different cards to be paired. My problem is to put a timer that limit the player to only 3 minutes of playing after which a movie clip that says "Time is up!" will be displayed.

View 2 Replies

ActionScript 2.0 :: Changing Behavior Based On Y, X Coordinates Over A Movie Clip With OnMouseMove

Sep 22, 2009

I was thinking that it will be an easy task but something is not right. Here is what I am trying to do. I want to be able to run a function if the mouse is moved over certain areas of the movie clip on stage. Based on which area of the movie clip the mouse is moved I'd like to be able to trigger different behaviour. Below is the code which I was thinking shoud do it:

Code:
var posY:Number;
var mouseListener:Object = new Object();
mouseListener.onMouseMove = function() {

[Code].....

For some reason, the trace statement is ran always when the mouse moves regardless if it is over the movie clip or not. It also only shows the first trace statement. It is never chaged even if the mouse is in the different areas of the movie clip.

View 5 Replies

ActionScript 2.0 :: Changing Behavior Based On Y, X Coordinates Over A Movie Clip With OnMouseMove?

Sep 23, 2009

I was thinking that it will be an easy task but something is not right. Here is what I am trying to do. I want to be able to run a function if the mouse is moved over certain areas of the movie clip on stage. Based on which area of the movie clip the mouse is moved I'd like to be able to trigger different behaviour. Below is the code which I was thinking shoud do it:

ActionScript Code:
var posY:Number;
var mouseListener:Object = new Object();

[code]......

View 0 Replies

ActionScript 2.0 :: Movie Clip Resize Yscale Based Off Dynamic Text Height

May 26, 2010

I'm using a tweening engine and I need to be able to base the _yscale % of a movie clip off the height of a dynamic text field that is slightly smaller contained within the movie clip. 52 pixels smaller to be exact.I'm very poor at math but I'm guessing so far that some variable needs to be declared to factor the percentage based off the height of the dynamic text field. And I just can't think of how to do that.What I know so far:movie clip height at 100% _yscale = 396 the 'buffer' space above and below the dynamic field = 52.So if my dynamic text field height = 0, my movie clip would be 52 pixels in height. And that percentage in _yscale is 13.1%.I just can't figure out the math for this and how to translate it into ActionScript.

View 2 Replies

ActionScript 2.0 :: Rotate MC Based On Mouse Y Value?

Sep 27, 2010

I'm trying to achieve the effect found on this site:As you can see, the cursor (the marker) slowly rotates, based on the Y value of the mouse

View 1 Replies

ActionScript 3.0 :: Dynamically Create Card Instances Based On The Movie Clip Symbol In The Library?

Jan 28, 2010

the idea is to create a loop to that displays 16 cards face down in two rows and eight columns using either a "for" loop or "while" loop, execute 16 times once for each clip.use new to dynamically create card instances based on the Movie Clip symbol in the library.use a modulo operator to operate the x position of each clip use Math.floor to operate the y position of each clip set dynamic text value of the card clip to show appropriate card number add card to the display list if using the iteration variable ("while" loop).this is what i am using and i get one card (the stack of 16) in the bottom left hand corner with a 16 trace statements of "instance 2"

//create variable for number of columns
var numberOfColumns=8;
// requirement 1

[code]....

View 9 Replies







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