A Flash Developer Resource Site

Search:

Type: Posts; User: iaustin

Page 1 of 11 1 2 3 4

Search: Search took 0.07 seconds.

  1. Trying to move several clips all at once using a simple for loop

    Using code shown below;

    var i:int = 0;
    var v:String = "ioc";

    for(i=0; i<3; i++)
    {
    trace(i); //0-4 OK
    trace(ioc.2.x = 100 // clip two moves OK
    trace (v+i); //ioc1, ioc2,ioc3 etc ...
  2. Hello Fruitbeard, Thanks for your reply. Been...

    Hello Fruitbeard,

    Thanks for your reply. Been in back to back meetings past few days.

    That code definitely works. Now here's my followup question:
    Can we pass this timer value out of our...
  3. How to Pass a Timer Value Generated in a Function Value to an EventListener

    Hello,

    How do I pass a value generated in a Function to a Mouse Event?
    I'm trying to pass the timer value to a function (see AS3 below.)

    mymc.addEventListener(MouseEvent.MOUSE_DOWN, fMDWN);...
  4. Replies
    1
    Views
    1,068

    Event Delta Access of undefined property

    I have a simple MOUSE_WHEEL event:
    event.delta //returns 1120: access of undefined property.

    Can't seem to find any info in Flash Help or online about event.delta. Is this a deprecated event?...
  5. AIR MIDDLE_MOUSE and RIGHT_MOUSE Event not Responding

    My problem may be that I don't know how to create and launch an AIR file.

    1- Open Flash Professional (Select AIR from menu)
    2 - Create "Hello" test file.
    3 - Publish the file.
    Output...
  6. Replies
    1
    Views
    757

    AS3 MC Animation

    Hello,

    I'm trying to animate a mc on stage. If I use the code shown below directly on the main timeline the code executes flawlessly. However, when attempting to place the code in a Class file...
  7. Replies
    2
    Views
    874

    5TonsOfFlax - I'm over her chuckling but tail off...

    5TonsOfFlax - I'm over her chuckling but tail off at your first response. Thanks for the feedback, it really cleared things up.
  8. Replies
    2
    Views
    874

    Invoke Class Discrepency?

    Hello,

    I have no trouble invoking a Class using the code on the main timeline shown below;

    var testClass:MyClass = new MyClass(); //code on maintimeline invoke Class.


    However, if I were to...
  9. getting back into actionscript after a 4 year...

    getting back into actionscript after a 4 year hiatus, any good actionscript 3 books you can recommend or programming books for that matter?
  10. why thank you - 5 ton of flax! :)

    why thank you - 5 ton of flax! :)
  11. Retreivining Class Values in Main Timeline

    Hello,
    The code works, I'm jsut unable to read the Class variable "myString" on the main timeline.

    I thought I could pass the "myString" value from the Class to the Main Timeline?

    I created a...
  12. Replies
    2
    Views
    2,331

    Resize swf wth good quality

    Hello,

    Using
    Flash 9
    Captivate 3

    I need to resize my swf file dimensions. I tried to do so but the jpgs are pixelated a bit. Is there a software that can resize swf files and provide good...
  13. Replies
    3
    Views
    362

    manipulating a duplicated instance

    In the past I have singled ot and manipulated a generated duplicated instance - for example clip3._xscale =150 which owuld result in a single clip being identified amonst the duplicates.

    However,...
  14. Replies
    7
    Views
    842

    From your response I was able to figure it out. ...

    From your response I was able to figure it out. It was a pathing issue as you aluded to in your post. After closer observation, the clip was actually nested two deep.

    Thank You
  15. Replies
    7
    Views
    842

    Just to be clear, clip1 is on stage > code on...

    Just to be clear, clip1 is on stage > code on frame 1 inside clip1.
  16. Replies
    7
    Views
    842

    there is only one mc being made to orbit at this...

    there is only one mc being made to orbit at this time and the code is placed inside that clip.

    clip1 is on stage > code on frame 1;
  17. Replies
    7
    Views
    842

    yes they have been initialized. I'm sorry, I...

    yes they have been initialized.

    I'm sorry, I forgot to mention that the code works like a charm! The problem I'm having is trying to convert the code from traditional Flash to dot syntax format.
  18. I have not opened your file but, here is the...

    I have not opened your file but, here is the method used to point to a frame LABEL. Try one of these.

    gotoAndPlay("label name");
    OR
    this.gotoAndPlay("label name");
    OR...
  19. Replies
    7
    Views
    842

    dot syntax conversion problem

    Hi,

    Can anyone shed light as to why the dot syntax format will not execute at all? I think I converted everything right.

    Both examples appear below.

    //converted to dot syntax...
  20. Replies
    0
    Views
    391

    particle animation

    hello,

    i',m trying to use the code below to move multiple dots across the stage at different speeds. the problem is flash seems to prevent each dynamic clip from executing the animation. dot1,...
  21. Replies
    2
    Views
    500

    Thanks for your reply whispers. I've already...

    Thanks for your reply whispers. I've already drew the fuel lines and created the mask to display the fuel/fluid motion as it moves along the fuel line. I have my own ideas on how this should look,...
  22. Replies
    2
    Views
    500

    Need fuel flow in engine samples

    Hello,

    In preperations for a upcoming automotive related project, I need to locate various animations that depict fuel flow. More importantly, I need ideas that typically illustrate particles...
  23. jagged rounded corners

    Yes, i tried these params before. The end caps, miter and stroke hinting.

    Have you tried to make a rec or box with rounded corners? The corners are very jagged. I don't recall this issue with...
  24. Jagged rounded corners

    They are on whole numbers. No fractions.
  25. [F8] Rec Tool: rounded corners are pixelated and jagged

    Hello,

    I've just noticed that all of my rounded corners created with the rectagular tool produce jagged corners. I tried all the known tricks _quality=high, line wieghts, colors, setting player...
Results 1 to 25 of 252
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center