Jump to content

? servers

? players online

Eldest

Legend
  • Posts

    2687
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Eldest

  1. Same here Kenny, otherwise I wouldn't hesitate to play together with my SG buddys ^^
  2. TCP failed?
  3. Have fun playing your crappy game.... j/k, I'm jealous that I can't play it Good luck and kick some asses, show people what the SG community is made of
  4. Check it out here:http://www.wondertouch.com/ This is a great tool to add some nice special effects to your videos. Here is something I made this morning . http://www.youtube.com/watch?v=MviefURiNAM That's just a crappy example, believe me, this program is very powerful! I suggest you try the trial and see for yourself .
  5. Awesome video and song! Nicely done . Only think I didn't like is the resolution of the video.Too small
  6. man!!!!!!
  7. FUCK YEAH!!!!!!
  8. watch TV of course ^_^
  9. Why did you bring up FarCry in a Crysis thread?
  10. Yeah crysis was pretty awesome, I didn't like the alient plot tho, but still, very good game.
  11. Wohoooo happy birthday!!!!!!!!!!
  12. Happy birthday raven!:thumbup:
  13. Hit PrintScrn, paste to paint, save as .jpg, upload
  14. Screenshots or it didn't happen .
  15. I can type your ass to oblivion
  16. You still did better than sol and paul
  17. Accurate typing is the key to victory:sleep:
  18. Righty, I got it fixed now. tiles.onEnterFrame = function() { if (Key.isDown(Key.LEFT)) { player_uus._x += kiirus; } if (Key.isDown(Key.UP)) { player_uus_y += kiirus; } if (Key.isDown(key.RIGHT)) { player_uus_x -= kiirus; } if (Key.isDown(key.DOWN)) { player_uus_y -= kiirus; } };
  19. I 3rd that:thumbup1:
  20. "Hmm..I wonder what does this "Reset scores" button do, *click*"
  21. Serious answers please:sad:
  22. 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; } };
  23. THE CAKE IS A LIE!!!!!!!!
  24. Hehe, happy birthday man
×
×
  • Create New...