A Flash Developer Resource Site

Search:

Type: Posts; User: ancide

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    592

    Thanks for the help. I kinda missunderstood a lot...

    Thanks for the help. I kinda missunderstood a lot of stuff ^^ That's why you got confused when I tried to explain. I think I solved it now. Thanks again
  2. Replies
    5
    Views
    592

    Ok, alpha was an bad example. Because I can just...

    Ok, alpha was an bad example. Because I can just change the alpha of the movieclip. What I really need to do is to change the sprites fill colour, that's why I need to acces the sprite itself and not...
  3. Neither does it work in FF in XP.

    Neither does it work in FF in XP.
  4. Replies
    5
    Views
    592

    Eventlistener to sprite in loop?

    Ok, I have a loop which loops out 10 empty movie clips and then adds 10 sprites inside those movieclips.

    What I want to do is to change the alpha of the sprite I hover. But since I can't add...
  5. Replies
    1
    Views
    1,024

    Sliding gallery with object scaling

    Alright guys. I'm making a sliding gallery that scales the middle picture from 80% to 100% while all the other pictures are 80%.

    The problem I have right now is that I can't figure out how to...
  6. Thread: Loader ID

    by ancide
    Replies
    5
    Views
    533

    Use this function as your function you call after...

    Use this function as your function you call after you have loaded the xml:






    public function renderXML(event:Event):void
    {
    var gallery:XML = new XML(event.target.data);
  7. Replies
    3
    Views
    604

    Dynamic image preloaders problem

    Alright. I've searched the forum and google but I haven't gotten an answer to my problem.

    I'll break it down for you.

    I have a gallery, loading images via xml and then using a for loop to add...
  8. Thread: Loader ID

    by ancide
    Replies
    5
    Views
    533

    This is how I would do it. In the loop I would...

    This is how I would do it.
    In the loop I would create a empty movie clip for each images where they are placed. Then I would add an eventlistener to the empty movieclip. Something like this:
    ...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center