ActionScript 3.0 :: How To Make Ball Walk To Box And Pickup Item

Oct 16, 2009

I have code that I wrote(myown and tutorials) and I am having some issues. The object is to make the ball walk to the box and pick up the item. When the pick up occurs the item(box) needs to disappear.

mcMain is the character(ball)
mcCoin is the item(square)

Code:
Variables for key downs
var leftKeyDown:Boolean = false; //left key down false
var upKeyDown:Boolean = false; //up key down false
var rightKeyDown:Boolean = false; //right key down false
var downKeyDown:Boolean = false; //down key down false
var mainSpeed:Number = 7; // speed of character
[Code] .....

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Make A Ball Bounce Off Something Like A Ball Bouncing Off A Bumper In A Pinball Game?

Jun 20, 2006

i wanna ask how do i make a ball bounce off something like a ball bouncing off a bumper in a pinball game? i've tried a lot of times but everytime the ball get stucked to the box and it doesn't move anymore...will be grateful if anyone noes the actionscript of it..

View 3 Replies

ActionScript 2.0 :: Make A Character Walk To A Clicked Point

Apr 13, 2008

im having a bit of an issue with making a character walk to a position when the area is clicked (but i dont want them to move on the y scale, just the x). i dont want them to instantly move, i want them to (flip over if necessary) and play their walking animation as they walk to the clicked position.

View 1 Replies

ActionScript 2.0 :: Bit101-collision-agony - Make Them Collide, And Make The Ball Bounce Away?

Apr 13, 2003

