Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 842 results for
bouncing
- Page 1
Bouncing ball Program
Programming
Software Development
17 Years Ago
by D boss
…x + " y = " + r.y + "
bouncing
= " +
bouncing
); } class B1 implements ActionListener { public void actionPerformed(ActionEvent e) { t…implements ActionListener { public void actionPerformed(ActionEvent e) { if (!
bouncing
) t.suspend();
bouncing
= true; y_shift *= -1; x_shift *= -1;…
Bouncing and forcing frames
Digital Media
UI / UX Design
21 Years Ago
by Slade
I have to know the definition of
Bouncing
and Forcing frames for some work I have to do... what does each do? I'm not sure all I get when I look in google is stuff about
bouncing
balls. Thanks in advance Slade
Bouncing Text using loop(any loop)
Programming
Software Development
14 Years Ago
by Karasuma
is it possible to create a
bouncing
text using a loop(any loop(for, while, or do … start the program.. but my problem is how to start
bouncing
the text and how to end... any help will do…
Re: Bouncing Text using loop(any loop)
Programming
Software Development
14 Years Ago
by Intrade
… (can be dummy mass like 1), its upward acceleration from
bouncing
off the ground, and its desired final return height on… its way up from
bouncing
off of the ground. You might need some more info…
Re: Bouncing and forcing frames
Digital Media
UI / UX Design
21 Years Ago
by BinaryMayhem
ive heard of forcing frames... not
bouncing
tho.... [example here] [url]http://www.webreference.com/js/column36/forcing.html[/url] I hope that clarifies something.
bouncing ball?
Programming
Software Development
19 Years Ago
by Acidburn
Having coded a
bouncing
ball in VB - not to exciting, I'm wondering how hard it would be to code that in c#? Anyone got a good place to start? Thanks :-)
Bouncing Ball (Dev C++ GUI code)
Programming
Software Development
20 Years Ago
by vegaseat
… "Hello World" is to the console, the "
Bouncing
Ball" is to the Graphical User Interface. Nothing fancy…
Re: Bouncing Ball (Dev C++ GUI code)
Programming
Software Development
17 Years Ago
by lucamarcus
… a new c++ programmer. I refer to the code "
Bouncing
Ball" which is a GUI, now there is a…
bouncing ball problem
Programming
Software Development
13 Years Ago
by masre
hey everyone, m doing an assignment on
bouncing
ball,my code below doesn't bounce the ball,it …
Bouncing Balls: Creating a new ball when two balls collide
Programming
Software Development
1 Year Ago
by jprog1000
… static void main( String args[] ) { JFrame frame = new JFrame( "
Bouncing
Balls" ); Ball b[] = new Ball[6]; b[0] = new…
Re: Bouncing Balls: Creating a new ball when two balls collide
Programming
Software Development
1 Year Ago
by toneewa
… static void main(String[] args) { JFrame frame = new JFrame( "
Bouncing
Balls" ); Ball[] b = new Ball[2]; // Start with 2…
Re: Bouncing Balls: Creating a new ball when two balls collide
Programming
Software Development
1 Year Ago
by toneewa
… static void main(String[] args) { JFrame frame = new JFrame("
Bouncing
Balls"); Ball[] b; // Start with 2 balls b = new…
Re: Multiple Bouncing Balls
Programming
Software Development
16 Years Ago
by Alex Edwards
…false; //yUp = false; //xDx = 1; //yDy = 1;
bouncing
= true; addMouseListener( this ); Thread repaintThread = new Thread(rt); … void paint( Graphics g ) { super.paint( g ); if (
bouncing
) { g.setColor( Color.blue ); for(MyThread element : blueBall){…
Multiple Bouncing Balls
Programming
Software Development
16 Years Ago
by AllenB
…; xDx = 1; yDy = 1; addMouseListener( this );
bouncing
= false; } public void mousePressed( MouseEvent e ) { …position blueBall[ballcount] = new Thread( this );
bouncing
= true; blueBall[ballcount].start(); ballcount++; } }…
Threads/Bouncing Balls
Programming
Software Development
14 Years Ago
by sciprog1
…false; yUp = false; xDx = 1; yDy = 1;
bouncing
= true; setOpaque(false); setPreferredSize(new Dimension( MAX_X, MAX_Y)); …public void paintComponent(Graphics g) { super.paintComponent(g); if (
bouncing
) { g.setColor( Color.blue ); g.fillOval( x, y…
Re: Threads/Bouncing Balls
Programming
Software Development
14 Years Ago
by Taywin
sciprog1: If a ball is a thread, you should implement the collision detection inside the Ball class, but you need to pass the boundary from
Bouncing
Ball display to it as well. Currently, it is done inside Ball class too, but the boundary is off (MAX_X and MAX_Y). The size of display panel may not be the same as the real boundary size.
Re: Threads/Bouncing Balls
Programming
Software Development
14 Years Ago
by sciprog1
… the reply! If we take the case of three balls
bouncing
, where and how would I check for collission in the…
Breakout Ball bouncing physics
Programming
Game Development
17 Years Ago
by CoolGamer48
…, and I'm having some trouble thinking of the ball
bouncing
physics. The way I've made breakout games before was… just at 45 degree angles. The way I see it,
bouncing
against non-moving blocks will not change the direction that…
Re: Breakout Ball bouncing physics
Programming
Game Development
17 Years Ago
by CoolGamer48
Wthe ball hits the side of the paddle, it ussualy just goes through the paddle and starts spazing, and then comes out when I move the paddle away.
Bouncing
on the top side works well, but I have some issues with bottom
bouncing
as well (when the ball moves below the paddle it starts moving straight until it moves out from under the paddle).
Re: Breakout Ball bouncing physics
Programming
Game Development
17 Years Ago
by CoolGamer48
Hey, I have some code for
bouncing
. It works well most of the time but there are …
RE:" THE BOUNCING BALL in C++"
Programming
Software Development
17 Years Ago
by lucamarcus
… a new c++ programmer. I refer to the code "
Bouncing
Ball" which is a GUI, now there is a…
Need help with bouncing ball in MFC C++
Programming
Software Development
15 Years Ago
by ge6a93
Hello i want to code a
bouncing
ball which bounces when touches the end of the screen sides. I'm using VC++ 6.0. Thanks in advance for your help.
Creating a bouncing ball in VC# 2008
Programming
Software Development
14 Years Ago
by svatstika
Dear Friends! I want to draw a
bouncing
ball directly on form using component timer. I think that …
Re: Creating a bouncing ball in VC# 2008
Programming
Software Development
14 Years Ago
by nick.crane
… you know already that if you wish to simulate a
bouncing
ball then you will need to do more than +10…
does anyone know how to code to get colorful bouncing balls like in google
Digital Media
UI / UX Design
12 Years Ago
by apnavarun
does anyone know how to code to get colorful
bouncing
balls like in google blog http://googleblog.blogspot.in/
Re: Bouncing ball Program
Programming
Software Development
17 Years Ago
by D boss
.
Re: Bouncing ball Program
Programming
Software Development
17 Years Ago
by D boss
or how can i make the ball go around the rectangle / applet? without the ball going all over the place..
Re: Bouncing ball Program
Programming
Software Development
17 Years Ago
by jwenting
if you programmed it correctly it won't be "going all over the place" but following a highly predictable path dictated by it's starting position and energy vector. So you change those and it will follow whatever path you want it to if.
Re: Bouncing ball Program
Programming
Software Development
17 Years Ago
by jasimp
If you want to drag the ball around with mouse you might want to implement MouseMotionListener. It has a listener mouseDragged.
Re: Bouncing ball Program
Programming
Software Development
17 Years Ago
by D boss
the program runs ..ok..without any problems, but the ball goes in all directions i.e zig zag, up down, left right. i actually wanted to make the ball go around the applet only, running in a rectangle shape. but thx aniwais for the advice. tc
1
2
3
15
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC