A Flash Developer Resource Site

Search:

Type: Posts; User: EvLSnoopY

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,043

    CS3 Have you lowered your asset's display qualities...

    Have you lowered your asset's display qualities to low or medium? Also, look into code optimization. Is there any code in your project that you could cut out or shorten?
  2. Replies
    5
    Views
    23,947

    Yes you have to deactivate your license before...

    Yes you have to deactivate your license before you transfer the software to another computer.
  3. Replies
    5
    Views
    14,881

    Haha np man. I'm glad to have helped!

    Haha np man. I'm glad to have helped!
  4. Replies
    4
    Views
    19,621

    Hopefully this battle turns out to be a great one.

    Hopefully this battle turns out to be a great one.
  5. Replies
    2
    Views
    831

    Flash8 I have a tutorial on my blog about this:...

    I have a tutorial on my blog about this: JynxStudio
  6. Replies
    5
    Views
    14,881

    Normally when I want to clear the children I do...

    Normally when I want to clear the children I do the following:


    if (numChildren > 0) {
    removeChildAt(0);
    }
  7. Replies
    7
    Views
    8,331

    Have you tried this yet? Example: ...

    Have you tried this yet?
    Example:


    addEventListener(MouseEvent.CLICK, rotateListener, false, 0, true);

    function rotateListener(e:MouseEvent):void {

    yourMovieClip.rotation += 45;
    }
  8. Why don't you make TextFields underneath each of...

    Why don't you make TextFields underneath each of the buttons and put the coresponding text in the TextFields. Then set the Visibility properties for the TextFields to false. Afterwards, set up an...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center