A Flash Developer Resource Site

Search:

Type: Posts; User: Bzdero

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    846

    Yes, if the topmost object is button, or even...

    Yes, if the topmost object is button, or even movie clip with assigned button actions. You can disable hand pointer if you want.
  2. In my oppinion best and fastest way to do this...

    In my oppinion best and fastest way to do this would be to draw transparent button above map area (and group map with button if neccesary).
  3. You don't have to use hittest! I think it would...

    You don't have to use hittest! I think it would be easier to calculate just mouse x and y position: when you leave to the left with mouse cursor _root._xmouse becomes 0 and when you leave to the...
  4. Thread: Load

    by Bzdero
    Replies
    2
    Views
    360

    If you want image to show completly before...

    If you want image to show completly before preloader stars you will have to make preloader for your image (does not have to be anything visible), because image can't show before it's loaded.
  5. Thread: Credits?

    by Bzdero
    Replies
    2
    Views
    445

    Well, it depends of type of movie/game you made....

    Well, it depends of type of movie/game you made. I would say that this may look impresive: blood is flowing from the top of the movie and forming letters, and then dissapearing at the bottom. But it...
  6. Replies
    2
    Views
    352

    Don't be nervous!!!

    Don't be nervous!!!
  7. Replies
    2
    Views
    473

    It looks to me like your file i downloaded is...

    It looks to me like your file i downloaded is working perfectly. Am i missing something here?
  8. Thread: preloader q

    by Bzdero
    Replies
    2
    Views
    476

    No, you can't loop one frame, but you can stop...

    No, you can't loop one frame, but you can stop that root frame and put your code on movie clip's onEnterFrame action.
  9. Replies
    11
    Views
    1,135

    I am sure that it won't be hard in Visual basic...

    I am sure that it won't be hard in Visual basic to remove "about". I have done it in Delphi (wich I higly recomend) by using application events component.
    Is there similar component in VB?
  10. Thread: Mouse Coords.

    by Bzdero
    Replies
    5
    Views
    912

    I don't beleive that it is possible to do it...

    I don't beleive that it is possible to do it inside flash alone. For something like that you should get some third party tool or include flash activeX inside some other application development tool...
  11. Replies
    2
    Views
    1,198

    It should go like this: if...

    It should go like this:
    if (_root.clip1._x==35)and (_root.clip1._y==75)
    And so on...
    Usualy the problem with this part of code is that the clip is not on actual integer (34.8), so it would be...
  12. Thread: Blurry Text

    by Bzdero
    Replies
    1
    Views
    960

    Yes, there is several ways of doing it. First,...

    Yes, there is several ways of doing it.
    First, you can select "use device fonts" in text properties. That way font will be sharp, but user will see the same font as you created only if he has that...
  13. Replies
    3
    Views
    331

    getURL("www.blabla.com", "_blank"); • _self...

    getURL("www.blabla.com", "_blank");
    • _self specifies the current frame in the current window.
    • _blank specifies a new window.
    • _parent specifies the parent of the current frame....
  14. Replies
    2
    Views
    307

    Why don't you use two (or more) different shared...

    Why don't you use two (or more) different shared files? I never tried it, but I think it should work!
  15. Replies
    2
    Views
    304

    Layers have nothing to do with scripting and...

    Layers have nothing to do with scripting and loading frames, you can not control them by actionscripting. You need to know what movie or level you loaded your movie into to control it.
  16. Replies
    1
    Views
    376

    Yes, it is. You just need to create subdirectory...

    Yes, it is. You just need to create subdirectory called "fscommand", and put this code on your button: //on (release) {
    fscommand("exec", "run.exe");
    }// Change run.exe with name of your...
  17. Thread: help

    by Bzdero
    Replies
    2
    Views
    331

    When you use getUrl on your music file it depends...

    When you use getUrl on your music file it depends of your servers capabilities will it play streaming music or download music file. Also, if user plays streaming file it depends if it has installed...
  18. Thread: Dynamic Mask

    by Bzdero
    Replies
    2
    Views
    397

    Your mask has to be above image. Change depth of...

    Your mask has to be above image. Change depth of your mask to number higher that images.
  19. Replies
    7
    Views
    580

    What is that on the photo? Reward for one who...

    What is that on the photo? Reward for one who solves your problem ?
  20. No, there isn't another way.

    No, there isn't another way.
  21. Thread: Selection Box

    by Bzdero
    Replies
    5
    Views
    1,176

    Here is basic example how to do it. It only works...

    Here is basic example how to do it. It only works if you move your mouse from left to right and up to down. Try to make it functional yourself.
  22. Replies
    10
    Views
    512

    No, you set your variables wrong. You have to set...

    No, you set your variables wrong. You have to set it:

    _root.variable1 = "value";

    When you use set(something), you declare variable name as expression itself.
  23. Replies
    2
    Views
    459

    Puting dinamicly created movie clip to library is...

    Puting dinamicly created movie clip to library is pointless, because what you do with attaching movie from library you can do in several other ways with dinamicaly created movie clip (duplicating,...
  24. Replies
    1
    Views
    309

    _root.stop() stops main timeline and...

    _root.stop()
    stops main timeline and
    _root.play()
    plays it
  25. I have good and bad news. Good news is that you...

    I have good and bad news. Good news is that you can do it, and bad news is that you can't do it free. There are several third party tools, but i recomend www.flashants.com
Results 1 to 25 of 488
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center