Computer Science Canada Bouncing Ball Program! |
Author: | @DRI@N [ Tue May 25, 2004 4:59 pm ] | ||
Post subject: | Bouncing Ball Program! | ||
This is the basic bouncing ball program...
|
Author: | guruguru [ Tue May 25, 2004 6:05 pm ] |
Post subject: | |
Source code. #3 |
Author: | rollerdude [ Wed Sep 15, 2004 4:41 pm ] |
Post subject: | |
what version is this code for, because View.Update comes up as an error |
Author: | Tony [ Wed Sep 15, 2004 5:01 pm ] |
Post subject: | |
View.Update is a 4.x feature. most of us use 4.0.5 |
Author: | shorthair [ Mon Sep 20, 2004 9:20 pm ] |
Post subject: | |
Add Plug here , * which was Brought by Justin To COmpsci, thanks to shorthair there was a little more piracy in the world , * but if you need it , ask your teacher to send an email to holfsoft they offer it to all classes that need it , it has major fixes for hte grade 11 curicullem ( cant spell tonight ) |
Author: | lama_daboul [ Thu Oct 14, 2004 7:56 am ] |
Post subject: | Comments |
Would someone please take 5 minutes to quickly comment or explain to me what each line in the basic bouncing ball program does. I need it for an Assignment |
Author: | josh [ Thu Oct 14, 2004 8:34 am ] |
Post subject: | |
you could also do this using the Pic.New and Pic.Draw commands if u want to practice for more complex animations. U You use Pic.New to take a "Picture" of the part of the screen u want to move (all the objects in it become sotored in one variable) and then Pic.Draw to display everything that was taken in that picture. |
Author: | How U Doin [ Tue Oct 26, 2004 8:59 am ] |
Post subject: | |
This is what I was learning in my computer programming class |
Author: | djlenny_3000 [ Tue Oct 26, 2004 7:22 pm ] |
Post subject: | |
true you can make it as a picture, but i want to see if you can make it a box, or rectangular shape, and as it hits the wall the rectangle shifts its angle to suit hte new direction |
Author: | gigaman [ Wed Oct 27, 2004 11:47 am ] |
Post subject: | |
DJ in response. you would do sumthing like when it hits the side one side the far side moves faster until it's back at it's original position. if i have time i'll write it up |
Author: | gigaman [ Wed Oct 27, 2004 11:58 am ] | ||
Post subject: | |||
This is the commented version of the ball bouncing that lama_daboul asked for. FYI commenting is not 5 minutes but it is important.
|