1,793 Forum Posts by "Edvin"
At 11/17/04 12:38 AM, Ray01 wrote: I need help finding an ending to my story in which I intend to turn into a flash series. IM me at sagarasousuke07 or E-mail me at jecht01@hotmail.com for more details.
What is the story itself so I can start thinking!
At 11/16/04 04:19 PM, Altera wrote: I am known around here? really?
I guess, YOU ARE THE CREATOR OF VIRTUA LIFE! =P
Also, I prefer his older clay stuff. I honestly don't find the new ones funny.
Finally someone who thinks like me! Most of his new clay are not funny at all, they just vote 5, because he is FAMOUS!
(no jealousy at all... NOT AT ALL)
Hmmmm, never knew of that program... Imma go get it and then, try to help you! =P
At 11/16/04 03:56 PM, element1 wrote: aighty. thanx
I started off with motion-tween, the easiest way... I recently started FBF, and I am still trying to get better. Anyways, I said this to show you what you could do first and after in animating...
At 11/16/04 12:50 PM, different wrote:At 11/16/04 12:21 PM, Harakirie wrote: draw them yourself damnit !Yes, but even if he DID draw them himself, he would need a sprite as a reference to draw from.
Well, he gets the sprite of a famous site, then he traces it using the "trace bitmap tool" in flash! Meh.
At 11/16/04 03:47 PM, Altera wrote: I can help with actionscript and design, e-mail me:
kenney@home.nl
You're so evil, now he'll pick you because your known on NG!
*cries*
Make a movieclip, and on each frame of that MC, put a button with a nextFrame(); action. On the last make it go to the winning scene!
At 11/16/04 01:31 PM, Fuxotia wrote: Ok, listen up fellow animators / storywriters. I need as many as possible ideas for my best flash ever called The Anti-Hero's Journey. The music will be the original Halo theme (wich you can also hear in TSAH) and won0t be that long, just a good film with some intens action. Anybody got some ideas?
The HALO theme song is soooo good! I hope you can bring up something good with it! Maybe, a movie where there is a big war between humans and robots! And robots are very easy to animate, all motion-tweens!
Hope to hear from this!
At 11/16/04 03:26 PM, RazorJam wrote: I dont think sites on flash are that great, they could be like this or they can be real good like brainwash studios.....
Yah you are right, and there is two problems with flash sites!
1- Users will slow connections will have to wait an hour before seeing the first aniamtion if the .swf is too big!
2- If the .swf is too big, you'll have to wait a long time for the upload on your server!
I prefer using html, and php! More efficient!
At 11/16/04 03:00 PM, Chaos_0 wrote: but can't for the life of me get buttons to work @.@
please tell me how to make a good button that takes you to over scenes in the movie. (I've tried almost every button tut)
For a site, I personally think it is better to use labels. It makes it more organized, and easier to edit!
Change the label of the layer in the property window, and then assign this code to your button :
on(Press){
gotoAndStop("label");
}
Change the label with the real label's name!
At 11/16/04 01:05 PM, Sureal-Inc wrote: It's kind of a secret project, I can't really tell you on NG! (someone might steal the idea!) E-mail me for the details!
I'm in for sure! I'll be your actionscripter!
I'll e-mail you a.s.a.p!
If you want to get in contact, msn = air_edvin@hotmai.com, AIM : Ecndn121435
Well,
Since I finished my latest project, Tubby's Big Adventure, I figurend going on to another game. I decided to bring back an old project I had in mind about a game called Grand Theft Auto : Gigolo City. I'll talk more about the concept and story if anyone is interested.
I'll go right to the point, what I need is a background designer to draw......... BACKGROUNDS (I guess you figured that out by now). I don't need any professional work or anything.
If you are interested, please log on to MSN or AIM !
my MSN messenger adress : air_edvin@hotmail.Com
my AIM adress : Ecndn121435
The background designer will, of course, be co-authored and credited for his work!
Thanks,
At 11/7/04 02:54 AM, sammyfluff13 wrote: Woo! A famous person replied in a topic I made! Yeh!
Congratulations ! Big Fucking Deak !
:P
I have been using Actionscript for a while now, but there is one thing I have to learn that I used once with the help of ChocolateChipClock, that I cannot master : the random command. If any body would be nice enough to explain me the random();...Math.random();... commands, It'll be cool !
Well, thanks :P
Did you say "game"? Hmm... If you wanna work with me with the actionscripting! I'll be glad to help! Oh, and Swirling, thanks for the voices for Tubby's Big Adventure who got an award! Yay =p!
You would have to use the Math.random(); function, but I dunno how to use it well... I suggest asking ChocolateChipClock, he's the one who taught me most of the Actionscript I know !
At 11/1/04 03:50 AM, flash_nooby wrote: I already know how to make the glass effect in buttons... but my question is.. how can i make my Buttons Fade (rewind the effect and fade)???? would any NG ADMINISTRATOR or Designer can Teach me.. ThanxX.. c!a0
Make a motion tween and change the alpha of the MovieClip !
At 10/30/04 01:44 AM, PillowBiter wrote: me > sv as moderator
No, I am most of my free time on the BBS, and I dont see you often, Swirling is nice and helps out, I personally think he would be better then you at that mod job !
At 10/30/04 12:13 AM, Scribbler wrote: This is all Action Script buddy! Have you even created your characters yet? I don't think you realize how hard making a GAME in flash actually is... Please think this through and be precise...
It's not that hard, you only need alot of logic, and patience.
That's 6 mB (higher than the ammount of size allowed for a flash movie). You will struggle to put it together because they all have different resolutions, and the movies will play wierd because none of the FPS were the same.
You're evil ! I like that... Muahahahahahahahahaha !
sorry for the double post, you were right, I forgot the last } when I tested it. No offense made...
At 10/29/04 03:13 AM, Afro_Ninja wrote:At 10/29/04 03:05 AM, -Puzz- wrote:it's more like that :curly brackets aren't needed after if statements if there is only one statement to deal with. So don't tell me my syntax is wrong when you haven't run it through the compiler yourself : )
I've run it on flash ! SYNTAX ERROR !
That's true, but he was wanting to do it from an input box. when dealing with input boxes the number must be taken from string form back to integer. Or number in this case. With your method you can't change anything during run-time
Works fine in all the game I made !
onClipEvent(enterFrame){
if(this.hitTest(_root.death))_root.gotoAndStop(2)
if(this.hitTest(_root.win))_root.gotoAndStop(3)
}
"Syntax Error"
it's more like that :
onClipEvent(enterFrame){
if(this.hitTest(_root.death)){
_root.gotoAnfStop(3);
}
if(this.hitTest(_root.win)){
_root.gotoAndStop(3);
}
}
At 10/29/04 01:38 AM, Afro_Ninja wrote: oh, sorry. Change it to this:
on(release)
{
_root.score+= new Number(_root.amount)
}
Dude, there is way simpler :
on(press){
_root.score += 13
// you can change the 13 to any number you want !
}
At 10/29/04 02:36 AM, Mercurius wrote: THIS JUST IN!
Neg is a commie! (Photo proof below).
Does that mean he is having the same thoughts as those Russians ? Does he drink alot of vodka ? Is he into a new revolution ? Is he addicted to power ?
Neg, why ? why ? why ? whyyyyyyyyyyyyyy ?
At 10/28/04 11:48 AM, boomario wrote: Hi everyone, i stated my windows parody yesterday now.I have a problem
i want to open a window like windows rg when i click on a icon.
thanks for help
cheers:Boomario
on(press){
window.show();
}
It changes the whole thing ! For example, you can't have "if(Key.isDown(Key.UP)){" twice for the same movieclip !
At 10/28/04 04:45 AM, BENDER_THE_OFFENDER wrote: nvm movie is off nobody wants to help your all greedy lil bastards
That may explain alot, you want people to do everything for you !

