A Flash Developer Resource Site

Search:

Type: Posts; User: H.Stony

Search: Search took 0.09 seconds.

  1. look this is...

    the number is:
    if (Key.getCode(40)){
    //do anything
    }
    and if you write:
    if (Key.isDown(40)) {
    //do anything
    }
    it is incorrect!
    you could write :
  2. Replies
    4
    Views
    443

    i could send you a tutorial (*fla)

    If it don't work i could send you the fla!
    What's your email?
  3. Replies
    4
    Views
    443

    this is really easy

    you have to open the Objekt-Action of the movieclip with the bitmap!
    Then enter the code:
    onClipEvent (enterFrame){
    this._alpha=_alpha++;
    }
    but you can also do it without any code!
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center