Jump to content

? servers

? players online

Eldest

Legend
  • Posts

    2686
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Eldest

  1. 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; } };
  2. THE CAKE IS A LIE!!!!!!!!
  3. Hehe, happy birthday man
  4. Updated.And SuddenDeath just hit Print Scrn and make a screenshot .
  5. I think the computer would crash or at least lag for like 10 min if you typed that fast:D
  6. say what mick?I didn't understand anything you said..my English sucks balls:bored:
  7. I need so many posts till HG..but I don't want to spam..that much:rlol:
  8. done:thumbup:
  9. party time!!!!:partydance::partydance::partydance: :partydance::partydance::partydance: (I love all the spam on this forum lol..)
  10. Wasn't it something like 420 posts?
  11. Don't buy 1TB+ HDD including 1TB or above 1TB?Cause I was recommanded to buy 1TB when I built my computer.
  12. Lol, does it make a stabbing motion or like a "whack" style motion with a sound?
  13. http://www.urbandictionary.com/define.php?term=robert lol..... some of them are just fucked up xD I like the first one
  14. lol I didn't even notice the big W:D
  15. Nice!You are typing at a speed of 2 words per second :O
  16. hehe making progress daZe, nice!
  17. I have no idea what this game is about so I can't answer that:blushing:
  18. Post your Pet!

    Snakes?O.o
  19. How long it will take to defragment 1TB ?
  20. No mistakes this time hehe
  21. 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?
  22. Yeah..if you are CT, you can expect to anger many people, just live with it and try not to upset them
  23. http://www.encyclopediadramatica.com/1337
×
×
  • Create New...