A Flash Developer Resource Site

Search:

Type: Posts; User: jonmack

Page 1 of 20 1 2 3 4

Search: Search took 0.33 seconds.

  1. Replies
    5
    Views
    772

    Hi Charlie_says, You can't have an angle...

    Hi Charlie_says,

    You can't have an angle between only 2 points in 3D space. They make a line, not an angle; You need at least 3 points for that. If you just want individual angles relative to...
  2. Replies
    8
    Views
    2,459

    Senocular, do you have an AS3 language syntax...

    Senocular, do you have an AS3 language syntax file for SciTE? Would you mind sharing it?
  3. Replies
    5
    Views
    472

    Well, a single run of each is going to yield...

    Well, a single run of each is going to yield identical results, virtually 100% of the time. You really need to loop over the exact thing you're interested in many times (1000's at least). Try only to...
  4. Replies
    17
    Views
    921

    Just a quick word of warning, because it looks...

    Just a quick word of warning, because it looks like you're using AS1.0 (If you're not, and it's lazy AS2 you might get away with it, not sure) but this type of code caused me many headaches:


    Map...
  5. Replies
    6
    Views
    726

    Classic optimisation - get rid of the square root...

    Classic optimisation - get rid of the square root function if you don't care what the distance is, just which is closest. You don't really need any of the Math functions to be honest, certainly don't...
  6. Replies
    6
    Views
    1,084

    Haha! Cheers mate, nice to know someone is...

    Haha! Cheers mate, nice to know someone is watching. Blame the World Cup and me getting a new hard drive for the recent lack of updates... :rolleyes:

    Orkahm52:

    Waypoints are nice and simple...
  7. Still checking the boards from time to time :)...

    Still checking the boards from time to time :) Fixed the problem with cars getting stuck inside each other ages ago. Just working on cars hitting solid objects now strangly enough (...finally!...
  8. Hahaha, i just want to thank you guys for the...

    Hahaha, i just want to thank you guys for the funniest thing i'll see all month, and it's only the 1st day! Absolutely hillarious :thumbsup:

    Uh.. I mean.. u R t3h Roxxors !11 elventy!1! bbq!
  9. Replies
    4
    Views
    533

    It's because the loop variable i does not exist...

    It's because the loop variable i does not exist inside the instance onRollOver scope, only in the RunBubble function scope.

    I think you could attach vars, like _root["BubbleArray"+i].id = i; and...
  10. Replies
    10
    Views
    615

    Not a bad start OpethRockr55. Took me ages to get...

    Not a bad start OpethRockr55. Took me ages to get my head around SAT, but once you understand it, it's pretty simple :)

    I'm doing similar stuff for flashracer if you're interested. What I am doing...
  11. By storing the data on the computer you would...

    By storing the data on the computer you would have measured it. It's not the viewing of the numbers by a human eyes that collapses the waveform, it's the act of measuring it. You can never predict...
  12. Replies
    26
    Views
    2,337

    Aargh, i totally forgot about getting back to you...

    Aargh, i totally forgot about getting back to you via PM didn't I Vengeance! Sorry about that mate, Christmas kinda got in the way...

    Anyway, this game is coming along nicely since last I played...
  13. Replies
    37
    Views
    2,588

    Wow, just tried the 06 Alpha version. Very nice...

    Wow, just tried the 06 Alpha version. Very nice so far. OK, the GUI sucks, but the workings are there! I hadn't tried this myself since I only have 256MB RAM right now, and the figures of ~1GB scared...
  14. Replies
    29
    Views
    1,552

    This is looking really sweet Snipergen. Last...

    This is looking really sweet Snipergen.

    Last time I checked flade out, they didn't have any functionality to attach graphics to the particle constructs. Did you do that yourself? If so, would you...
  15. Replies
    26
    Views
    1,779

    Hmm... it's not working for me at all! :( I...

    Hmm... it's not working for me at all! :(

    I just get a black screen at the start. I can right-click, then get to the main menu that way though. But clicking play just shows some mountains and...
  16. Replies
    23
    Views
    4,061

    Hi Orkahm52. It's a bit confusing, like Ray...

    Hi Orkahm52.

    It's a bit confusing, like Ray Beez said.

    Is the server up at all? I tried with random10122, and we couldn't see each other or get a game working. If we did get it to work, I...
  17. Replies
    32
    Views
    10,973

    It was, but not as bad as my comrades one... ...

    It was, but not as bad as my comrades one...



    *groan* :D and he thought he got away with it...

    Thanks for the nice comments leason. We do plan to have slightly different cars, probably...
  18. Replies
    5
    Views
    483

    Oh! :( You did eveything right... explained the...

    Oh! :( You did eveything right... explained the game, told us what was soon to be done, and politely asked for feedback. Then you hit us with a ZIP file :o

    And a 5 MB zip file at that. That'll...
  19. Replies
    11
    Views
    2,323

    Come on guys... try to be a little nicer to each...

    Come on guys... try to be a little nicer to each other ;)

    Remember, you can only find something if you know what to look for! A lot of that type of physics is called "reverse kinematics", or...
  20. Replies
    29
    Views
    1,552

    That is really nice actually. I'd love to see it...

    That is really nice actually. I'd love to see it with multiple dolls, see how many it can handle at once. I especially like how the body comes to rest - it's very easy for these kinds of things to...
  21. Replies
    32
    Views
    10,973

    Continued thanks for the input. We are jotting...

    Continued thanks for the input. We are jotting these ideas down on our TODO list!



    Tom wrote the tile-engine. It's just standard gotoAndStop stuff, with a nifty "3 layers in 1" kind of thing....
  22. Replies
    32
    Views
    10,973

    Thanks for the feedback so far. There seems to...

    Thanks for the feedback so far.

    There seems to be an overwhelming majority that the game is too slow paced for a racing game. We have actually increased the engine power and reduced rolling...
  23. Replies
    32
    Views
    10,973

    [ alpha ] - Flash Racer Tech Demo!

    For a more detailed announcement and past development details, please see this corresponding blog post, cheers.

    Flash Racer!

    A very long time in the making, random10122 (tom) and I (jon) have...
  24. Replies
    2
    Views
    1,367

    So you have been trying to solve Bezier equations...

    So you have been trying to solve Bezier equations directly?

    Is there some reason why you can't find the coordinates of the unknown vertices by geometry? A tiny bit of vector maths and trigonometry...
  25. Replies
    41
    Views
    2,532

    I appologise if I've skimmed over this rather...

    I appologise if I've skimmed over this rather long thread somewhat, I don't normally do this and then reply. But I just wanted to mention the wiki (see my sig.)

    Remember the Squize, mbenney, et al...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center