A Flash Developer Resource Site

Search:

Type: Posts; User: TheHarvesteR

Search: Search took 0.03 seconds.

  1. Finally solved this problem... here's how, just...

    Finally solved this problem... here's how, just for the sake of adding to humankind's knowledge of Flash's weirdnesses...

    A mask layer will reset it's masked object's properties on each keyframe....
  2. Ok, foud the source of the issue... It's not...

    Ok, foud the source of the issue... It's not about instances resetting themselves... It's the mask layer :o

    The face holder is behind a masking layer to keep the face image inside it's space...
  3. Replies
    1
    Views
    1,101

    Well, your 'muv' clip isn't actually moving......

    Well, your 'muv' clip isn't actually moving... What's driving it is the motion tween you gave it (your clip is 'under' the tween).

    Calling stop on your movieclip won't do much good... You'd have...
  4. objects on timeline reset themselves on loop

    Hello again,

    I've got an annoying problem...

    I have a character whose face I'm trying to change. The face is a Bitmap object that gets loaded at runtime and placed into the characters face...
  5. Well, just to follow up: Solved my issue by...

    Well, just to follow up:

    Solved my issue by another route.

    The shapes I wanted to split were under an IK armature, so my initial guess was that to edit them, I'd first have to convert the...
  6. Splitting animated shapes onto separate layers

    Hello,

    I hope this is possible, as it would save me an enourmous deal of most precious time.

    Here's what I'm trying to do:

    I'm doing some animated characters (I'm on CS5), and I'm trying to...
  7. I got it!! after (a lot) more searching through...

    I got it!! after (a lot) more searching through forums, I came across one guy who knew the answer! Thanks man!

    Here's how, just for documenting's sake:

    The 3Ds Max Collada exporter for some...
  8. SOLVED :: Importing animated Collada models from 3Ds Max into Papervision error

    Hello,

    I'm working on an Augmented Reality project that requires an animated 3d model to be displayed...

    I've managed to far to get all the AR marker dectection and whatnot working, but I've...
  9. oh, I thought there already was a trial of Flash...

    oh, I thought there already was a trial of Flash CS5 available... apparently there isn't :P

    Anyways... I'm going on with developing this thing as it is... the preview window runs just fine, so I...
  10. Flash CS4 preview player has better performance than standalone??

    Hello again,

    Well, I'm working on a Flash app that, although heavy by itself, performs rather well in the Flash preview (on Ctrl+Enter)

    The trouble is that when I run my app by itself, thus on...
  11. Normally what I do is create a static reference...

    Normally what I do is create a static reference to the document class (which i usually call Main)


    public class Main extends MovieClip
    {
    public static var fetch:Main; //fetch is a static...
  12. Ok, I've narrowed it down to a scaling problem......

    Ok, I've narrowed it down to a scaling problem...

    When set to not scale nor contrain aspect ratio, the loaded swf comes up fine and does respect the rotation... the problem then lies in scaling...
  13. Yeah, me neither... but I figured it would be...

    Yeah, me neither... but I figured it would be easier than doing it by code...

    apparently not huh?

    Anyways... I'm worried this might happen also if loading it by code... not to mention that my...
  14. Hi, thanks for the quick reply. they were...

    Hi, thanks for the quick reply.

    they were being added to stage indeed... now I set them to be added to the instance...

    but now something weird is happening... even though the loader is set to...
  15. Loaded Swf doesn't respect local space

    Hello,

    I'm having a little trouble with an swf i'm trying to load into another...

    Here's the story: I made a particle generator that spawns bubbles... the particle spawner is a movieclip and...
  16. Replies
    3
    Views
    411

    problem solved :D turns out it was the onLoad...

    problem solved :D

    turns out it was the onLoad event that was messing things up... i believe it wasn´t calling any functions on that event because the site is called from the loader swf... i might...
  17. Replies
    4
    Views
    379

    if you call the function with the onRelease...

    if you call the function with the onRelease event, the script will only run once... there are a couple of solutions to this

    you could call a function from the onRelease event like in the post...
  18. Replies
    3
    Views
    411

    oh and some more information: -the swf file is...

    oh and some more information:

    -the swf file is on the same folder as the HTML page on the server...
    -the swf works fine when called from the FTP server
    -the big pictures and the text pages are...
  19. Replies
    3
    Views
    411

    [F8] Problems with LoadMovie

    hello...

    im designing a website using Flash 8, and have stumbled into a little problem...

    the site has a picture gallery with small thumbnails that load the larger photos when clicked...

    to...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center