A Flash Developer Resource Site

Search:

Type: Posts; User: eth123

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    4,153

    Thanks to both of you, our issue was fixed. We...

    Thanks to both of you, our issue was fixed. We realised we needed to use MovieClips and not DisplayObjects. All I had to do was run a find for all instances of DisplayObject in our code and replace...
  2. Replies
    7
    Views
    4,153

    I guess I don't understand what a DisplayObject...

    I guess I don't understand what a DisplayObject really is. I thought it was something that can hold a movieclip, so we could access our movieclip from within the displayobject and stop it that way....
  3. Replies
    7
    Views
    4,153

    We would like to use .stop(), .play(),...

    We would like to use .stop(), .play(), .gotoAndPlay(x), and .gotoAndStop(x).
  4. Replies
    7
    Views
    4,153

    [RESOLVED] Stop and Play DisplayObject

    My friend and I are working on a flash project in actionscript 3, and we are trying to interact with the timeline of a DisplayObject (such as stopping, playing, gotoAndStop/gotoAndPlay), the same way...
  5. Replies
    6
    Views
    5,311

    Thank you very much. Our problem was fixed.

    Thank you very much. Our problem was fixed.
  6. Replies
    6
    Views
    5,311

    Thank you for trying to help us. We are trying to...

    Thank you for trying to help us. We are trying to implement the code you gave us, but we were working with DisplayObjects so we had to change our code to use movieclips instead. Anyway, we got that...
  7. Replies
    6
    Views
    5,311

    [RESOLVED] Stop Rounding to the Nearest Pixel

    My friend and I are working on a flash project in actionscript 3, and we are trying to move several movieclips by a portion of a pixel. Since we have filters on these movieclips, flash rounds their...
  8. [CS3, AS2] Simple movement with Acceleration

    I'm working on making a platformer in Flash and so far have an okay script for making my character speed up to a maximum walking speed quickly, so the movement isn't jerky. The only problem I have is...
  9. Try posting the error so we can help you.

    Try posting the error so we can help you.
  10. Try the one that this entire website is based on.

    Try the one that this entire website is based on.
  11. Replies
    19
    Views
    1,200

    yeah

    yeah
  12. Replies
    5
    Views
    829

    Yay! This makes me very happy. Thanks for the...

    Yay! This makes me very happy. Thanks for the help guys.
  13. 1. You already have a duplicate topic open. 2....

    1. You already have a duplicate topic open.
    2. A free trial of Flash can be found on Adobe's website.
    3. There are many wonderful tutorials on this website. You can't find a tutorial that tells...
  14. Replies
    5
    Views
    829

    I know this isn't the first time you can do this....

    I know this isn't the first time you can do this. So you are saying the SWF can run independently once I publish the movie?
  15. Replies
    5
    Views
    829

    [Help, Fl9] Flash 9 Game Structure

    I just switched from Flash 8 to Flash 9 and wow has the programming changed! I have gotten a simple concept of the difference but still don't understand the structure of the game. I heard you can't...
  16. Replies
    21
    Views
    1,769

    You should probably edit the first post to...

    You should probably edit the first post to include graphics you have made and possibly the story line, as well as more info on the game itself. If I was good at ActionScript I would join in but I am...
  17. Thread: Confused...

    by eth123
    Replies
    3
    Views
    593

    Thanks

    Thanks alot guys. I'm going to try to start on AS3 right now. Are there any tutorials on how to make a game with AS3? So I can learn the basics? (preloader, menu control, movement, variables)
  18. Thread: Confused...

    by eth123
    Replies
    3
    Views
    593

    Confused...

    I just got CS3 and was trying to work with AS9, thinking it would simply be a version of AS8 with more features. But I have bad coding experience and seeing 10 errors when I tried to copy code from...
  19. Replies
    1
    Views
    418

    [F8] Creating Stick Cartoons

    Hi. I have just started doing stick animation. I noticed it looked like most of the stick cartoons have a cool style. They seem to have set positions like walking, standing, sitting, running, and the...
  20. Replies
    16
    Views
    2,278

    And I put those global variables in the frame's...

    And I put those global variables in the frame's actions, right?
  21. Replies
    16
    Views
    2,278

    When you say direction handelers, do you mean the...

    When you say direction handelers, do you mean the ball's starting direction? I would like that to be random.
  22. Replies
    16
    Views
    2,278

    I am sorry but I am a noob at this. Here is the...

    I am sorry but I am a noob at this. Here is the code I have for the bats:
    onClipEvent (enterFrame)
    {
    moveSpeed=8;
    {
    if (this._y<320)
    if(Key.isDown(Key.DOWN))
    {
    this._y +=...
  23. Replies
    16
    Views
    2,278

    I like the opposite spin.

    I like the opposite spin.
  24. Replies
    16
    Views
    2,278

    One at the bottom? Controlled with left and...

    One at the bottom? Controlled with left and right.One at the top? Controlled with left and right.
    One at the left? Controlled with up and down.
    One at the right? Controlled with up and down.
    ...
  25. Replies
    16
    Views
    2,278

    1) I am not sure I understand you there. When I...

    1) I am not sure I understand you there. When I say bat, I mean a platform that translates from side to side or up and down. (The ones on the side go up and down.) I want the ball to bounce off of it...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center