A Flash Developer Resource Site

Search:

Type: Posts; User: Liquid Genius

Page 1 of 10 1 2 3 4

Search: Search took 0.21 seconds.

  1. Here are the chapter titles: Basic Animation...

    Here are the chapter titles:
    Basic Animation Concepts
    Basics of Actionscript 3.0 for Animation
    Trigonometry for Animation
    Rendering Techniques
    Velocity and Acceleration
    Boundaries and Friction...
  2. Illustratedlife and deadlock32... your right! I...

    Illustratedlife and deadlock32... your right! I bought it this evening and it has helped a ton. Much easier to read than Moock's book. Peter's book admittedly leaves alot out, but it gets you over...
  3. Yeah, I almost bought it last week at Borders....

    Yeah, I almost bought it last week at Borders. Thanks for the recommend, Ill snag it.
  4. Thanks for the info on the book. Ill have to...

    Thanks for the info on the book. Ill have to check it out... and soon.
  5. Awesome! I really appreciate your help. You have...

    Awesome! I really appreciate your help. You have remove a huge amount of frustration on my part... hopefully Ill make some big steps quickly here.
  6. Can you post your code for me to view? Thanks!

    Can you post your code for me to view? Thanks!
  7. I am not familiar with that book. Recently, I...

    I am not familiar with that book. Recently, I bought Essential Actionscript 3.0 by Colin Moock and published by O'Reilly. It has a ton of information, but I am slightly frustrated and wishing it had...
  8. Followed your advice but still having issues. No...

    Followed your advice but still having issues. No errors show up, but nothing is drawn on the canvas. Documented here:

    Main AS3 file (simmer.fla):

    import calsimNode
    var testNode = new...
  9. [RESOLVED] AS3: Getting a Handle on it

    Hi,

    Sorry to be asking instead of answering questions, at one time.... ala the days of Actionscript 1, I was a master of all that lay before me. I have finally come to grips with the fact that I...
  10. Replies
    2
    Views
    873

    Thanks, that was exactly the problem!

    Thanks, that was exactly the problem!
  11. Replies
    2
    Views
    873

    [RESOLVED] Missing Default Classes?

    Im just starting out with AS3 and am trying to import the a scrollpane class.

    Using code hinting I have:

    import fl.containers.ScrollPane
    Test Movie throws:
    "1172: Definition...
  12. Replies
    0
    Views
    352

    Wordpress Template, Flash Header

    Threw together this Wordpress template... dynamically loads images and site title so anyone can personalize it without technical knowledge. Still need to reduce the flash filesize. Tell me what you...
  13. Replies
    3
    Views
    763

    [resolved]

    [resolved]
  14. Replies
    3
    Views
    763

    Apparently, the scope of my clearInterval was...

    Apparently, the scope of my clearInterval was incorrect I made sure that it was targeted to _root and everything works now! Answered my own question!



    function processInitial() {
    trace("Begin...
  15. Replies
    3
    Views
    763

    This version also creates an infinite loop, and...

    This version also creates an infinite loop, and clearInterval fails.


    function timer(a, b) {
    var intervalID = setInterval(a,b);
    }

    function processInitial() {
    trace("Begin...
  16. Replies
    3
    Views
    763

    [RESOLVED] setInterval, clearInterval problems

    Hi folks,

    I seem to be creating a loop with setInterval, even though I am using clearInterval. The deck MC and btnQuit MC appear repetitively. I see this same problem quite a few times in the...
  17. Replies
    3
    Views
    303

    How about _level0 instead of _root?

    How about _level0 instead of _root?
  18. Replies
    2
    Views
    455

    Thanks! I knew I used it in the past, but could...

    Thanks! I knew I used it in the past, but could not remember.
  19. Replies
    3
    Views
    304

    Ive never this written this way: newclip._x =...

    Ive never this written this way:

    newclip._x = newclip._y = 120

    Is that correct or should it be:

    newclip._x = 120;
    newclip._y = 120;
  20. Replies
    3
    Views
    303

    According to Colin Moock's Actionscript for Flash...

    According to Colin Moock's Actionscript for Flash MX:

    This is why it will not work when loaded in.

    Try this instead:


    on (release) {
    newFrame = _root.currentframe + 1;...
  21. Replies
    2
    Views
    455

    Simple Math

    In actionscript what command do I use to find out if a division operation results in a remainder?

    ex:

    result = (numItems/3)
    if( result == WHOLE INTEGER ){ //decimal values ignored
    do this;
    }
  22. Replies
    3
    Views
    424

    Jbum, thanks for your quick reply. However, that...

    Jbum, thanks for your quick reply. However, that does not change anything. numCircles still returns a Nan. Any other ideas?

    Ill restate the function:


    function makeJumpCircle(){
    numCircles =...
  23. Replies
    3
    Views
    424

    String to Int

    I am running into a problem where I am getting a variable equal to NaN. How can I convert a string to an int.

    This is from the db:

    &num_entries=4&name_1=test......... etc. etc.

    When I debug...
  24. Replies
    3
    Views
    344

    Thanks Jbum! That got the first part of the...

    Thanks Jbum!

    That got the first part of the data displaying. The rest still is not. Here is the code that is creating the htmlText:



    function makeText(a){
    if(a == 4){
    for(i=1; i<=13;...
  25. Replies
    3
    Views
    344

    Simple htmlText question

    I can really use your help.

    Simple question, is the following valid htmlText, or do I need a <P> tag?
Results 1 to 25 of 237
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center