A Flash Developer Resource Site

Search:

Type: Posts; User: pablohunny

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    4,148

    @arkitx - Thanks! It took me a while to figure...

    @arkitx - Thanks! It took me a while to figure out what your code does, but I've got it now. It's brilliant, thanks :)
  2. Replies
    5
    Views
    4,148

    (AS3 CS4) Convert String to image name

    function f_choosePhoto(photoNum)
    {
    var photos:Array = ["photo0","photo1","photo2"];

    var path:String = (photos[photoNum]);

    var bdata = new this[path](560, 380);
    var bmp = new...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center