A Flash Developer Resource Site

Search:

Type: Posts; User: Werty 2334

Search: Search took 0.02 seconds.

  1. So like maybe _root.newLevel() = null; ?

    So like maybe _root.newLevel() = null; ?
  2. [RESOLVED] [CS3][AS2] Removing Creeps from Array

    Tower Defense Game:

    So I've got this:


    function endCreeps(){
    for (i=0; i <= creepArray.length; i++) {
    removeMovieClip(creepArray[i]);}
    }
  3. Replies
    4
    Views
    1,018

    Much Thankee. The code worked! You r HERO

    Much Thankee. The code worked! You r HERO
  4. Replies
    4
    Views
    1,018

    They are attached to the stage individually using...

    They are attached to the stage individually using actionscript.

    The creeps are pushed to an array when they enter the stage. I can't really just remove the movie clip from the stage.
  5. Replies
    4
    Views
    1,018

    [RESOLVED] [CS3][AS2] Main Menu Trouble

    Hi,

    I'm making a tower defense game and have an issue with my main menu.


    I have created a main menu button that goes back to frame 2. (the game is on frame 3). My problem is, whenever i go...
  6. Interesting. I could try that. What about...

    Interesting. I could try that. What about sounds... would I drag them onto the stage too?
  7. [RESOLVED] [CS3][AS2] Preloader to load Objects

    I've been wanting a preloader that loads objects such as sound effects, movie clips, etc. from the library but I can't seem to find any tutorials that does that.

    When I play my game, it freezes a...
  8. Replies
    188
    Views
    81,995

    With the first original post, I took a look at...

    With the first original post, I took a look at the link to the tutorials I'm not sure if those do this or not...

    Do the tutorials preload everything in the library such as sound effects, movie...
  9. Mute Button with AS2

    Wow it actually worked! Thank you very much.
  10. Alright I get all that stuff but I can't seem to...

    Alright I get all that stuff but I can't seem to get the coding right for the actual button... I want it show the first frame when it isn't muted, and then when it is muted, to show the 2nd frame.
    ...
  11. [RESOLVED] [CS3][AS2] Mute Button for Sound Effects

    Alright so I'm making a mute button at the bottom of my game, and with most of the tutorials the button only mutes the sound that is already going on. It doesn't ever mute future sounds that appear...
  12. Replies
    4
    Views
    523

    Yeah or by going to Window-> Workspace-> Default...

    Yeah or by going to Window-> Workspace-> Default it sets everything back to normal and the properties panel should pop up.
  13. Alright! I ended up getting it to work! I ended...

    Alright! I ended up getting it to work! I ended up doing a hitTest with a movieclip at the end of the path. It wasn't working because I didn't want to remove the movieclip because it causes conflict...
  14. Replies
    7
    Views
    712

    Oh well I really don't know then, I don't have...

    Oh well I really don't know then, I don't have any experience with actionscript 3. Sorry!
  15. Replies
    29
    Views
    1,840

    Have you tried: Windows: Ctrl-Enter Mac:...

    Have you tried:

    Windows: Ctrl-Enter

    Mac: Command-Enter
  16. Replies
    4
    Views
    523

    To change the size of the stage, in the...

    To change the size of the stage, in the properties panel on the bottom click on the button to the right of SIZE: and then in the box that opens, edit the dimensions to make it larger or smaller.
    ...
  17. Replies
    7
    Views
    712

    I think what it's doing is starting over the...

    I think what it's doing is starting over the function for rollOver when you go over the number one, because every time I rollOver the 1, it changes the button to red and then back to blue. Why not...
  18. Replies
    6
    Views
    1,734

    Button Code?

    Well you could put each image of the series each in a separate frame, and then put a stop(); action on the first frame. Then, make a button and add this code:


    on (rollOver) {
    gotoAndPlay(2);...
  19. Replies
    7
    Views
    712

    When I tried opening your attached file, an error...

    When I tried opening your attached file, an error occurred. I would try to help you if the attached file was valid.
  20. Well, the creeps don't die when they exit the...

    Well, the creeps don't die when they exit the stage, they go back around outside the stage and then come back down the path. The waves go by how many kills you get. So after you get the number of...
  21. [RESOLVED] [CS3][AS2] Lives on Tower Defense Game

    I'm working on a tower defense project and have been running into trouble on how to get the whole lives system to work. I have called out a lives variable at the beginning and I just need to know how...
  22. [RESOLVED] [CS3] Lives in Tower Defense Games

    I'm working on a tower defense project and have been running into trouble on how to get the whole lives system to work. I have called out a lives variable at the beginning and I just need to know how...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center