Jump to content

? servers

? players online

Eldest

Legend
  • Posts

    2687
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Eldest

  1. Serious answers please:sad:
  2. Basically, I have the following code put in to one frame. When I try to make the tiles move, everything moves, including the ball and the background?Why aren't the other objects stationary?Help please! PS:I have no idea where to post these kind a coding problems . But this sub-forum seems a good place //stop level stop(); //väärtused var kiirus:Number = 3; //build level level = new Array(); _root.attachMovie("taevas1","taevas1",1); _root.createEmptyMovieClip("tiles",2); level[0] = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0); for (y=0; y for (x=0; x if (level[y][x] == 1) { ehita = tiles.attachMovie("normalTile", "normal_"+tiles.getNextHighestDepth(), tiles.getNextHighestDepth(), {_x:x*100, _y:y*100}); } } } //spawn player _root.attachMovie("player","player_uus",_root.getNextHighestDepth(),{_x:35, _y:35}); //pos tiles._x = 220; tiles._y = 240; player_uus._x = 220; player_uus._y = 240; //movement tiles.onEnterFrame = function() { if (Key.isDown(Key.LEFT)) { _x += kiirus; } if (Key.isDown(Key.UP)) { _y += kiirus; } if (Key.isDown(key.RIGHT)) { _x -= kiirus; } if (Key.isDown(key.DOWN)) { _y -= kiirus; } };
  3. THE CAKE IS A LIE!!!!!!!!
  4. Hehe, happy birthday man
  5. Updated.And SuddenDeath just hit Print Scrn and make a screenshot .
  6. I think the computer would crash or at least lag for like 10 min if you typed that fast:D
  7. say what mick?I didn't understand anything you said..my English sucks balls:bored:
  8. I need so many posts till HG..but I don't want to spam..that much:rlol:
  9. done:thumbup:
  10. party time!!!!:partydance::partydance::partydance: :partydance::partydance::partydance: (I love all the spam on this forum lol..)
  11. Wasn't it something like 420 posts?
  12. Don't buy 1TB+ HDD including 1TB or above 1TB?Cause I was recommanded to buy 1TB when I built my computer.
  13. Lol, does it make a stabbing motion or like a "whack" style motion with a sound?
  14. http://www.urbandictionary.com/define.php?term=robert lol..... some of them are just fucked up xD I like the first one
  15. lol I didn't even notice the big W:D
  16. Nice!You are typing at a speed of 2 words per second :O
  17. hehe making progress daZe, nice!
  18. I have no idea what this game is about so I can't answer that:blushing:
  19. Post your Pet!

    Snakes?O.o
  20. How long it will take to defragment 1TB ?
  21. No mistakes this time hehe
  22. Red, do you got any other good links to download this? And after 18th, I can't play this anymore with my open beta key?
  23. Yeah..if you are CT, you can expect to anger many people, just live with it and try not to upset them
×
×
  • Create New...