A Flash Developer Resource Site

Search:

Type: Posts; User: Leo@gravisphere.com

Page 1 of 6 1 2 3 4

Search: Search took 0.12 seconds.

  1. Button work fine in PC but no response in MAC

    Hi all

    I got a Button work fine in PC but no response in MAC.
    my button hv these code:



    on (rollOver) {
    gotoAndPlay(2);
    }
  2. Replies
    6
    Views
    631

    got same problem here, someone help!PLZ~~~! I...

    got same problem here,
    someone help!PLZ~~~!

    I got a clip like this
    http://gravisphere.com/temp/p1.swf

    but if I add this code


    var my_color:Color = new Color(myMC);
  3. Problem about Color.setTransform

    Hi all,
    I got some problem when I using setTransform();

    I got a clip like this
    http://gravisphere.com/temp/p1.swf

    but if I add this code


    var my_color:Color = new Color(myMC);
  4. Replies
    31
    Views
    2,506

    :) Just do sth in red...

    :)
    Just do sth in red...
  5. Replies
    1
    Views
    661

    Need a equation, Thz!!

    as the pic I attached,
    if <X is given, how can I get the x,y of A and B,
    center is 0,0
  6. Replies
    11
    Views
    771

    Happy Chinese New Year!

    Happy Chinese New Year!


    http://board.flashkit.com/board/images/ieimages/2004/01/1.jpg
  7. Replies
    0
    Views
    654

    Happy Chinese New Year!

    Happy Chinese New Year!


    http://board.flashkit.com/board/images/ieimages/2004/01/1.jpg
  8. Happy Chinese New Year!(my new chinese fonts)

    Happy Chinese New Year!


    http://board.flashkit.com/board/images/ieimages/2004/01/1.jpg
  9. Replies
    0
    Views
    284

    Happy Chinese New Year!

    Happy Chinese New Year!

    http://gravisphere.com/Evil_New_Year/

    http://gravisphere.com/gallery/other/ENY_s.jpg
  10. Re: Flash Chatroom Launched, Please Report Any Bug,Thank You!

    PHP & MS ACCESS
  11. Flash Chatroom Launched, Please Report Any Bug,Thank You!

    Flash Chatroom Launched, Please Report Any Bug,Thank You!
    http://gravisphere.com/PVC/
  12. Am I able to change the path of the MC?

    e.g

    _root.MC1
    move to
    _root.MC_a.MC_b.MC_c.MC1
  13. Replies
    0
    Views
    605

    How to swap a existing MC?

    How can I do if that is a MC,not a linkage?

    e.g.

    _root.a.b.c.d.e
    swap with
    _root.skin.sk1.e
  14. Replies
    14
    Views
    641

    That how can I do if that is a MC,not a linkage?...

    That how can I do if that is a MC,not a linkage?

    e.g.

    _root.a.b.c.d.e
    swap with
    _root.skin.sk1.e
  15. Replies
    5
    Views
    650

    I am got same question! however, because of the...

    I am got same question!
    however, because of the new images is load from other swf, In this case how can I do?

    e.g.

    _root.a.b.c.d.e
    swap with
    _root.skin.sk1.e
  16. Replies
    54
    Views
    4,112

    Just a DHTML Layer... Nothing special...

    Just a DHTML Layer...
    Nothing special...
  17. Replies
    1
    Views
    648

    I have made some wallpapers and I am going to...

    I have made some wallpapers and I am going to submit to some wallpaper download site, but I have no idea which is good to do this,I mean it is well-known and ez to submit.

    Dose anyone could give...
  18. Hong Kong

    Hong Kong
  19. Replies
    9
    Views
    988

    I know one impovement is F5 hitTest() is reture...

    I know one impovement is F5 hitTest() is reture false when the MC's _visible = 0,but it is reture true in MX.
  20. We can two-way audio and video in FMX! That mean...

    We can two-way audio and video in FMX!
    That mean we could have a real "Chat" room in coming future!
    However,I start to feel that a lot of new feature in FMX is depend on server side support.
    That...
  21. HAHA...:D Yeah...That alway make me feel...

    HAHA...:D
    Yeah...That alway make me feel inconvenience and I never concerned would it improved in new version.
    Thanks for notice~:)
  22. Replies
    6
    Views
    554

    :D I get it!Thanks!!!! onClipEvent (load) { ...

    :D I get it!Thanks!!!!

    onClipEvent (load) {
    point = new Object();
    }
    onClipEvent (enterFrame) {
    point.x = 0;
    point.y = 0;
    localToGlobal(point);
    }
  23. Replies
    6
    Views
    554

    sorry,I still couldn't... point = new...

    sorry,I still couldn't...


    point = new Object();
    point.x = this._x;
    point.y = this._y;
    localToGlobal( point );
    if (!_parent.wall.hitTest(point.x,point.y, true)) {
    _y = _y-5;
    }
  24. Replies
    6
    Views
    554

    OH I see, is it mean I have to set...

    OH I see,
    is it mean I have to set localToGlobal()?
  25. I also thinking about it. Is FMX could write...

    I also thinking about it.
    Is FMX could write file or it could send the data which received to any server's service?
    Else,what can we do after collect the data from CAM and MIC?
    Just for fun???
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center