A Flash Developer Resource Site

Search:

Type: Posts; User: SwirlyKing

Page 1 of 20 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,872

    nevermind, I got it to work! and you're right, I...

    nevermind, I got it to work! and you're right, I was able to get func2 and func3 out of func1.
    handle.grip.addEventListener(MouseEvent.MOUSE_DOWN, func1);

    function func1(e:MouseEvent):void {...
  2. Replies
    8
    Views
    1,872

    hey thanks for all that AS, but it's just way too...

    hey thanks for all that AS, but it's just way too much for my little brain. I'm not a coder, so that's over my head. I was hoping that I was close already and I just needed to tweak a couple things....
  3. Replies
    8
    Views
    1,872

    I had to put func3 back inside func1 to make it...

    I had to put func3 back inside func1 to make it work. the new x,y coords seem to make it work better, but something still isn't quite right. Here's what I've got:
    ...
  4. Replies
    8
    Views
    1,872

    Thanks for the response. I moved the functions...

    Thanks for the response. I moved the functions out and it still works the same. I appreciate that I'm doing it incorrectly, and your affirmation of that - but I need to know what to do to make it...
  5. Replies
    8
    Views
    1,872

    Drag Rotate Handle

    I found a great bit of as2 here that does exactly what I want:
    http://www.senocular.com/flash/source/?entry=651

    I tried to change it to as3 and got this far, but it's not quite working right and...
  6. Replies
    2
    Views
    566

    Thanks DawsonK that worked! Seems like a lot of...

    Thanks DawsonK that worked! Seems like a lot of workaround for something that feels like it should be more intuitive.
  7. Replies
    2
    Views
    566

    CLICK vs. MOUSE_UP

    I have these papers I want to drag around and then fire a function when I CLICK, not when I MOUSE_UP. However, the CLICK function fires even on MOUSE_UP after dragging. I can't tell what I'm doing...
  8. Replies
    1
    Views
    640

    weird Tween bounce

    I have these tweens to make the MovieClips bounce up to twice their size on RollOver, then bounce back down to their regular size on RollOut. It all works great except that then the bounce down is...
  9. Replies
    1
    Views
    434

    So I imported some fonts into my library, did...

    So I imported some fonts into my library, did export for actionscript and then I'm using this code. These functions are called up by buttons. It works fine on my computer, but not on someone else's. ...
  10. Replies
    1
    Views
    434

    Dynamic Font Change - still not figured out.

    I'm trying to create an input text field that someone can type in, then by clicking a button, the font changes.

    I can't figure out how to:
    1 - Embed multiple fonts in an input text field
    2 -...
  11. Replies
    2
    Views
    412

    thanks neznein9. I'll see if I can get it figured...

    thanks neznein9. I'll see if I can get it figured out.
  12. Replies
    2
    Views
    412

    Mixing Flash with HTML

    I'm building a Flash nav with dropdown menus that will drop down in front of some html (i.e. text, buttons, images). In my initial testing, even though the drop down area in my Flash movie is...
  13. Replies
    0
    Views
    570

    Mixing Flash with HTML

    I'm building a Flash nav with dropdown menus that will drop down in front of some html (i.e. text, buttons, images). In my initial testing, even though the drop down area in my Flash movie is...
  14. Replies
    2
    Views
    625

    Thank you, I finally got it working!

    Thank you, I finally got it working!
  15. Replies
    4
    Views
    508

    Yay, that totally worked!! I'm still not sure...

    Yay, that totally worked!! I'm still not sure how, but I'll analyze it all. Thank you!
  16. Replies
    2
    Views
    625

    array of Movie Clips 2

    I already asked this question, but I thought I'd simplify what I'm asking. If I've got an array that contains mc names like this:
    var homeArray = new Array("home1_mc",
    "home2_mc",...
  17. Replies
    4
    Views
    508

    Hi Ralgoth, thank you for this. It's still not...

    Hi Ralgoth, thank you for this. It's still not quite working and I can't see where it's accessing the array.
  18. Replies
    4
    Views
    508

    Array of Movie Clips

    I'm sure I'm doing this the hard way, but I''m still learning. I'm trying to run this Actionscript where I've got 8 different movie clips and I'm trying to:
    * pick a random mc, attach it to the...
  19. Replies
    4
    Views
    715

    thank you so much. that's what I needed!

    thank you so much. that's what I needed!
  20. Replies
    4
    Views
    715

    I've done that already, but I get this warning...

    I've done that already, but I get this warning from Safari:
    Safari can’t run the script...
  21. Replies
    4
    Views
    715

    Pop Up Browser Window

    I don't know what I did, but this was working a minute ago in Safari, but now it only works in Firefox. Safari seems to have no reaction. It also works from Flash.
    //...
  22. Replies
    5
    Views
    514

    I just figured out that I needed to add "as...

    I just figured out that I needed to add "as Class" to the end of the line.
  23. Replies
    5
    Views
    514

    I'm now getting this. 1118: Implicit coercion of...

    I'm now getting this.
    1118: Implicit coercion of a value with static type Object to a possibly unrelated type Class.
  24. Replies
    5
    Views
    514

    Wow, it's times like this that I realize I need...

    Wow, it's times like this that I realize I need to learn actual "programming" to really use as3. There's no way to just figure some of this out without really understanding the language. Thanks so...
  25. Replies
    5
    Views
    514

    using variable on mc

    var newProduct:MovieClip = new "product"+j+"_mc";
    What's the proper way to write this line so I can replace the "j" variable with a number and be able to call up the proper mc (i.e. product1_mc)?
Results 1 to 25 of 476
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center