Author: admin
• 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:

  1. Flash CS4 actionscript 3.0 Tutorial in this flash cs4 actionscript 3 tutorial we explore...
  2. FREE FLASH Cs4 Basics tutorial , actionscript 3 PLEASE READ convert the graphic you made into a...
  3. Import external ActionScript into the timeline in Flash tutorial for reusable code blocks Mucho Source – www.developphp.com In this lesson I show...
  4. Circular Dynamic Preloader Tutorial – Flash ActionScript 3.0 Website Content Loader Download Starter Package – www.developphp.com Visit our tutorial archive...
  5. 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.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

25 Responses

  1. 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.

  2. dude, back off your mike!!!!!

  3. wish the AS2 was listed in the title….
    This is AS2

  4. 4
    sikaldinho1 
    Thursday, 1. July 2010

    the worst tutorial in the world…. :| … put that fucking code in a comment… wtf :|

  5. 5
    drjenkin 
    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!

  6. why the hell is your text field black?!

  7. 7
    warlord90210 
    Thursday, 1. July 2010

    Now that would be fucking amazing…

  8. 8
    SwordSkill2 
    Thursday, 1. July 2010

    And this is the code!!!!

    Remember to Subscribe my channel for giving you this code…

  9. 9
    SwordSkill2 
    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;
    }
    }

  10. 10
    SwordSkill2 
    Thursday, 1. July 2010

    He should make a tutorial about how to make a tutorial on how to make a tutorial…

  11. 11
    SwordSkill2 
    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 :P

  12. 12
    SwordSkill2 
    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 :P )

  13. 13
    InnovateAtHome 
    Thursday, 1. July 2010

    no, I was being sarcastic. It should have been obvious to moomoo (the author), though

  14. 14
    warlord90210 
    Thursday, 1. July 2010

    You made a tutorial about making a tutorial?

  15. 15
    SwordSkill2 
    Thursday, 1. July 2010

    RLY????

  16. 16
    massiveBallsX 
    Thursday, 1. July 2010

    Thanks mate.

  17. 17
    ArowanaW 
    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.

  18. 18
    InnovateAtHome 
    Thursday, 1. July 2010

    I like how the script background is black so I can see the text so clearly

  19. 19
    i3la5ph3my 
    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?

  20. 20
    i3la5ph3my 
    Thursday, 1. July 2010

    did you say

    this._y += yval;

    before the if statement?

  21. 21
    MoomooT3hCow 
    Thursday, 1. July 2010

    Thanks neofriends!

  22. 22
    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

  23. 23
    neofriends 
    Thursday, 1. July 2010

    potatoes are good… nice video btw

  24. 24
    MoomooT3hCow 
    Thursday, 1. July 2010

    Potatoes.

  25. No, ‘cos you don’t “learn” stuff. A tutorial is to “learn”.

Leave a Reply

Anti-Spam Protection by WP-SpamFree