A Flash Developer Resource Site

Search:

Type: Posts; User: mrwackoisme

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    501

    Oh, thanks! Works perfect now, thanks a bunch =)

    Oh, thanks! Works perfect now, thanks a bunch =)
  2. Replies
    5
    Views
    615

    Wow, very fast-paced. One suggestion that I...

    Wow, very fast-paced.

    One suggestion that I have would be with the triple-shot, spread the three shots out more so they're not bunched up. Otherwise it is basically equivalent to a single shot, I...
  3. Replies
    6
    Views
    501

    Of course, there is that little black "+" sign in...

    Of course, there is that little black "+" sign in the upper left hand corner of the symbol, could that be the problem that I have to move? I don't know how to move that, if that's it.
  4. Replies
    6
    Views
    501

    I'm not quite sure what you're asking, unless...

    I'm not quite sure what you're asking, unless you're talking about the white center dot.

    Here's what other information I can tell you: I have the white center dot in the middle, which I can...
  5. Replies
    6
    Views
    501

    [HELP] Rotation...?

    My movie clip's rotation is very, very choppy. I have the character being able to walk, and then I inserted the rotation code into the mix. When I try to turn, it "rotates" my character to another...
  6. Adding new commands to right-click list?

    Quick question: how can I add the "scale" and "rotate and skew" commands to the right-click list rather than having to go to transform every time to use them?
  7. Replies
    1
    Views
    1,170

    [HELP] Jumping in a platform game.

    I am extremely confused. :confused:

    I have downloaded many flas that contain jumping, and even read a tutorial, but still... I don't get it!

    Maybe I am just dumb or something, but the problem...
  8. Replies
    1
    Views
    1,202

    n00b at game making

    Hey, I am new at making games and stuff. Basically the only scripting I know how to do is move a symbol in diferrent directions using the arrow keys. The next thing I plan on learning is how to add...
  9. Replies
    26
    Views
    1,154

    The Endoplasmic Reticulum screen doesn't go away...

    The Endoplasmic Reticulum screen doesn't go away o.O
  10. Replies
    7
    Views
    541

    You just had a ; after i1 and you also had an i2...

    You just had a ; after i1 and you also had an i2 in there, which i thought was strange since every where else you had i1.
  11. Replies
    7
    Views
    541

    Re: [help] placing units on a map

    onClipEvent (mouseDown) {
    if (setup) {
    for (i1=0; i1 < _root.numisl; i1++) {
    if (this.hitTest(_root["land"+i1]._x,_root["land"+i1]._y)) {
    ...
  12. I don't exactly mean for just tile based... I...

    I don't exactly mean for just tile based...

    I am really asking more so I can prevent the character from going off the screen, the tile-based maze thing was just an example.
  13. Replies
    10
    Views
    942

    Or someone hacked the game, which wouldn't be to...

    Or someone hacked the game, which wouldn't be to hard.
  14. [Help] Blocking a symbol (making a wall)

    I was wondering if anyone had some coding they wouldn't mind sharing on how to block a character. Like, if it was a maze, so the character could not just walk through the walls.

    Thanks,
    A...
  15. Replies
    9
    Views
    812

    Ok, wait... I don't get what you are doing......

    Ok, wait... I don't get what you are doing... ignore me -.-'

    I am so stupid, pretend I never posted o.O

    [EDIT] I just realized I could have edited all those posts, omg I am the stupidest n00b...
  16. Replies
    9
    Views
    812

    I would have done it like this, but I still might...

    I would have done it like this, but I still might be wrong:

    onClipEvent(enterFrame) {
    speed = 1;
    this._x += speed;
    }

    Might have nothing to do with it though...
  17. Replies
    9
    Views
    812

    Re: [Help] Sniper Game

    Now, I am a n00b and this is my first day learning actionscript so don't trust me fully on this one, but I think you are missing a semicolon after the word speed.
  18. Oh, ok. Thanks very, very much! :D Now I...

    Oh, ok. Thanks very, very much! :D

    Now I understand it, like a coordinate plane almost. Thanks again!
  19. Re: [n00b][Question] About this engine I found...

    P.S. Those are called engines... right?
  20. [n00b][Question] About this engine I found...

    onClipEvent(load) {
    speed = 5;
    }
    onClipEvent(enterFrame) {
    if (key.isDown(key.RIGHT)) {
    _x += speed;
    } else if (key.isDown(key.LEFT)){
    _x -= speed;
    } else if (key.isDown(key.UP)){...
  21. Oh, yeah, and thanks for the URL :D

    Oh, yeah, and thanks for the URL :D
  22. lol, that is kind of odd :p

    lol, that is kind of odd :p
  23. Replies
    8
    Views
    1,089

    I can beat all of them except for the notebook

    I can beat all of them except for the notebook
  24. Replies
    14
    Views
    1,236

    Oh, cool, I have been waiting for you to release...

    Oh, cool, I have been waiting for you to release II Kingdoms, I'm glad to see that you are still active at least! :)
  25. I'm bored, does anyone have one of those dancing games where you press the arrows?

    that I could play :P
Results 1 to 25 of 55
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center