I followed the bit101 tutorial on gravity and now have a movie clip called "ball" (instance name) with an embedded invisible button (so you can throw it all over the place).I also have a movie clip called "block1" (instance name too! what a coincidence, isn't life lovely). I want to make them collide, and make the ball bounce away.

View 1 Replies

ActionScript 2.0 :: Make A Ball To Bounce ?

Oct 4, 2005

I'm trying to make a ball to bounce on something realistic.How can I make it work? It's impossible.

View 3 Replies

ActionScript 3.0 :: Make A Ball Bounce Around The Screen?

Feb 13, 2011

So I am trying to get a ball to move around the screen, and when it gets to the walls of the stage I want it to change directions. So far, I have this code:

Code:
import flash.events.Event;
var ballVelx:Number = Math.random() * 15;
var ballVely:Number = Math.random() * 15;
var ballDirx:Number = 1;

[Code].....

This is not in the main timeline, it is in the symbol timeline for Ball. With this, I have the ball moving around and when it reaches the end of the stage it resets with a random velocity/angle. When I uncomment the ballDirx and ballDiry lines and comment out the this.x = 0 line, the ball doesn't change directions, it just stops moving when it reaches the end of the stage.

View 6 Replies

ActionScript 2.0 :: [FMX] Make A Ball Bounce Across The Stage

May 1, 2005

I haven't done much actionscript stuff ...and at the moment im trying to make a ball bounce across the stage, but im unsure how to go about doing that.

View 3 Replies

ActionScript 2.0 :: Make Ball Run In Target Movie?

Mar 18, 2003

How do I make the button work, making the ball run in the target movie?

View 1 Replies

ActionScript 2.0 :: Make A Ball Fall According To Gravity?

Apr 4, 2003

I am in a pinch for time and know very little about Flash and even less about Actionscript, but I need to know how to make a ball fall according to gravity!

Thomas
<a href="mailto:ttorrey@slc.edu">ttorrey@slc.edu</a>

View 14 Replies

ActionScript 2.0 :: Make A Magic Ball With Mist?

Jan 28, 2008

Something in the line of the preloader of [URL]

how to create a magic ball with some moving myst inside.

I am looking into the flash particles, but i could use some more pointers examples and/or tutorials

View 1 Replies

IDE :: Using The HitTest To Make Ball Bounce Off Of The Players

May 5, 2010

I'm having problems with my flash game, i am making slimeball and im using the hitTest to make my ball bounce off of the players, but because my players are semi circular when it hits off the back of my player the ball still goes forward when it should bounce off the player in the direction that it came from, if that makes sense

[Code]....

View 1 Replies

ActionScript 2.0 :: Make A Ball Bounce Across Stage

May 1, 2005

I haven't done much actionscript stuff ...and at the moment im trying to make a ball bounce across the stage, but im unsure how to go about doing that.

View 3 Replies

ActionScript 3.0 :: Ball Collision Inside Another Ball Using Gravity?

Jun 5, 2009

ball collision inside another ball using gravity.I have one large circle in the middle of the stage (its radius is 150 pixels). I have another circle inside of that one (20 pixels radius), this is the smaller ball that I would like to have bounce around inside of the larger one with gravity. When the small ball hits the edge of the larger circle, I would like it bounce inwards to the center of the larger circle. It keeps doing this until it eventually stops in the center of the larger circle at the bottom.

View 1 Replies

ActionScript 3.0 :: Make A Magic 8 Ball Style Animation?

Jan 27, 2011

Im currently doing a flash project at university and my intention is to make a magic 8 ball style animation, but i'm having trouble with coding the answers so they come out randomly.

View 4 Replies

ActionScript 2.0 :: Make Ball Move And Bounce Around Stage?

Oct 29, 2003

I cant figure out how to make the ball move and bounce around the stage. and i also need help on the paddle that the ball bounces off of. if u could help me out that would be awesome.

View 11 Replies

ActionScript 2.0 :: Make A Ball Bounce Off A Wall With The Same Angle?

Mar 17, 2002

I am familiar with hit test, but how do you make a ball bounce off a wall with the same angle that it bounced on it with?ex. it hits the wall at 45 degrees, and it bounces off the wall at 45 degrees

View 6 Replies

ActionScript 2.0 :: Make Flash Drag A Ball Onpress?

May 11, 2005

i want to make flash drag a ball onpress and if its onrelease and if its on the Suquare movieclip it should stop draggin.

my code is like this

dynamic class Ball extends MovieClip
{
function onPress()
{

[code]....

View 2 Replies

Make A Simple Ball Follow An Oval Motion Path?

Oct 23, 2009

how to make a simple ball follow an oval motion path? Think of a molecule spinning (and looping) around a nucleus. This was five seconds work in previous versions where you could draw the motion guide then simply attach an object to it and say "orient to path"  but I can't seem to find how to do it in CS4.

View 3 Replies

ActionScript 2.0 :: Make A Ball Bounce Of A Wall And Stll Carry On?

Apr 26, 2011

i want to make a ball move at a constant speed into a wall and bounce of, initially it should move back but then It should carry on moving towards the wall.

I managed to make it bounce but once it hits the wall it carries on in the opposite direction!

View 4 Replies

ActionScript 3.0 :: How To Make Ball Roll Down Slope / Fall And Bounce

Jul 5, 2009

I followed this tutorial to make a bouncing ball in flash. Its AS2 so it took me some time to make it work in AS3 Now I want to make the ball roll down a slope, fall and bounce when it hits the ground. I have attached my .fla.

View 1 Replies

ActionScript 3.0 :: Flash New Game - Make Ball Get Larger Each Time?

Jul 22, 2010

//stop on current frame
stop();
//ball follows mouse[code]....

What I am trying to achieve is to make my ball get larger each time it collects a particle (Pixel).

View 1 Replies

ActionScript 2.0 :: Pong - Make The Ball Move And Bounce Around The Stage And Paddle

Oct 29, 2003

how to make the ball move and bounce around the stage. and i also need help on the paddle that the ball bounces off of.

View 11 Replies

ActionScript 3.0 :: TypeError: Error #1034: Make A Movieclip(ball) Movement More Fluent?

Aug 1, 2011

this is the error Iam getting and my code below, I keep getting an error and can't understand why could someone with a bit more experience 'm at my wits end-TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::Event@2edef11 to flash.events.KeyboardEvent.

var upArrow:Boolean = false;
var downArrow:Boolean = false;
var rightArrow:Boolean = false;

[code].....

View 2 Replies

ActionScript 3.0 :: Snooker / Billiard Flash Game - Make The Stick Move With The Center In The Point Near The Ball

Feb 26, 2010

I need to build a flash learn game to my students. It is to explain the angles and phisics over the billiard/snooker Table. Something similar to this: [URL] The only thing I can do until now is drag the ball! My doubts are:

- How to make the stick move with the center in the point near the ball;
- How to draw the yellow line;
- How to calculate the corners;
- And in the last, how to move the ball with accelerated motion when press a button.

View 1 Replies

ActionScript 3.0 :: Breakout Game - Make The Ball Move Fast Without Sacrificing The Accurate Detection Of Collisions?

Oct 27, 2010

I am making a breakout type game where you bounce a ball around and it hits & breaks blocks.The issue im having is with handling the ball after a collision is detected.Every frame the ball checks four points on its surface to see if they are colliding with any of the blocks. The problem occurs when the ball starts moving fast. The ball's radius is 7 pixels. If it is moving upwards at higher than7 px/ frame, then the ball might end up half way into one of the blocks.

In that case the ball detects a collision on its top AND on its side (which is bad -- If the ball is travelling upwards it should detect the collision at the top of the ball)how I could fix this so that I can make the ball move fast without sacrificing the accurate detection of collisions??

View 5 Replies

ActionScript 3.0 :: Walk Around In Space?

Jan 17, 2012

I make 3d models with away3d and import them into flash builder.I can rotate the models like this:

[Code]...

View 4 Replies

ActionScript 2.0 :: Walk Off Then On Stage?

Oct 16, 2009

I have my movie clip walk off the left side of stage and come back on the right of the stage. but I cant get it to walk off the right and come back on the left can any one give advise please. this is what I have so far

onClipEvent(load) {
var direction = "left";
var speed = 10 ;
}

[Code]...

View 2 Replies

ActionScript 3.0 :: When Press Right Arrow Key It Goes To And Plays The Right Walk?

May 29, 2009

I am making a side scrolling game and I have all my pieces made, background, main character, enemies, wall, floor, etc. I have begun coding it with Action Script 3. I have it to where i have a main menu, and two buttons= one that goes to instructions and one that starts the game. I have my main character as a movie clip and inside the movie clip I have labels- stand, right walk, left walk, jump, duck, fire, and die.I coded it to where when I press my right arrow key it goes to and plays the right walk, down arrow key it plays the duck label.I have a trace on them and they are working. What Im trying to figure out how to do is 2 things. First, when my character gets to a certain spot on the screen, he stops walking and the screen moves, and second how to make the enemies move. Im scripting everything internally and not using any classes for this game.

View 1 Replies

ActionScript 3.0 :: Activating Walk Cycle When The Arrow Is Down?

Aug 9, 2011

I have made my character and inside of its symbol I created its stand still - stop(); - frame before its left and right walking cycles which are both 5 frames long.  Now my question is what action script do I use to move both left and right while activating my walk cycle when the arrow is down. Would someone please write out the script for me?

View 2 Replies

ActionScript 3.0 :: How To Get Character Walk And Jump On Key Press

Feb 4, 2010

I am making a walk and jump game. My game would work by the character standing in a fixed place and when I press the left key he would appear to walk left but the background actually is moving right. And when I press the right key the background would move left making the character appear to move right. Now I would also like the character to jump when I press the up key. Now I have created a walk cycle in a movie clip and have a jump cycle that I could also use for the jump.

View 6 Replies







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