A Flash Developer Resource Site

Search:

Type: Posts; User: savagelook

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    3,896

    Away3D People, Places, and Tutorials

    http://savagelook.com/blog/away3d/away3d-people-places-and-tutorials

    Away3D has been my 3d engine of choice and I thought I'd make the learning curve a little less steep for others. Here's a...
  2. Displaying JPEGs with higher bit depths

    I'm working on a medical imaging application and was wondering if there is a way to display 12-bit per pixel JPEGs in flash/as3? I'm assuming I'll have to convert the image into a more flash...
  3. Replies
    3
    Views
    2,128

    The HelloWorld.as example in the distributions...

    The HelloWorld.as example in the distributions makes reference to userData sprites that are defined in the accompanying HelloWorld.fla, at least thats how it is as of v2.1a
  4. Replies
    3
    Views
    2,128

    Box2D HelloWorld with no FLA

    I recently did a quick demo on my site of Box2D (Box2DFlashAS3) with source code. Its basically just the HelloWorld example from the v2.1a distribution, but with a few tweaks. The most notable is...
  5. Have you set a frame rate for the entire project?...

    Have you set a frame rate for the entire project? Is it possible somewhere in your code or project that the frame is getting altered?
  6. Replies
    3
    Views
    735

    First off, store those MovieClips in some kind of...

    First off, store those MovieClips in some kind of collection to make this alot easier to look at, and alot less error prone:


    var clips:Array = new Array();...
  7. Replies
    6
    Views
    12,805

    Here's 2 examples using Away3D for rendering and...

    Here's 2 examples using Away3D for rendering and jiglib for physics:

    http://active.tutsplus.com/tutorials/3d/throwing-dice-with-the-jiglib-physics-engine-and-away3d/
    ...
  8. Replies
    2
    Views
    434

    easy: counter.text_counter.text =...

    easy:

    counter.text_counter.text = Number(count) + Number(counter.txt_counter.text);

    You may have to wrap the whole right side in a String(), but I don't think you do.
  9. Replies
    2
    Views
    2,011

    Check out http://wonderfl.net/c/13um Its very...

    Check out http://wonderfl.net/c/13um

    Its very cool, dynamic water drop effect with full source code.
  10. Replies
    1
    Views
    790

    Adobe Swatch Exchange (ASE) Loader

    http://savagelook.com/blog/actionscript3/adobe-swatch-exchange-ase-files-in-as3

    You can use it to download and parse into an object the ASE files from sites like Kuler or ColourLovers, for those...
Results 1 to 10 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center