A Flash Developer Resource Site

Search:

Type: Posts; User: tomorrows_hero

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Can a single image or MC display at 100% when movie is in Show All mode?

    Is there a way you can make a single MovieClip or an image display 100% when the SWF is playing in a Show All mode (so obviously is displaying at larger than 100%)?

    Any answers would be greatly...
  2. Replies
    7
    Views
    772

    I looked "PROGRAMMING ACTIONSCRIPT 3.0 FOR FLASH"...

    I looked "PROGRAMMING ACTIONSCRIPT 3.0 FOR FLASH" in Adobe's web site and it says that the Number data type is 64-bit and the int data type is 32-bit.

    Try replacing the code with this:



    Now...
  3. Replies
    7
    Views
    772

    Well here, let me be a little bit more specific. ...

    Well here, let me be a little bit more specific. I put in the "+=" operator in instead of the addition operator (+) because for some reason unknown to me it doesn't work.



    So I export the SWF...
  4. Replies
    7
    Views
    772

    I had tried the += and -= operators already as...

    I had tried the += and -= operators already as well; the problem with that is it doesn't add or subtract the exact 0.1, it'll use a closer more complex number like 0.09765625, for example. I could...
  5. Replies
    7
    Views
    772

    Stupid addition problem

    I am trying to increase/decrease the alpha levels and other levels of a movieclip. On the stage, I have two buttons, "up" and "down", and a movieclip named "main". I'm using Actionscript 3.0 in...
  6. How do you bring a MC in the library to the stage in CS4?

    Easy question I'm sure but I'm just upgrading to CS4 and I'm still not used to Actionscript 3.0.

    I have a movieclip that is NOT on the stage and I have given it a class name in the "Export for...
  7. Replies
    0
    Views
    960

    XML gallery addition

    I totally suck at XML.

    I got an absolutely great example of what I am trying to do, because it comes with Flash 8. If you're running windows, it's located at

    C:\Program Files\Macromedia\Flash...
  8. Replies
    1
    Views
    364

    I forgot to mention, if you're on a Mac, browse...

    I forgot to mention, if you're on a Mac, browse to
    Macintosh HD/Applications/Macromedia Flash 8/Samples and Tutorials/Samples/ActionScript/Galleries/gallery_tree.fla

    Thanks
  9. Replies
    1
    Views
    364

    [F8] XML troubles, HELP !!

    I totally suck at XML.

    I got an absolutely great example of what I am trying to do, because it comes with Flash 8. If you're running windows, it's located at

    C:\Program Files\Macromedia\Flash...
  10. Ah crap, never mind. I just changed the order of...

    Ah crap, never mind. I just changed the order of the items in the script and now it's working. Man, today has just been so great. lol
  11. If you use _root[_root.currentvar].header it...

    If you use _root[_root.currentvar].header it works, now why the heck is it not working with the same code in my other movie clip? I am so confused. Can I send an attachment through a PM? I'll send...
  12. That didn't work. This is why I've been having...

    That didn't work. This is why I've been having so much trouble. I made an example FLA for you to see. If it works, the rectangle moves and a text note says "it worked."
  13. Let's say you're calling the movieclip "header"...

    Let's say you're calling the movieclip "header" from inside a movieclip on the main stage. Of course "currentvar" is on the main stage, so how do you call it then?
  14. [F8] calling a movieclip from inside a variable-called moveiclip

    On stage, I have five different movieclips, and I only have one of those appear at a time by using the variable "currentvar". But inside of each of those movieclips, I need to call a moveiclip...
  15. calling a moveiclip from inside a variable-called moveiclip

    nm
  16. thanks, appreciate it...

    thanks, appreciate it...
  17. [F8] deactivating all buttons at once?

    Just curious, but is there a way that you can deactivate buttons temporarily when called on?
  18. Okay I thought I had tried that before, I feel...

    Okay I thought I had tried that before, I feel stupid, but at least we got half the battle; it does make the variable "current" to what I want it to be. Now my problem is that it doesn't actually...
  19. [F8] really odd problem, probably easy fix

    I have four MovieClips on stage, named "welcome," "web," "printing," and "graphic." It enters the frame with all of these MC's on the main stage with the actionscript that calls a new variable...
  20. Hey, great guys, thank you so much, you have...

    Hey, great guys, thank you so much, you have totally make my day. Your help is so much appreciated. Have a good one!
  21. So there's really no way to adjust the...

    So there's really no way to adjust the coordinates of the target SWF externally?
  22. Alright this is what I thought would work, but...

    Alright this is what I thought would work, but did not:

    on (release) {
    loadMovieNum("files/pegboard.swf", 5);
    _level5._x = -200;
    _level5._y = -200;
    }
    Someone PLEASE help me, I couldn't...
  23. I already did and alas I came up with no results....

    I already did and alas I came up with no results. Blast...
  24. load movieclip to specific coordinates

    How would I go about loading a movieclip to specific x/y coordinates? Thanks for the help.
  25. Replies
    3
    Views
    620

    With Actionscripting, how would I go about...

    With Actionscripting, how would I go about telling the movie clip to go to a specified coordinate?
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center