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


Similar Posts:


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 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 :: Make A Movie Clip Go To The Next Frame When Mouse Over It?

Jul 7, 2010

I have tried using gotoAndStop(nextFrame) and gotoAndStop(currentFrame+1) in my code and neither of those work right. How would I get it to work the way I want it to?

View 1 Replies

ActionScript 3.0 :: Make One Movie Clip Invisible To Mouse Clicks?

Oct 17, 2010

I have two movie clips on top of each other. The one underneath is a button and the first movieclip is not always no top of it so everything is fine, the bottom one listens for Clicks and Mouse.ROLL_OVER just fine. However whenever the first movie clip moves and happens to stop overtop the button, that is where the problems begin.

Is there any way for me to make the movie clip on top somehow cause the ROLL_OVER to get through to the underlying movie clip as well as the clicks?

View 2 Replies

ActionScript 2.0 :: Make Mouse Trailer Follow Movie Clip Instead?

Dec 1, 2010

I have a mouse trailer which trails pixie dust and would like it to follow a movie clip instead of the mouse. Here is the script I have for the mouse trailer... the mc is named mc_fly.

[Code]...

View 1 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 3 :: Make A Button Respond To Mouse Events Which Is Placed Under A Movie Clip?

Jan 4, 2011

if I attach two movie clips MC1 and MC2 on the stage.MC1 has a simple button also. MC2 is transparent.First I attach the MC1 and then I attach MC2. Both on the stage. So obviously, MC2 is added over the MC1. In this situation, I cannot click the button which is place in the MC1.If Im not wrong, in AS2, if the MC2 is transparent, the button in the MC1 can still respond to the mouse events.

View 1 Replies

ActionScript 3.0 :: Make The Cursor Turn Into To A Hand When The User Is With The Mouse Over The Movie Clip

Dec 23, 2009

I need to make the cursor turn into to a hand when the user is with the mouse over the movie clip. when I use the following code the entire movie turns into to a hand but I just want it on my movie clip.

[Code]...

View 1 Replies

ActionScript 2.0 :: [cs3] Mc Tween Sequence - Make A Movie Clip Resize Larger On Mouse Release

Dec 14, 2008

I am trying to find a way to make a movie clip resize larger on mouse release, then resize back to the original size on a second mouse release. I have tried many ways to do this but seem to be unable to come up with a solution. I have been using mc Tween.

[Code]...

View 2 Replies

ActionScript 2.0 :: Make A MC Point (rotate) To Where The Mouse Was Clicked On Stage?

Apr 25, 2006

how to make a MC point (rotate) to where the mouse was clicked on stage ?

View 1 Replies

ActionScript 3.0 :: Make Objects Rotate On An Axis Adjacent To The Mouse?

Oct 2, 2009

I have proper code to make objects rotate on an axis adjacent to the mouse. I also have proper code on how to make objects elastically bounce towards a specific x,y coordinate.

So far the code I have is for the object to follow the mouse when clicked. when the mouse is up, the objects (on a rotational axis) wind back to original position.

What I would like to do, is combine the formulas for rotation with the elastic formulas to bounce these objects back into place with rotational movement.

[Code]...

View 7 Replies

ActionScript 2.0 :: Rotate The Line Mc Move Clip In A Counterclockwise Rotation When Scroll The Mouse Wheel Up Instead Of Down .... CCW?

Aug 7, 2007

What do I do to make this rotate the line_mc move clip in a counterclockwise rotation when I scroll the mouse wheel up instead of down. Currently it rotates the movie clip in a clockwise fashion regardless of which way I scrool the mouse wheel.

[Code]...

ps. is there anyway to get this thing to ease when it rotates... instead of the jerky rotation it does now.

View 7 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 3.0 :: Flash - Movie Clip To Play Unless The Person's Mouse Curser Is On The Movie Clip For More Than A Second

Jun 24, 2010

