• Thursday, July 01st, 2010
A flash tutorial on how to create a bouncing ball with ActionScript, as well as pointers for creating your own tutorial!
Related posts:
- Flash CS4 actionscript 3.0 Tutorial in this flash cs4 actionscript 3 tutorial we explore...
- FREE FLASH Cs4 Basics tutorial , actionscript 3 PLEASE READ convert the graphic you made into a...
- Import external ActionScript into the timeline in Flash tutorial for reusable code blocks Mucho Source – www.developphp.com In this lesson I show...
- Circular Dynamic Preloader Tutorial – Flash ActionScript 3.0 Website Content Loader Download Starter Package – www.developphp.com Visit our tutorial archive...
- How to use variables with Adobe Flash ActionScript Creating and tracking data in ActionScript means using variables...
Related posts brought to you by Yet Another Related Posts Plugin.

Thursday, 1. July 2010
nice try with this tutorial, but it was highly ineffective and quite irritating because the code was unable to read and/or download as an attachment.
Thursday, 1. July 2010
dude, back off your mike!!!!!
Thursday, 1. July 2010
wish the AS2 was listed in the title….
This is AS2
Thursday, 1. July 2010
the worst tutorial in the world….
… put that fucking code in a comment… wtf
Thursday, 1. July 2010
when you first start talking about code and lecture people on how to make a tutorial – you start the code saying “so unclipevent” actions, parenthesis.. something and I dont know what you’re talking about. I’m absolute newbie – help!
Thursday, 1. July 2010
why the hell is your text field black?!
Thursday, 1. July 2010
Now that would be fucking amazing…
Thursday, 1. July 2010
And this is the code!!!!
Remember to Subscribe my channel for giving you this code…
Thursday, 1. July 2010
onClipEvent (load) {
ground = Stage.height;
yvel = 0;
gravity = 1;
radius = this._height/2;
bounce = -0.85;
}
onClipEvent (enterFrame) {
yvel += gravity;
this._y += yvel;
if (this._y+radius>ground) {
yvel *= bounce;
this._y = ground-radius;
}
}
Thursday, 1. July 2010
He should make a tutorial about how to make a tutorial on how to make a tutorial…
Thursday, 1. July 2010
I wasn’t able to see it but when I learned more stuff about AS2 plus that I put it to HD I was able to figure out the code
Thursday, 1. July 2010
Cause some guys might don’t understand in “bounce=.85;” “.85″ means 0.85. I know it’s a kind of stupid but I spend long time to figure out this…
)
Please can u post an anotation at the specific place so no other idiots like me would fell for it? (No offense at all, I’m just insuilting myself
Thursday, 1. July 2010
no, I was being sarcastic. It should have been obvious to moomoo (the author), though
Thursday, 1. July 2010
You made a tutorial about making a tutorial?
Thursday, 1. July 2010
RLY????
Thursday, 1. July 2010
Thanks mate.
Thursday, 1. July 2010
It is a good tutorial and you are trying to help a lot of people, but just a few things:
-The code is often a bit too blurry.
-The sound cracks a lot, might want to fix that because you’d end up losing your viewers interest.
Thursday, 1. July 2010
I like how the script background is black so I can see the text so clearly
Thursday, 1. July 2010
nevermind i got it to work.
How could you apply this actionscript to a paddle or something with force math and stuff?
Thursday, 1. July 2010
did you say
this._y += yval;
before the if statement?
Thursday, 1. July 2010
Thanks neofriends!
Thursday, 1. July 2010
&fmt=18 at end of the adress bar for HD if you need a better view of how to type the codes
Thursday, 1. July 2010
potatoes are good… nice video btw
Thursday, 1. July 2010
Potatoes.
Thursday, 1. July 2010
No, ‘cos you don’t “learn” stuff. A tutorial is to “learn”.