A Flash Developer Resource Site

Search:

Type: Posts; User: brp002

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,140

    What is the best swf decompiler

    I am interested in finding a good swf to fla converter. I would love a trial version that lets me actually see the action script.

    Any thoughts?
  2. Replies
    0
    Views
    1,016

    Changing Integer to Hex Issues

    Ok so I am really new to action script but not sure why this would not work.

    var blah = 48387;
    var blah2 = blah.toString(16);
    var blah3 = blah2.toString(16);
    trace(blah)
    trace(blah2)...
  3. Replies
    2
    Views
    1,350

    Ok so I kind of got it. var i:Number =...

    Ok so I kind of got it.

    var i:Number = Math.floor(Math.random() * 3) + 1;
    var mcname:String = "images/good" + i + ".gif";

    This works when I trace it.... But now I am loading this into my...
  4. Replies
    2
    Views
    1,350

    New To Action Script - Random # generator

    So I am new to flash and totally confusing php syntax and other syntax when trying to join together variables with static strings.

    Here is my code below.


    var ranimage = "images/good";
    var...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center