A Flash Developer Resource Site

Search:

Type: Posts; User: blackout1721

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Thanks 5Tons. In my actual .as file it was...

    Thanks 5Tons. In my actual .as file it was declared at the class level, I was just too lazy to write out the entire package/class/constructor hoopla in this thread. My bad. But, it's all fixed so...
  2. Sweet! Thanks. So easy....as long as you know...

    Sweet! Thanks. So easy....as long as you know what your doing.

    If your ever in Salt Lake City, I'm the guy with the "Go Duks" plates driving around. Cheers!
  3. Go Ducks! (Unless you happen to be a Beaver...if...

    Go Ducks! (Unless you happen to be a Beaver...if that's the case I'm sorry).

    I'll explain a little more.

    I have a "nav" class, along with a few others, that need to make use of an array of page...
  4. Returning An Array After For Loop Has Finished

    I'm wondering how I can return the value of an array that is being created inside a for loop?

    I have created a class that is using ZendAmf to grab page titles out of a database. After the...
  5. I suppose I should say that you can achieve...

    I suppose I should say that you can achieve better results when setting the stage quality to BEST. (Still need to use bitmap smoothing). But, setting stage quality that high has its performance...
  6. Same Problem

    I'm having a similar problem. I'm not zooming, just making some thumbnails of larger images.

    This is the gist of the code:


    //Copy the pixel data and add it to the first thumbnail
    var...
  7. Replies
    49
    Views
    157,667

    Sticky: AS3 Reflection Classes

    Hey All,

    Just finished a couple reflection classes. It sort of resembles the functionality of the OS X dock. Started with some help from pixelfumes and went from there. Enjoy.
    ...
  8. Replies
    5
    Views
    33,049

    This has been fixed in the demo. I was passing in...

    This has been fixed in the demo. I was passing in a ColorPickerEvent instead of a plain old Event.

    BTW: I love the new GUI in Flash CS4. It feels sooooo much more polished than CS3. I'm still...
  9. Replies
    5
    Views
    33,049

    @5Tons My bad. I figured there was probably a...

    @5Tons

    My bad. I figured there was probably a better place for it. Do you think I should move it up there? Maybe a mod can move it or delete this one.

    I currently only have it working...
  10. Replies
    7
    Views
    1,450

    I just posted my own scroll bar class. If you...

    I just posted my own scroll bar class. If you want to get down and dirty you can pour through my code.

    http://board.flashkit.com/board/showthread.php?p=4109603#post4109603
  11. Replies
    5
    Views
    33,049

    Free AS3 Scroll Bar Class

    Hey Guys,

    I've just finished a free AS3 scroll bar class for those that think using the built in Flash components are too heavy or too stock looking. The class makes no use of images and draws...
  12. Replies
    2
    Views
    625

    I believe the "parent.parent" is what got me. I'm...

    I believe the "parent.parent" is what got me. I'm going to give this a try in a sec.

    And you were correct that the loader was added to the display list. I'm pulling an all nighter with plenty of...
  13. In AS3 I believe it is just .visible now. No...

    In AS3 I believe it is just .visible now. No underscore "_".
  14. Replies
    2
    Views
    625

    removeChild of parent swf

    I feel really dumb here. But, lets assume you have two swfs, loader and loadee. Lets also assume that ball_mc has been added to the display list of loader.

    Now you've loaded loadee into loader...
  15. Yikes. That wasn't quite the answer I was hoping...

    Yikes. That wasn't quite the answer I was hoping for:) But, I suppose I'll trust the all mighty Senocular.

    In the past I've just really kicked myself as I typed event listener after event...
  16. General Theory Question: Assigning "Button" Controls

    The task of assigning "button" controls to a large number of movie clips has been bothering me for some time now. I'll describe a simple situation.

    You have 10 movie clips that you'll use as...
  17. sstalder - It was the _root that got me. I...

    sstalder -

    It was the _root that got me. I essentially started with what you have, but I've got some phobia about using _root. Then again, I guess I can't expect Flash to blindly guess what level...
  18. [CS3] Assigning button controls using an array and for loop

    I'm curious as to why the following doesn't result in creating usable buttons? I've found that I can actually define the array myself rather than using a for loop and that seems to work. Any ideas...
  19. Replies
    4
    Views
    522

    Nice. That worked. And ultimately you can define...

    Nice. That worked. And ultimately you can define an array position in there as well, which is what I was going after in the first place!

    Thanks for the help :)
  20. Replies
    4
    Views
    522

    :) Thank you for the enlightening comment ;) ...

    :) Thank you for the enlightening comment ;)

    However, I should have mentioned that I tried using a variable in this way and it doesn't work. Does anyone else have any ideas? Can someone provide...
  21. Replies
    4
    Views
    522

    [F8] Tween class with a variable?

    Hello all,

    Does anyone know if it is possible to use a variable with the canned tween classes in flash?

    For example:

    var myTween:Tween = new Tween(myVariable, "_x", Back.easeout, 100, 200,...
  22. Replies
    4
    Views
    465

    Thanks dawsonk. Everything seemed to work. And I...

    Thanks dawsonk. Everything seemed to work. And I didn't know you could do if-then-else statements like that. You learn something new every day!
  23. Replies
    4
    Views
    465

    It works! Thanks. Would you mind explaining it a...

    It works! Thanks. Would you mind explaining it a little so I know how it works. I think I understand most of it, but I always enjoy being enlightened. :)

    And I guess, for that matter, how would...
  24. Replies
    4
    Views
    465

    [F8] More to next position in array

    Hopefully this isn't too hard. But it is driving me crazy.

    All I want to do it have a "next" button that moves to the next position in the array.

    For example:

    var myArray:Array = new...
  25. Renaming instance names over multiple keyframes

    This might be really easy and I have just always over looked it, but is there a way to define a new instance name for a movie clip over multiple keyframes?

    For example, I have a movie clip called...
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center