A Flash Developer Resource Site

Search:

Type: Posts; User: Ffatty

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    11,756

    Thank you both, I got it! Flashkit never lets...

    Thank you both, I got it!

    Flashkit never lets me down :lovers:
  2. Replies
    4
    Views
    11,756

    Whoops...

    I read that again, and realized I forgot to mention something...

    I need it to move progressively, not instantly.

    Like, scoot across the screen, instead of just appearing there.

    Thanks!
  3. Replies
    3
    Views
    1,890

    What Nig said. In the first frame of the movie...

    What Nig said.

    In the first frame of the movie clip, go to actions (F9) and type:

    stop();

    Good luck!
  4. Replies
    4
    Views
    11,756

    Moving movie clip across stage?

    Hey,

    How would I move a movie clip from a (non-specified) point, to a designated destination (in coordinates)?

    For example, move a movie clip named "Guy" to coordinates X=100, Y=100.

    Thanks...
  5. Replies
    3
    Views
    2,599

    attachMovie & Linkage?

    Hey guys.

    I’ve been using as2 for a couple years now, and I have no idea how i haven’t come across this before, but any help would be appreciated.

    I have a movie clip in the library. I went...
  6. Replies
    1
    Views
    738

    Yep.

    Hey. :cap:

    Make the text you want.
    Then make a new BLANK keyframe a few frames later.
    Make the object you want the text to morph into.
    Click on any frame in between those 2 keyframes.
    In the...
  7. Replies
    5
    Views
    1,067

    AS 2 you can download preset ones, and simply change...

    you can download preset ones, and simply change the images.

    i know you can get them from newgrounds.com, but there are definately more
  8. AS 2 ***EDIT*** Sorry i misunderstood what you were...

    ***EDIT***
    Sorry i misunderstood what you were saying until i read it again...

    And thanks, that totally worked!

    I don't know why I didn't even think of that, and I feel really stupid >.<
  9. AS 2 Loading movieclip from library with actionscript

    Hey guys.

    -I need to load a movie clip to the stage from the library.
    -I also need that movie clip to load with a certain string of actionscript code in it.

    To load the movie clip, i checked...
  10. Replies
    2
    Views
    1,000

    dont know if this is what you wanted but here: ...

    dont know if this is what you wanted but here:


    to make a random number between 1 and 10, put 10 in the ()'s


    Math.random(10)

    that will output a random number 1-10
  11. Replies
    2
    Views
    573

    AS 2 im so nice. heres an example attachment, download...

    im so nice. heres an example attachment, download it and use it as example.
  12. Replies
    2
    Views
    573

    AS 2 hope this helps

    If all you need is to get from level one to level 2, whats with all the "timers"? Im fairly new to AS too, i saw this and hoped i could help, so if you think know what your doing, ignore me. :)
    ...
  13. AS 2 Dynamic text box showing global variable in a button

    Hello. :)

    I have a button, and inside the button, i have a dynamic text field that i want to display a global variable in the "over" frame. (when the mouse goes over the button)

    Normally, to...
  14. Flash8 thanks

    thanks i didnt even think of putting the actionscript in the timeline

    i tried using a movieclip with the code too, but that had the same effect.

    thanks again!...
  15. Flash8 using on(release) more than once in a movie/game

    Hello,

    I am making a game in Actionscript 2 where I need to open another "window" by pressing a button. The window is just a movie clip with some stuff on it, and a red X to "X" the window out.
    ...
  16. Replies
    3
    Views
    9,239

    okay so i was doing some more debugging to see...

    okay so i was doing some more debugging to see why it isn't working.

    If i make _global.food not changing, _global.wood still goes crazy and increases way too much. dont know how much this will...
  17. Replies
    2
    Views
    700

    use getURL ("site name", "_blank") make sure...

    use getURL ("site name", "_blank")

    make sure to keep the " "s in there, theyre neccesary.

    for example:

    on(release) {
    getURL("www.google.com", "_blank")
    }
  18. Replies
    3
    Views
    9,239

    I had not thought of using a trace. When i use...

    I had not thought of using a trace. When i use it, it lists woodBoostSpeed as "undefined". I think it's like this because the "_global.food" variable is constantly changing. The _global.wood variable...
  19. Replies
    2
    Views
    1,398

    CS3 actually, i solved it, lol. thanks anyway...

    actually, i solved it, lol. thanks anyway...
  20. Replies
    16
    Views
    1,742

    Flash8 yep.

    2 things to try:

    gotoAndPlay goes to and PLAYS. try gotoAndStop. if you know what you're doing, and know about this then disregard. :cap:

    also, gotoAndPlay makes the whole movie go to that...
  21. Replies
    3
    Views
    9,239

    Can't add with a constantly changing variable

    Okay, so:

    I am making a game in flash, that uses several resources to build different buildings, that help you to gain resources, etc. I'm trying to make it so that the more "_global.food" you...
  22. Replies
    2
    Views
    1,398

    CS3 actually it can be code from the frame if you...

    actually it can be code from the frame if you cannot change it from the other movie clip.
  23. Replies
    2
    Views
    1,398

    CS3 variable in a movie clip

    how do you change a varible that is written inside a movie clip by using actionscript code from a DIFFERENT movie clip?
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center