A Flash Developer Resource Site

Search:

Type: Posts; User: Areslee

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    963

    no word to say……

    no word to say……
  2. Replies
    7
    Views
    3,401

    MX this is the code in "bow" mc: onClipEvent (load)...

    this is the code in "bow" mc:
    onClipEvent (load) {
    var dx = 0;
    var dy = 0;
    var arg = 0;
    var gapcount = 60;
    var gap = false;
    }

    onClipEvent (enterFrame) {
  3. Replies
    7
    Views
    3,401

    MX this is the code in "arrow" mc: onClipEvent...

    this is the code in "arrow" mc:
    onClipEvent (load) {
    if (this._name != "arrows") {
    var arg = this._rotation*Math.PI/180;
    var vx = Math.cos(arg)*20;
    var vy = Math.sin(arg)*20;
    var shoot...
  4. Replies
    7
    Views
    3,401

    MX OK.I'm sorry for breaking the rules! I just...

    OK.I'm sorry for breaking the rules!
    I just don't konw how to attach file in this forum.
  5. Replies
    7
    Views
    3,401

    MX HI! I made a file which is exactly you wanted a...

    HI!
    I made a file which is exactly you wanted a few days ago. If you are interested,msg me.
  6. Replies
    1
    Views
    1,652

    Flash5 HI! the picture can't show....

    HI!
    the picture can't show.
    ----------------------------------------------------------------------------
    my ICQ number is 640099433.you can add me,and i will try my best to help you.
  7. Thread: Help!

    by Areslee
    Replies
    4
    Views
    604

    ok. my icq number is aresleecool@gmail.com you...

    ok.
    my icq number is aresleecool@gmail.com
    you can add me,and i can translate for you.
    and I am trying to make a example.
    -------------------------------------------
    PS:The language is Chinese.
  8. Replies
    5
    Views
    2,775

    Sorry,my English is not fluent....

    Sorry,my English is not fluent.
    ---------------------------------------------------------
    HI!
    The answer of your question is:yes you can!
    I provide an ideal:
    1.every buttons have two state "tab...
  9. Thread: Help!

    by Areslee
    Replies
    4
    Views
    604

    HI! I find a tutorail which just you need.and...

    HI!
    I find a tutorail which just you need.and this is the link:
    http://www2.flash8.net/teach/7920.htm
  10. Replies
    1
    Views
    837

    HI! if you want modify this game ,it's easy!...

    HI!
    if you want modify this game ,it's easy! because you can use the code of this game,
    and the code contains the effect which you described.
    so,what's your problem?
  11. Replies
    3
    Views
    647

    Flash8 continue and skip buttons put in frame 80,then if...

    continue and skip buttons put in frame 80,then if you press repeat button the frame go to 81? so you can't see the skip button,all right?
  12. Replies
    3
    Views
    647

    Flash8 can you paste the code which in the repeat button?

    can you paste the code which in the repeat button?
  13. Replies
    13
    Views
    1,532

    OK!this is the link!...

    OK!this is the link!
    http://www.mediafire.com/?iba714j201i13q7
    any problem,tell me!
  14. Replies
    13
    Views
    1,532

    sorry,my English is not good.I don't understand...

    sorry,my English is not good.I don't understand what you mean.
    this is my code on scene1 frame1:

    mc1_state = "normal";
    function onEnterFrame() {

    if (_root.mc2.hitTest(_root.mc1)) {...
  15. Replies
    10
    Views
    1,482

    this is my code: var arg =...

    this is my code:
    var arg = this._rotation*Math.PI/180;
    var vx = Math.cos(arg)*20;
    var vy = Math.sin(arg)*20;
    vy += 0.5;
    this._rotation = Math.atan2(vy, vx)*180/Math.PI;
    this._x += vx;
    this._y...
  16. Replies
    10
    Views
    1,482

    some days before,I made a example just like you...

    some days before,I made a example just like you want. I will paste the core code later.
    ------------------------------------------------------------------------------------
    Sorry,my English is not...
  17. Replies
    13
    Views
    1,532

    I made a example.But, how can I send files to you?

    I made a example.But, how can I send files to you?
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center