Jump to content

omgnoseat

Members
  • Posts

    2087
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by omgnoseat

  1. More people should realise this, I find it quite annoying that humanity wants to discover everything. I havent watched the video's as I can't be bothered atm, but I will watch them later. Pretty sure I will find it all laughable, the whole idea of aliens always cracks me up, can't believe some people acutally believe that. Not saying that it's wrong if you believe in aliens or anything though, just don't believe in it myself
  2. great video, has such a relaxing atmosphere, makes me want to ride Some pretty huge moves in there too. Do you have any idea how far marco grosenik got on the sidehop competition? I know he can sidehop pretty damn high.
  3. I've stopped feeling anything for Christmas, New Years, easter and all that stuff when I was about 13. Just dissapeared in 1 year. Quite a shame, there always was such a nice atmosphere around those times
  4. i've seen all clips there already, but 02:14 does it for me everytime
  5. I remember some other video's from you, quite sick.. Post this one up, quite eager to see it
  6. Hehe thanks some people didn't understand it and thought I was being racist. They tought that I was trying to make clear that black people are just in the shadow of white people, how do they come up with the stuff. Anyway, the picture is trying to tell that the figure is looking all happy on the outside, but he actually is feeling very sad and suffers from a broken heart =[ The figure there is basicly me Think I'll make some more stuff today, quite enjoy doing it, even though it isn't that great.
  7. Took some more practise into Illustrator Yea I've been feeling a bit down lately
  8. second thingy ever in illustrator No idea if it is any good, i'm always too proud of my own stuff So please tell me what you guys think about it And yea, I was feeling a bit down The idea behind it, is that this man is suffering from extreme pain [agony], thus his eyes are bleeding and his soul is leaving his body trough his mouth and eyes. Bit emo, but meh.
  9. It's one of the most popular music styles here. So sad Whenever I walk on the street I always see 16y/o listening to it and feeling totally cool. the only good 'core music is Metalcore.
  10. Just wanted to note that I will be seeing the girl tomorrow I know that she will never change back, but I want to give it one last go @Alan, I know exactly what you mean
  11. It has to be in actionscript 3 I'm all stressed out, if I don't make this thing I have to do a harder test which is basicly impossible hurray
  12. Well, I got a school assignment where I need to program an animation in adobe flash cs3 where the user has influence on what happends, so something like a little game. The problem is that I never have programmed in my life, and I don´t have the time to study it now... So some help would be gratefull. Someone I my class helped me to create a ball which you can controll by the keyboard, but that isn´t going to do for the assignment. I would like the ball to be clickable, and then change into a square which will move faster. This is my current code: package { import flash.display.Sprite; import flash.events.Event import flash.events.KeyboardEvent; import flash.ui.Keyboard; public class Test extends Sprite { var Ball:Sprite = new Sprite(); var speed:int = 5; public function Test() { init(); } private function init():void { stage.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyboardEvent); Ball.graphics.beginFill(0XFF0909); Ball.graphics.drawRoundRect(50,50,60,60,60); Ball.graphics.endFill(); stage.addChild(Ball); } private function handleKeyboardEvent(event:KeyboardEvent):void { switch(event.keyCode) { case Keyboard.UP : Ball.y -= speed; break; case Keyboard.DOWN : Ball.y += speed; break; case Keyboard.LEFT : Ball.x -= speed; break; case Keyboard.RIGHT : Ball.x += speed; break; } } } } I'm using 2 files: Deelopdracht1.fla Test.as I'm using the document class in the .fla file to link them. Some help will be greatly apreaciated, it's quite important
  13. omgnoseat

    [;

    Those video's make me cry He can manual so well
  14. where you the guys who went to america just to meet a girl whom you know from msn? If so, how did it turn out when you met her? Sorry if I'm mistaking you with someone else
  15. Who is this Hayley?! I tought we had something special together Anyway, seriously now I know how bad it feels to have a strong desire for someone, but the other person doesn't feel the same I'm going trough the exact same thing, the girl even told me she wanted a relationship, but in one day that all dissapeared and she went all slutty with other guys Meh I shouldn't have started about it, now I feel all crappy again What I was trying to say is that it really is one of the worst feelings there is
  16. I believe it I've already found mine, his name is fat pants, we share a deep passionate love with equally passionate sex
  17. I didn't actually notice alot of difference, but I had to carry water with me an spray it on the disc every 10 mintues to get a good hold though
  18. Well, yea that the problem, I live in the netherlands and don't want to pay the whole shipping thing for just a little thing Thanks for the reply though
  19. Probably asking to be hated here, but didn't know a better place to ask I got this party next week, and this girl is begging me to take a lip piercing [like this one] Ofcourse I won't take one just because she wants one, but I was thinkin to suprise her by taking a fake one Now I have no idea where I could buy fake piercings in the netherlands, so I was thinking if you guys knew any sort of replacement or sort of "bodge" for a lip piercing. I've heard that you can take these and kinda bend it together, but I can't see that holding on for too long Also read that you could take the ball of here and use just put the ring in your mouth, but can't see that working aswell
  20. Same here I even keep my laptop with me at night to msn with people in bed, but thats just because I feel lonely
  21. might be that the photoshop file is set on grayscale instead of RBG color? probably has nothing to do with it but meh
  22. I'm internet addict Whenever my internet is down I have absolutely no idea what to do
  23. Oh damn, it was meant for trials forum.. I voted the exact opposites of what I liked than =/
  24. Try a new style of trials, try putting in spins and little technical moves in your lines Trying to be as smooth as possible can also be fun
  25. never seen it aswell, t's amazing Some sick moves in there
×
×
  • Create New...