A Flash Developer Resource Site

Search:

Type: Posts; User: gilman

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    310

    keypress not working, help

    I have an mc and a dynamic text. In the mc i have these actions


    on(keyPress "<Enter>")
    {
    a = "";
    }


    a is the variable for the dynamic text, but when i hit enter nothing happens. i've...
  2. Replies
    0
    Views
    351

    dynamic text question

    I have a dynamic text and an input text. When you type something in the input text and hit enter, a respons appears in the dynamic text. Every new respons appears on a new line in the dynamic text....
  3. Replies
    6
    Views
    388

    Ok, the .fla file is attached.

    Ok, the .fla file is attached.
  4. Replies
    6
    Views
    388

    I'm not sure y that could be happening so I will...

    I'm not sure y that could be happening so I will just tell u step by step exactly what I did. First, I drew a circle. Then I selected it and pressed F8 and pressed ok. THen I right clicked on the...
  5. Replies
    6
    Views
    388

    If u want to make a ball u can control with the...

    If u want to make a ball u can control with the keyboard u would make the ball MC then for the action in the ball MC you would write this (for speed, instead of 15 put how fast u want it to move):
    ...
  6. Thread: Cursor Position

    by gilman
    Replies
    1
    Views
    391

    Cursor Position

    In flash mx how would u get the position of the cursor?
  7. Thread: Help

    by gilman
    Replies
    1
    Views
    435

    Help

    I am trying to make it so u can control a movie clip with the keyboard. I have that part done but now how can I make it so it cant pass through walls (sry, i already posted this on another part of...
  8. Replies
    2
    Views
    722

    so far I have this onClipEvent(enterFrame){...

    so far I have this

    onClipEvent(enterFrame){
    if(this.hitTest(_root.square2)){
    speed = 0;
    }else{
    speed = 15;
    }
    }
  9. Thread: tile based game

    by gilman
    Replies
    1
    Views
    360

    tile based game

    i've been trying to learn to create tile based games but I can't remeber how to create them if i cant understand the code used. I've tried learning from the outside of society tut. can someone try to...
  10. Replies
    2
    Views
    722

    Collision with wall

    After you've created a movie clip that can be controlled with the keyboard how can you make it so it can't pass through walls?
  11. Thread: text adventure

    by gilman
    Replies
    10
    Views
    816

    i was learning php a while ago... so i guess to...

    i was learning php a while ago... so i guess to make a text adventure with PHP u would use 2 textboxes one for input and one for output. I'll loke into it. Do u know anything or any websites that...
  12. Thread: text adventure

    by gilman
    Replies
    10
    Views
    816

    thanks

    I figured it wouldn't be easy. I'll check out perl. Btw, is pearl easy to learn?
  13. Thread: text adventure

    by gilman
    Replies
    10
    Views
    816

    text adventure

    I am trying to create a text adventure game in flash and i have some ideas of how i am gonna do it. But there seems like ther would be an easier way. I wold do something where if you type something...
  14. Thread: Question

    by gilman
    Replies
    2
    Views
    453

    Thank you. I think this will help a lot.

    Thank you. I think this will help a lot.
  15. Thread: Question

    by gilman
    Replies
    2
    Views
    453

    I have been having many problems with my platform...

    I have been having many problems with my platform game so I think it would be really helpful if anyone knew where I could download an fla of a scrolling platform game where you can jump on the...
  16. Replies
    0
    Views
    408

    Please Help Me

    I just finished going through Ed Mack's tutorial on platform games. Do, now I want to actually create a game out of it so I think the next element I should add is enemies. So, does anyone know how to...
  17. I think I know what is wrong

    I am assuming that this is the script you are using for the platform MC:


    onClipEvent (enterFrame) {
    m_bounds = new Object();
    m_bounds = this.getBounds(_root);
    if...
  18. Thread: Ed Mack

    by gilman
    Replies
    3
    Views
    469

    Is anyone else getting the same error with ed...

    Is anyone else getting the same error with ed Mack's flash tutorial section:


    Warning: Access denied for user: '4477283u_edmack@localhost' (Using password: YES) in...
  19. Replies
    2
    Views
    431

    Frame 131 of enemy has nothing on it so it goes...

    Frame 131 of enemy has nothing on it so it goes there and the enemy should die. Instead of that happening it just makes it as if you you didn't jump on him and he hit you. So you lose a life if you...
  20. Replies
    2
    Views
    431

    In my platform game, I have the hero as one MC...

    In my platform game, I have the hero as one MC and the rest of the world as another MC. I made it so when you touch an enemy you lose a life and you start to blink, for the period of time you are...
  21. Thread: Tile Based

    by gilman
    Replies
    1
    Views
    543

    I would like to make a platform game using tiles...

    I would like to make a platform game using tiles (I want to make games like Mario and I think Tiles would be the best way). But, I don't know where I can learn to make a tile based platform game. Any...
  22. Thread: Scrolling

    by gilman
    Replies
    0
    Views
    429

    What is the best way to do scrolling in a...

    What is the best way to do scrolling in a platform game? I've tried several ways but when I put everything but the hero into a MC it stops making it so when you jump on the enemy's head they die...
  23. Thread: Help

    by gilman
    Replies
    6
    Views
    600

    The enemy is an animation that moves back and...

    The enemy is an animation that moves back and forth so If I made an animation on the frame after the animation of the enemy moving then the animation might end up in a different spot from where you...
  24. Thread: Jump On Enemy

    by gilman
    Replies
    0
    Views
    481

    In my platform game I want to have it so when you...

    In my platform game I want to have it so when you jump on the enemy they die. I already have that done but, the problem is when they die they just dissapear but I want it so when they die you see an...
  25. Thread: Help

    by gilman
    Replies
    6
    Views
    600

    It works but it looks kind of wierd if the enemy...

    It works but it looks kind of wierd if the enemy just disapears. Is there a way to have an animation play if you jump on the enemy, not the enemy just disapearing?
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center