1,793 Forum Posts by "Edvin"
At 9/21/04 12:55 AM, n00b1 wrote: I am still learning how to write in actionscript for flash games. :-D
Need any help ? I'll gladly help you in actionscript !
My AIM is Ecndn121435
My MSN is air_edvin@hotmail.com
My YIM is edvin1412@yahoo.fr
Hope to hear from you !
Here, a flash tutorial by a NG friend :
http://newgrounds.com/portal/view/176868
enjoy laddies !
Probably resubmitting a crappy .swf from a long time ago.....
Hey, I might be interested, but, remember that RPGmaker2003 won't let you insert a .swf in the game ! I dunno what you will do with the cutscene then ! But, convince me, and I'll probably do it !
Well, I dunno if it's you, but when I make a side scroller, I make the background move, not the player move ! It's alot easier, try it !
At 9/21/04 10:35 AM, SharkStein wrote: The name of that music loop on flashkit that was used in the game Skullkid on NG ?
Thnx
I am not sure it's from flashkit, I listened it again, and found nothing that looked like that on the site ! Sorry man !
Dude, you take the internet and newgrounds waaaay too seriously !
At 9/20/04 11:30 AM, FelleAndersson wrote: Why do they submit? Can't they see that there movies doesn't are good?
Dude, why do u make threads like this ? First, we all know n00bs send crappy stuff, hell I sent crappy stuff long time ago, but I knew it sucked, I just wanted to give it a try, like any other n00bs ! But, wut I dont get is especially YOU talking about n00bs ! You're not that great in flash ! Sorry for the rudeness, but I just had to say it !
At 9/20/04 01:11 AM, J_Empires wrote: I'll do it to!
jabannister@gmail.com
Yaaay ! I'll contact all of yall when everything is done !Thanks for volunteering everybody !
At 9/20/04 12:09 AM, Sneakers wrote: Another test of lighting
Awesome ! Gimme a tut for making those effects !
I wish. I have everything BUT money right now. I tried books and stuff but my small brain doesnt work...why? WHY??? Please help me! Somebody HAS to be kind enough. I am only 13 so dont expect much of me...
Im 13 1/2 and I know Actionscript !
I just copied/pasted a code from the Actionscript Codes Here thread from EviLudy :
Movement with walls
_________________________________
onClipEvent (load) {
// Set the move speed
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (_root.Walls.hitTest(getBounds(_root).xMax,_y,true)) {
} else {
this._x += moveSpeed;
this.gotoAndStop(3);
}
// Move Right
} else if (Key.isDown(Key.UP)) {
if (_root.Walls.hitTest(_x,getBounds(_root).yMin,true)) {
} else {
this._y -= moveSpeed;
this.gotoAndStop(2);
}
// Move Up
} else if (Key.isDown(Key.DOWN)) {
if (_root.Walls.hitTest(_x,getBounds(_root).yMax,true)) {
} else {
this._y += moveSpeed;
this.gotoAndStop(5);
}
// Move Down
} else if (Key.isDown(Key.LEFT)) {
if (_root.Walls.hitTest(getBounds(_root).xMin,_y,true)) {
} else {
this._x -= moveSpeed;
this.gotoAndStop(4);
}
// Move Left
}
}
NOTE: To activate the walls, you must make a movieclip labelled "Walls"
At 9/19/04 04:47 PM, MisfitsDiego666 wrote: yo i beta tested a game that should be coming to america soon called The Saga Of Ryzom. i beta tested that for months and i have alot of exp. ill test ur game misfitsmaggot666@hotmail.com
OK cool ! and -Trix- ! thanks !
At 9/19/04 01:38 PM, Smeergo wrote: I need some sprites for a matrix parody (to all you noobs) *sprites arent just NES or GB characters sprites are characters that are created to save time on drawing and drawing again *
I know alot of effects for a matrix parody/film and i think it would go quite well so if you need me reply coz i need u
Okay first of all, if you want matrix sprites, from which matrix game do u want the sprites to come from. If it's a 3D game, good luck making sprites outta 3D ! Second of all, why say "to all you noobs" when you have 2 submissions under administartion review ! I doubt you're good at flash...
At 9/19/04 10:53 AM, FireHound wrote: there, I'm willing to give you my opinion...
(added you to msn)
my nickname is "serge"
I sure will !
At 9/19/04 10:29 AM, Smeergo wrote: e-mail it to me or send file via AIM if you have it cant w8 to test it
p.s (ive had experience)
Ill send it as soon as its finished !
At 9/19/04 08:51 AM, schorhr wrote: Oh yes, thats right :) And yes, i wasnt really serious. I am happy like everything is now, but Im here way too much.
Just wondering, wut do u do for a livin' schorhr ?
cool, ill email you as soon as i can with the final version ! Do u have any chatting program ?
I have a question, maybe of subject, but do u have any g-mail invites left ?
I never asked to be a moderator.
yes you did ! But to joke I guess !
Okay, me (-puzz-) and cuber3 are making a game called "tubby's big adventure" ! The game will be soon finished (a matter of days...), and we need some amateur bete testers to report bugs, tell us stuff to improve the game and everything else a beta tester does ! Now, either contact us thru AIM or MSN !
AIM = Ecndn121435 (it's weird, but it's my AIM id)
MSN = air_edvin@hotmail.com
Okay, all beta testers will be credited in the credits section of our game !
Here's a screen shot of our upcoming game :
At 9/19/04 03:46 AM, FelleAndersson wrote: Just download it from like Kazaa or Ares... search for Flash MX 2004 serial number
Hahahahahah ! Don't you read the BBS rules ?!? It's illegal to talk about piracy or any illegal activities on the BBS !
The ChocolateChipClock has spoken !
At 9/19/04 03:42 AM, Fatal_Alliance wrote: thank you verry much i look forward to trying this out thanks again :)
no problem !
At 9/19/04 03:37 AM, Fatal_Alliance wrote: Hello everyone i herd this is a wonderfull site for getting a rep for flash animation i have masterd the mouse. however that is not the point i was wondering if anyone knew what the drawing pads for flash were called also where can i get one cheap can someone send me a hyperlink please? for i am eager to try my hand at one of those thanks!
http://wacom.com ! the best graphic tablets in the world ! These tabies are quite exoensive though, you might wanna consider buying one on http://ebay.com ! Search for a hyperpen tablet, these are good too !
At 9/19/04 03:23 AM, Suicidal-kid wrote: Can anyone teach me how to make a preloader that at a certant precent of load, oh say 10, it will go to a new frame, but not play the movie. I tryed doing it my self, but the preloader acts as if it were part of the movie(It will just play). I already know how to make a precent preloader. If you have the sims 2, then you will know what i am trying to do. Like when you load a neighborhood/Family. Any help would be apreciated!
Either go to flashkit.Com or kirupa.com and get some tutorials about it, or download the Newgrounds one which you can edit to your tastes !
At 9/19/04 01:53 AM, UncleOzcar wrote:At 9/19/04 01:10 AM, shoeboy89 wrote: can some one give me a code for Flash MX Professional 2004 because i dont have 700 bucks... im only 15 and jobless- Do you live with your parents? ask them for money
- Are you 15 and "jobless"? Man...I started working when I was 12...
- Are you stupid or you can't READ? Talking about piracy is not allowed.
Have a good night :)
How can u start working when you're 12 ? Don't you have to be 16 to gain money from working ?
At 9/19/04 03:00 AM, FelleAndersson wrote: Alright... my E-mail's brb_boxaren@hotmail.com
added you as a contact on MSN messenger ! why arent u accepting ?!?!?!
At 9/19/04 02:32 AM, UncleOzcar wrote:At 9/19/04 02:22 AM, mynamewontfitin wrote: ive tried that. It's all car honks and race cars. i just want a normal car loop. ill do the fade in and out effects myself in flash.Whenever I need that kind of effects, I rent a movie at Blockbuster, and I use my microphone to record that kind of sounds...then, I edit them as I want them :)
Have you tried this?
Or take your computer outside, turn the engine of your car (if you dont have one, ask your neighbour, if he doesnt have one, ask your other neighbor...) and record the sounds you want !
At 9/19/04 03:11 AM, NegativeONE wrote:At 9/19/04 03:09 AM, -Puzz- wrote: Since there isnt alot of people who are volunteering (on the BBS), you could use sprites !Final Fantasy 10 sprites?
*slaps forehead.*
Oh yah sorry but that ! :S
I forgot that final fantasy 10 was 3D !
At 9/19/04 03:08 AM, FelleAndersson wrote: LOL!!ROFL!! (sucked)..
Hey, andersson, shut up ! I doubt you can do better... moron !

