A Flash Developer Resource Site

Search:

Type: Posts; User: Sparky23

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Thanks. Another solution is to link to save a...

    Thanks. Another solution is to link to save a link here:
    http://board.flashkit.com/board/forumdisplay.php?s=&f=51&page=1&pp=25&sort=lastpost&order=desc&daysprune=100
  2. Replies
    3
    Views
    1,566

    chr() and asc()

    chr() and asc() are no longer built in, so I made these replacements. They worked before, but aren't now. How should I do these in 4.9.8.7?


    global function asc ( String Char ):int
    {
    return...
  3. Replies
    2
    Views
    1,386

    How do I set a Debug breakpoint?

    How do I set a Debug breakpoint?
  4. Replies
    8
    Views
    2,513

    I haven't had much luck getting AS3 FLV players...

    I haven't had much luck getting AS3 FLV players to work. Does anyone have a working 3dfa sample they care to share?
  5. Why are the threads on this forum disappearing?

    Why are the threads on this forum disappearing?
  6. Replies
    4
    Views
    1,771

    I happen to have my video equipment hooked up so...

    I happen to have my video equipment hooked up so I made a short demo. I attached the demo movie, but the video of building it is too big (20mb)- PM me your email and I'll send it.
  7. Replies
    10
    Views
    2,512

    Webdreamer- if you don't understand a post, then...

    Webdreamer- if you don't understand a post, then just don't reply and don't pollute this forum.

    To get started with Waddle Fox, click the 'open' button next to where it says "fox", this will show...
  8. Replies
    4
    Views
    1,389

    Is this a vector mask that will change at...

    Is this a vector mask that will change at runtime, or hundreds of pre-made masks?
  9. Replies
    4
    Views
    1,389

    If these maps are set and don't need to be...

    If these maps are set and don't need to be changed while the movie is running, you might try having multiple paint objects in the mask, and make them visible/invisible to swap them. I've never done...
  10. Thread: clone childs?

    by Sparky23
    Replies
    5
    Views
    1,416

    I don't have an answer, but I have a workaround. ...

    I don't have an answer, but I have a workaround.

    What I did was make the original visible=false, then clone it, then make the original visible again. See attached, it works in Flash8, but not...
  11. Replies
    11
    Views
    2,374

    I looked at it, but I can't follow the program,...

    I looked at it, but I can't follow the program, in fact I can't even find the cloning script. Can you simplify the example and cut it down to just a simple clone?
  12. Replies
    2
    Views
    1,102

    Adding to that: when I upgrade, should I...

    Adding to that: when I upgrade, should I uninstall the old versions?
  13. Replies
    22
    Views
    4,944

    There is no sample website under "samples"...

    There is no sample website under "samples" because the whole 3dfa website was built with 3dfa. In the 3dfa menu, look under 'Samples | Animation | 3dfa website'.
  14. Replies
    3
    Views
    2,587

    How do I set centerX and centerY outside of...

    How do I set centerX and centerY outside of script? If I do it in script, the exported movie is non-responsive, I assume because it hit and error and stopped running.

    Is there a way to put line...
  15. Replies
    3
    Views
    2,587

    Preview != Exported

    4.9.7.9
    When I export, the following are different:
    Scripting this.x and this.y within a child movie puts it in a different, seemingly random places.
    Calling childMovie.hide() does not hide it, in...
  16. Replies
    5
    Views
    3,099

    This need help with this one.

    This need help with this one.
  17. Replies
    5
    Views
    3,099

    Ok. Where would the mask go? The samples show...

    Ok. Where would the mask go? The samples show how to mask other elements, but I need clipping for this.graphics.drawStuff, with 'this' being a small movie within the main movie. Do I create a mask...
  18. Replies
    5
    Views
    3,099

    Clipping graphics of child movies

    Is there a way to clip the graphics of a child movie? I want to draw a circle that runs over the edge of the movie and I want only the part inside the movie to show up. The actual function is more...
  19. Replies
    1
    Views
    1,130

    this.graphics.lineStyle (1, 0x000000);...

    this.graphics.lineStyle (1, 0x000000);
    this.graphics.drawCircle ( this.width * Math.random(), this.height * Math.random(), Radius);

    I don't think there is a circle object. The first line here...
  20. Replies
    12
    Views
    2,926

    Hmmm... well I'm pretty much stuck until I can...

    Hmmm... well I'm pretty much stuck until I can get the mouse to work.
  21. Replies
    12
    Views
    2,926

    I couldn't get that movie to do anything, even in...

    I couldn't get that movie to do anything, even in flash9.

    I won't be dragging and dropping objects. I just need to keep track of the mouse position as it moves, clicks, and releases. The problem...
  22. I don't think you have your vocab squared away...

    I don't think you have your vocab squared away here. My sample does not have an Editbox in it.
  23. No problem. See attachment.

    No problem. See attachment.
  24. Replies
    1
    Views
    1,167

    Easy way to change graphic layout?

    Is there a way to link paint objects together so they use similar color schemes? I want to change the color scheme of a rather large movie and I'd rather not go into each paint object and change the...
  25. Replies
    2
    Views
    1,442

    Bitmap Raster Operations

    Is there a way to combine bitmaps ala the windows api bitblt function? It can do AND, OR, XOR, etc.

    http://msdn2.microsoft.com/en-us/library/ms532278.aspx
Results 1 to 25 of 55
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center