A Flash Developer Resource Site

Search:

Type: Posts; User: protoemocional

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Exporting animated GIFS containing AS3

    Hello,

    I've read it's impossible to a export a scripted animation into one animated PNG while retaining any of the AS3-triggered actions (whether in Timeline or Classes). This also seems to be...
  2. Replies
    6
    Views
    2,504

    Please bare with me; here goes my project: I'm...

    Please bare with me; here goes my project:

    I'm using Flash for frame-by-frame animation. I have a very small stage with a grid in order to place tiny MovieClips within it. These MC's –or "heads"–...
  3. Replies
    6
    Views
    2,504

    Thanks JediMind, This complicates my plans, as...

    Thanks JediMind,

    This complicates my plans, as I'm working with a AS3 to work only on keyframes. For this I label every keyframe on a layer and run the code (if currentFrameLabel != null). If what...
  4. Replies
    6
    Views
    2,504

    currentFrameLabel, different layers

    In my Timeline I have 4 layers, each with labels on different keyframes. I have the following code, which obeys to my first layer:

    private function Frame(event:Event) {

    if...
  5. Replies
    1
    Views
    502

    dynamic reference to MC's on stage

    Hello,

    I'm not an OO-Programmer, but I think my problem has to do with learning efficient routines:

    I have 9 MovieClips on stage (p1, p2, p3...), different colors and sizes. I have one AS3...
  6. App. for run-time transparency mask creation

    Hello,


    This is a very complex question, and I reckon for the real gurus on the forum.
    Before reading the rest of this post, please take a look at the attached image.

    Basically, I need a...
  7. Get the 255 smallest numbers from large array

    Hello,

    I'm trying to get the 255 smallest numbers from an array made up of all the alpha values in a given BitmapData, and storing these numbers in the Alpha array for paletteMap().

    We all know...
  8. I cant believe this thread is still unreplied. I...

    I cant believe this thread is still unreplied. I know there's a lot of wizards in this forum, is it possible that nobody knows where to point me out? I'm just looking for a person's contour...
  9. Using Flash for CV - Silhouette Extraction

    Hello,

    I've been trying to find a straightforward use of CV for extracting a person's silhouette via webcam using AS3. I know this is achievable through either motion detection or background...
  10. Oops!

    I forgot to add the attachment!

    Here it is:
  11. Advanced users: mouseX and Bitmap scaleX

    Hello everyone,

    This question, while fairly simple may require more experienced users to correctly diagnose and point out the problem. I am building an app. based on a friend's script. The idea...
  12. Thank you very much!

    Thank you very much!
  13. 5Tons: I forgot to mention that I do own Flash...

    5Tons:

    I forgot to mention that I do own Flash CS4 Professional (v 10.0). This was installed from the Adobe Master Collection CS4 suite and so far has implemented all the new features quite well. ...
  14. Problem with Vectors and Graphics definitions

    Hi,

    I've been trying to implement and make classes out of some code that was written in the timeline by someone else; some problems have inevitably arisen. One of these problems is that I can't...
  15. Replies
    6
    Views
    722

    IT'S ALIVE! ITS ALIVE!!! Thanks!

    IT'S ALIVE! ITS ALIVE!!!

    Thanks!
  16. Replies
    6
    Views
    722

    Thanks for the rapid answers! cresquin: My...

    Thanks for the rapid answers!

    cresquin: My Document class is the XML handler, let's call it DataHandler, like in your example. If I declare it's function as "public function...
  17. Replies
    6
    Views
    722

    OOP newbie, help within packages

    Hello,

    Recently, I decided to overcome my fear and start developing from .AS files. In this project, I'm working with another software which sends an array of hex values later to be recoded in...
  18. From my short experience with the Sound class in...

    From my short experience with the Sound class in AS3, I'm not sure if it is the best choice for detailed and accurate sound handling/processing.

    It seems that you just want to play a simple mp3...
  19. Replies
    2
    Views
    675

    That's almost it! Now, I'm interested in the...

    That's almost it!

    Now, I'm interested in the inverse operation: Instead of looking at the sphere from outside I would like to know how to make the illusion of watching all these .swf's from inside...
  20. Replies
    2
    Views
    675

    Papervision3D loading SWF's

    Hello,

    This is a theoretical question, and I'm asking it because I don't have to knowledge to articulate it in keywords: I want to know if there is currently a way to load .swf's—with all...
  21. Replies
    3
    Views
    448

    Thanks for the clarification!

    Thanks for the clarification!
  22. Replies
    3
    Views
    448

    Help w. bogus scripting technique

    Good day,

    While checking some code made by experienced users in an AS3, I got stuck in a method that I can't really understand:


    var vars:Object={pallete:addChild(new Bitmap(new...
  23. Replies
    5
    Views
    627

    OK I did some changes in my code and now it...

    OK I did some changes in my code and now it works.

    Thanks a lot to both of you!!!
  24. Replies
    5
    Views
    627

    Thanks a lot sleepy mod! However, I still can't...

    Thanks a lot sleepy mod!
    However, I still can't get it to work. Please lend me a hand...


    var audio:Array=[];
    var urlrequest:URLRequest=new URLRequest("zzz1.mp3");

    for (var i:int=0; i>1;...
  25. Replies
    5
    Views
    627

    Declare variables in a "for" loop.

    Hello,

    Does anybody know if it's possible to declare variables in a "for" loop or in a "for each in" statement?

    If it isn't possible, is there any workaround to this? I'm not entirely informed...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center