A Flash Developer Resource Site

Search:

Type: Posts; User: _Ric_

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. That's right - it's interesting because on first...

    That's right - it's interesting because on first glance at that equation, it looks like the maximum height of a projectile is independent of gravity .... but of course it isn't, because the range is...
  2. Looks like you might have meant y = vy * t - 0.5...

    Looks like you might have meant y = vy * t - 0.5 * g * t * t for that second equation, although you must have corrected it somewhere along the line because the final answer is correct: max height =...
  3. Replies
    1
    Views
    1,360

    Ignore me - this.text was meant to be...

    Ignore me - this.text was meant to be this.textField.text. Duh!
  4. Replies
    1
    Views
    1,360

    [RESOLVED] Why does this code crash Flash?

    I'm sure I should be able to do this kind of thing by now, but heck - looks like I can't. I very rarely write custom classes - and this bit of code crashing Flash without any error messages is...
  5. Replies
    3
    Views
    1,151

    Ok - I uninstalled FD 3.2 (including the...

    Ok - I uninstalled FD 3.2 (including the settings) and then reinstalled FD 3.0, and my outline panel is back. Don't know if it's something weird with 3.2 or my PC, but I'm happy now it's working...
  6. Replies
    3
    Views
    1,151

    Hmmm, not for me there isn't. I'll try a...

    Hmmm, not for me there isn't. I'll try a re-install - something must be wrong.
  7. Replies
    3
    Views
    1,151

    FlashDevelop outline view?

    Hi guys - sorry this is not specifically the right forum, but if anyone knows the answer to this, they will be on this forum.

    I just upgraded to the latest version of FlashDevelop, and suddenly...
  8. Replies
    3
    Views
    759

    Thanks for the responses - this job is now...

    Thanks for the responses - this job is now resolved.
  9. Replies
    3
    Views
    759

    [RESOLVED] Upload games to my site for $100

    Hi guys,

    I have a job that needs doing and wondered if anyone here was interested. It's quite simple (although admittedly maybe a bit tedious!) - I need someone to find some great Flash games and...
  10. Replies
    27
    Views
    4,703

    You're joking aren't you? I worked in a school a...

    You're joking aren't you? I worked in a school a couple of years ago that was still using BBC Micros (no, seriously), and the PC's they did have weren't that much newer. Mind you - that was in...
  11. Replies
    4
    Views
    666

    It sounds like it could be loading everything...

    It sounds like it could be loading everything right at the start before your preloader even shows up - then once everything has loaded, your preloader works in a split second because everything is...
  12. Replies
    3
    Views
    693

    Ah - yes that is what was happening - it was...

    Ah - yes that is what was happening - it was clicking through to a child object which didn't have instance name already. Setting mouseChildren works for returning the correct instance name, but...
  13. Replies
    3
    Views
    693

    Instance names getting changed!

    Hi chaps,

    I know I've read something about this here before but I can't find it, so for Mr. Thicky here, can someone go over this one more time for me please ..... :)


    I have dragged some...
  14. Thanks 5Tons - it has to be said, you are a...

    Thanks 5Tons - it has to be said, you are a genius. Yes, it was a string, tracing typeOf confirmed that, and secondly, yes it had been JSON encoded. I don't even really know what that means, but I...
  15. How to turn a string into a properly structured object

    Hi Chaps,

    I'm using an online service (heyzap.com if anyone wanted to know) for storing small amounts of data from my Flash app. The data is sent to the server as an object, which can contain any...
  16. Replies
    2
    Views
    651

    I had a feeling that would be the case - thanks...

    I had a feeling that would be the case - thanks for confirming.

    Cheers.
  17. Replies
    2
    Views
    651

    How reliable is the Date method?

    Hi chaps,

    I need to find the date in a program I'm writing, but I need to know it's accurate. Does anyone know how reliable the Date method is in AS3 at returning the actual correct date? For...
  18. Replies
    20
    Views
    3,429

    I understand - when I learned box2d I was also...

    I understand - when I learned box2d I was also completely lost to begin with.

    Unfortunately though nobody is going to be your personal tutor and guide you step by step through the process, and...
  19. Replies
    20
    Views
    3,429

    The is quite amusing. The guy is obviously new...

    The is quite amusing. The guy is obviously new to the whole physics thing, and people here are telling him to write his own physics engine, as if it's straight forward. It's not just about...
  20. Thanks 5T. I tried making it dynamic as you...

    Thanks 5T.

    I tried making it dynamic as you suggested, although it still caused the errors. However, I have now imported all of the required classes (turned out not to be as painful as I thought...
  21. Combining document class with timeline code - help needed please!

    Hi Chaps,

    I have a problem. I've written a game in Flash using timeline code like this:

    On the main timeline:



    stop();
    include "includes/mySourceCode.as";
  22. Replies
    8
    Views
    3,964

    Two words - Net Books. Those tiny little...

    Two words - Net Books.

    Those tiny little things selling in the bucket load mostly have resolutions of 1024x600, so although the width of Flash games is restricted by the portal (700 is the safe...
  23. Replies
    15
    Views
    2,569

    I firmly believe he is carefully reading and...

    I firmly believe he is carefully reading and taking on board everything we say.
  24. Replies
    15
    Views
    2,569

    I don't think the 'basic concept of Flash games'...

    I don't think the 'basic concept of Flash games' can be described by a list of the types of games people have made. But while we're at it, let's not forget puzzle games, driving games, physics...
  25. Replies
    12
    Views
    1,732

    Cool. Internally generated sounds in Flash? How...

    Cool. Internally generated sounds in Flash? How is that achieved?
Results 1 to 25 of 275
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center