A Flash Developer Resource Site

Search:

Type: Posts; User: tomazws

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. trace(1.09 * 100); //109.00000000000001 ???!?!?! What?!?!?

    If you put:

    trace(1.09 * 100);


    You'll get:

    109.00000000000001
  2. Replies
    1
    Views
    731

    Query Optimization Direction

    Hi, I have a 6000-row table for "products". Let's say I need to select the latest 30 rows to display on the website, the simple query would look like this right?


    SELECT * FROM products ORDER BY...
  3. Replies
    0
    Views
    675

    Sub domain to sub folder DNS help!

    Hi guys,

    I came across this problem...

    How do I use DNS configurations to point a sub-domain to the main-domain's sub-folder?

    Right now, the sub-domain is going to its own account, instead...
  4. Heavy CSS, Javascript website redesign. Please review!

    Hi! I redesigned my website which based heavily on both CSS and Javascript. These are some out of the box design and effects that came to me. It might look cool but it might not be suitable for...
  5. Replies
    11
    Views
    2,182

    Thank you for your comments and suggestions. I...

    Thank you for your comments and suggestions. I will definitely add a light grid to the background!

    As for the scoring, it pulls the previous 200 scores, or the best 200 scores from the database,...
  6. Replies
    11
    Views
    2,182

    AS3 Tetris Game

    Hi everyone! I've created a Tetris game from scratch called StackenBlochen, I've yet to add sound and music to it yet. Please help me review and locate any bugs you find =)

    Link:...
  7. Replies
    7
    Views
    1,679

    I'm not trying to make a spreadsheet, it's just a...

    I'm not trying to make a spreadsheet, it's just a very brief sample I created. I'm just trying to have a DIV with some sort of text inside. If the text is longer than the DIV, the DIV shall scroll....
  8. Replies
    7
    Views
    1,679

    DIV Background Won't Scroll Along

    Works fine in IE6, though in Safari, Firefox, and Opera, the bg inside this div doesn't scroll.... so weird!


    http://www.falanja.com/test.php



    <style type="text/css">
    div {
    width:200px;
  9. Replies
    4
    Views
    2,018

    Thanks :) Hope it's useful.

    Thanks :) Hope it's useful.
  10. Replies
    4
    Views
    2,018

    [F9] Engine Revving Sound Imitation

    My shot on an attempt to imitate vehicle engine revving noises. Coded in AS3, but should be able to achieve the same result with AS2.

    Let me know what you think. I'm not sure if this is the best...
  11. (Site Check) PNGs Filled Halloween Theme Layout

    Hi! I created a Halloween theme for my website. Most of the elements are floating PNG's with alpha transparency, having fun with relative and absolute positioning, etc. Been tested on IE6, Firefox 1,...
  12. Replies
    17
    Views
    2,249

    wow thank you for all your comments! I really...

    wow thank you for all your comments! I really need to look into perfecting the game! I definitely going to write down all the suggestions you guys provided to improve my games!

    Thank you!
  13. Replies
    17
    Views
    2,249

    should i warn people that Quad-Screen setup is...

    should i warn people that Quad-Screen setup is required for this game?

    Thanks everyone for the comments. I guess side scroll just don't have enough space for road-watching-in-advance... Learned a...
  14. Replies
    17
    Views
    2,249

    Yea... Even myself am not sure what's the whole...

    Yea... Even myself am not sure what's the whole goal of this game.

    The reason why I wanted to make this game is because I hate how the current "offroad bike" or the "4 wheel madness" games are too...
  15. Replies
    17
    Views
    2,249

    [F8 Game] Desert Rally - Please review!~

    Hi all!

    I just created a short Flash game about rallying over the desert.... Physics engine based on Alec Cove's. Please review it and let me know what you think!


    Thank you!!!!!


    URL ::...
  16. Replies
    24
    Views
    4,180

    Very well done. I actually enjoyed Tic Tac Toe...

    Very well done. I actually enjoyed Tic Tac Toe for a good 15 minutes =)
  17. Replies
    5
    Views
    725

    Thank you! So far the known problem is IE5....

    Thank you! So far the known problem is IE5. Though, I'm not too sure if I should look into that.
  18. Replies
    5
    Views
    725

    Thanks! BTW, how's Safari 3 compared to 2?

    Thanks! BTW, how's Safari 3 compared to 2?
  19. Replies
    0
    Views
    2,314

    [F8] Open source Flash billiard game (AS2)

    A pool game written with AS2, FLA file saved in Flash8 format.

    Don't think I'll ever gonna finish this. Or that I might eventually going to rewrite the whole thing in AS3 with appropriate classes...
  20. Replies
    5
    Views
    725

    Hi! I Need Browser Check Please!!! =)

    Hey guys! Haven't post in the forum for a quite a while...

    Anyway, I just created a new layout for my website, which.. umm... has this unique feature where the content scrolls and fade into under...
  21. Replies
    13
    Views
    882

    In this case, there would be TWO numbers or ints...

    In this case, there would be TWO numbers or ints (for x, and y), Point clearly is the fastest one of all... wow!

    Yes, I should have thought about creating a test huh! Thanks guys!
  22. Replies
    13
    Views
    882

    better for speed? so now, it's Number vs...

    better for speed?

    so now, it's Number vs Object vs Point......



    var myLocation:Point = new Point(10, 20);
    .
    .
    .
  23. Replies
    13
    Views
    882

    Object vs Number

    Which one is better? I need a variable to remember "x", and "y".....



    var myLocationX:Number = 10;
    var myLocationY:Number = 20;
    .
    .
    .
    .
  24. Replies
    8
    Views
    1,133

    Very nice! It works like a charm! Another...

    Very nice! It works like a charm!

    Another question... Is the above method the best approach for coding "100 cars on the road, each with a different traveling speed"?


    Thanks!
  25. Replies
    8
    Views
    1,133

    above is the exact code. I don't have any visual...

    above is the exact code. I don't have any visual yet. Just wanna test the differences of AS3 and AS2 and came across the above problem....
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center