A Flash Developer Resource Site

Search:

Type: Posts; User: stupid1

Search: Search took 0.04 seconds.

  1. When drawing motion paths how do I merge two lines together?

    I'm drawing a motion path and I'm drawing it piece by piece. Each time I draw part of the path it creates a new shape which basically acts like its own layer. This is a problem because the motion...
  2. I fixed this by stretching out the image into a...

    I fixed this by stretching out the image into a circle and doing a 5 degree rotation tween on each frame, and then resizing the mc's container
  3. [RESOLVED] Need advice for smoothing animation

    I have an animation of a roulette wheel which is composed of about 100 jpg images. Its a 3d perspective so I don't have many options as far as tweening goes.
    Each frame is an image with appx 4...
  4. AS 2 Resolved. I couldn't find a function, just used...

    Resolved. I couldn't find a function, just used and/or operators to reduce the string.
  5. AS 2 [RESOLVED] Searching for patterns with a wildcard

    I've searched around with no luck. I'm looking for the equivalent of fnmatch() in php.

    I have a string of 5 numbers like this: 11346
    My script tries to find any three digits in a row. This is...
  6. Replies
    0
    Views
    1,302

    isometric a star pathfinding

    Hi guys,
    I’m after an isometric pathfinding script

    I'm looking for something like this, but with pathfinding:
    http://www.gotoandplay.it/_articles/2004/02/tonypa_p23.php

    I'm doing this in...
  7. Replies
    2
    Views
    2,032

    AS 2 Getting the instance name of mouseover'd mc

    I'm trying to trace the instance name of a movieclip when I roll over it with the mouse. I have a grid of 2500 dynamically-created mc's so I don't want each mc to have its own onRollOver function for...
  8. Replies
    1
    Views
    1,003

    solved it by trial and error: I changed newmc =...

    solved it by trial and error:
    I changed
    newmc = attachMovie(aNum[0], aNum[1], aNum[3]);

    to

    newmc = attachMovie(this[aNum][0], this[aNum][1], this[aNum][3]);
  9. Replies
    1
    Views
    1,003

    Using variables to target an array

    Its easier explained if I just write down the code:

    function loadMc(frame:Number){
    aNum = "array"+frame;
    array1 = ["mcname", "identifier", "200"];
    array2 = ["blah", "blah", "blah"];
    newmc =...
  10. Replies
    2
    Views
    1,242

    Flash8 perfect, thanks!

    perfect, thanks!
  11. Replies
    2
    Views
    1,068

    That's ultimately what I ended up doing; keeping...

    That's ultimately what I ended up doing; keeping the emptymc on all needed frames and setting its visibility to 0.
    Thanks for the reply.
  12. Flash8 Possible to open actions pane into new window?

    Is it possible to open the actions frame in a new window(flash pro 8)?
    Its a dumb question, yes, however google has been of little help since all of the results are about opening a new browser...
  13. Replies
    2
    Views
    1,242

    Flash8 Possible to open actions into new window?

    Seems like a dumb question, though google has been of little help.
    I'm using flash 8, I'm tired of having one monitor share the timeline, stage, actions and properties window. I'd like to detach my...
  14. Replies
    2
    Views
    1,068

    loadMovie mc keeps unloading

    I've searched around with no luck, perhaps someone can clarify this.

    I load my external image into emptymc which is inside mc_container:
    loadMovie("myimage.jpg", mc_container.emptymc); //placed...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center