I am pretty new to ActionScript 3 and Flash. I don't want my movie clip to play unless the person's mouse curser is on the movie clip for more than a second. If the person just runs their curser over the movie clips really quickly, then it should do nothing. It must be more than a second. How do I code that?

[Code]...

View 17 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 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

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

ActionScript 3.0 :: Make A Movie Clip Follows Anther Movie-clip That Could Be Moved By User?

Sep 7, 2010

iam tring to make a new project , i just wants to know how to make a movie clip ( constant speed ) follows anther movie clip <--- "which can be moved by the user "

<<<>>>> i believe that this idea is good , that i records the X and Y postion of the User's movie clip and just make the other movie clip points at this postion and move toward it ,

how to make the other Movie clip (( which is a car ! .. so it have acceleration , speed , steering , etc )) go to this position or let us say try to??

View 9 Replies

ActionScript 1/2 :: Focus On Mouse Position When Zooming Movie Clip Using Mouse Wheel?

Oct 29, 2009

I have a map application that when I use the mouse wheel the map will scale up or scale down. The next thing I want to do is to focus on the mouse pointer while zooming on the part of the map.

I have this code...

function focusMousePosition(){    onMouseMove = function (){        Stage.width = _root._xmouse;        Stage.height = _root._ymouse;        updateAfterEvent();    }}
var mouseWheelListener = new Object();var wheelNum:Number;
mouseWheelListener.onMouseWheel = function(wheelNum){    focusMousePosition();    if (wheelNum > 0){        map._xscale *= 0.9;        map._yscale *= 0.9;    }else{        map._xscale *= 1.1;        map._yscale *= 1.1;    }}Mouse.addListener(mouseWheelListener);

View 3 Replies

ActionScript 3.0 :: Use A Movie Clip To Block Mouse From Activating Stage MOUSE OVER Event?

Oct 26, 2010

Is it possible to use a movie clip to block the mouse from activating the stage MOUSE_OVER event?

View 4 Replies

Professional :: Make Movie Clip Non-clickable Unless Another Movie Clip Is Visible

Mar 22, 2011

I'm making a room escape game and I've run into a problem. When an item gets added to the inventory, I'd like the user to be able to click on the item to affect another object (e.g. clicking screwdriver hides screws and displays other image) however when I add the code to the item, if the item is clicked and it's nowhere near the object it affects, the image pops up and it looks really stupid.

So what I'd like to be able to do, possibly using if and else statements or whatever's easiest, is to only have the inventory item be clickable if the movie clip of the object is affects is visible on the stage.

View 6 Replies

ActionScript 2.0 :: Mouse Is On The Leaf Movie Clip The Movies Clip Disappear?

May 6, 2010

i have a problem with hitTest, i want when my mouse is on the leaf movie clip the movies clip disappear. or away any where

[Code]...

View 0 Replies

ActionScript 3.0 :: Make A Circle Object Movie Clip Call Ball And Make A Rectangle Object Movie Clip Call Mc

Dec 12, 2010

make a circle object movie clip call ball and make a rectangle object movie clip call mc and paste this coding.

[Code]...

can anyone explain about the movement about D? the D is talk about the distance if i go -X,way my ball go ++ to +x?

View 1 Replies

ActionScript 2.0 :: Make A Button Rotate Or A Movieclip Play OnRollOver Without Stopping Or Changing Background Movie

Dec 4, 2009

How do I make a button rotate or a movieclip play onRollOver without stopping or changing background movie

View 1 Replies

Actionscript 2 :: IDE - Reduce The Alpha Of A Movie Clip When Mouse Is RollOver The Movie

Apr 19, 2010

I want to reduce the alpha of a movie clip when mouse is rollOver the movie , the alpha will be continuously reducing over frames, i dont want to use tween.

[Code]...

i this code when i rollOver the mouse on a movie clip, it shows the alpha reducing over time , and at roll out alpha increases over time. but if i rollOver and rollOut in fractions of seconds , it flickers (like 60-100 instead of from the current alpha lvl), So i am looking for some code that can help me in fixing this problem.

View 1 Replies







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