You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'LostVoices'

We found 1,889 matches.


<< < > >>

Viewing 1-30 of 1,889 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93663

1.

None

Topic: Most epic way to leave NG

Posted: 09/11/09 02:39 AM

Forum: General

Argh!! There be no leaving Ng's Lad


2.

None

Topic: Arr, find your name!

Posted: 09/11/09 02:37 AM

Forum: General

Bloody Jack Bonney


3.

None

Topic: Button Trouble

Posted: 09/11/09 01:27 AM

Forum: Flash

At 9/11/09 01:15 AM, farfenwaffle wrote: Alright, time for some questions!
When you put one button over another button only the top buttons actions work. But what if I want the bottom button to have a rollover code, and the top to have the on release code? how would you recommend having both work unaffected?
AS2
FLASHCS3

Im confused y would you cover a button wiht another button?


4.

None

Topic: Im giving away all my things,

Posted: 09/11/09 12:59 AM

Forum: General

Send the Good Computer or Gaming laptop my way :) i need a good pc mine blew up


5.

None

Topic: "unexpected T_function"?

Posted: 09/11/09 12:51 AM

Forum: Programming

don't knw ifthis is an error but is the Database Forum or forumm because you have a double m there


6.

None

Topic: Music Game As2 Help/tips?

Posted: 09/10/09 11:22 PM

Forum: Flash

At 9/10/09 11:06 PM, Brycearoni wrote: Wow, awesome thanks man. Can any1 else please help?

Dude!! Give some details
Tips on music game.. WTF what type of music game ? what are you making?

what you supplied gives us nothing to help you with


7.

None

Topic: advice for a new flash animator.

Posted: 09/10/09 09:55 PM

Forum: Flash

At 9/10/09 09:53 PM, Patrickthekiller15 wrote: Hi i'm new at flash animations but i wanted to know if anybody could reckamend any programs,equipments and or books to help. thanks. please do reply.

y did you attach that huge ass pic ?


8.

None

Topic: Foolish Question, Quicktime

Posted: 09/10/09 09:54 PM

Forum: Flash

http://tinyurl.com/l3amwv


9.

None

Topic: what do you do?

Posted: 09/10/09 09:52 PM

Forum: Flash

At 9/10/09 09:32 PM, nb12345100 wrote: anyone? when I mean by what do you do, I mean what do you do when you first start animating a project?

uhh Draw the starting position onf the animation turn it into a movieclip go inside it and then animate it


10.

None

Topic: Actionscript 2.0

Posted: 09/10/09 09:24 PM

Forum: Flash

Actionscript is made up of Classes
Classes have methods and properties commonly called Functions and Variables

in actionscript 2 some properties start with an underscore. _root _x _y _xmouse and so on

the Movieclip class built into flash has properties and Methods.

so when you use a fullstop it is telling it where to go so lets say you draw a circle and make it a movieclip, it can now use the methods and properties within the Movieclip CLASS.

so it can have a _x and _y property and to access it you use the name of the movieclip and then a . to access the property so..

circle._x

this tell flash your working with the circel movieclip's _x property. because you made it a movieclip flash knows it can use the Movieclip class allowing the _x

there are other classes like sound classes.. these do nont have a _x property and you will get an error doing

mySound:Sound = new Sound;
mySound._x = 10;

flash will look in the sound class and go WOAH!! there is No _x Property what the hell?!?? and go Pfft Nup here have an error!!

different languages use different symbols

Actionscript uses the . so circle.property/method

php uses => circle=> property/method

:)

i don't know i just pulled this from my arse it's probably completely wrong but you don't really need to know why he dot is there just to know you must use it if you want the circle to be at 10 x and 10 y you cant do

circle x = 10
circle y = 10

or

circle.x = 10;
circle.y= 10;

^ that is AS3

as 2 must be

circle._x = 10;
circel._y = 10;
don't forget to end your statements with a ; like i have done a few times.. AS2doesn't require it but it's good pactice.. i beleive AS3 needs it :s


11.

None

Topic: idea for a flash game.

Posted: 09/10/09 09:10 PM

Forum: Flash

uhh what? mvc?

Mvc is an architectural pattern used in Software engineering Model View Controller :)

so your making a streetfighter game? someone should make ManBearPig or MonkeyMan who throws poo at you!!


12.

None

Topic: lol???

Posted: 09/10/09 02:32 AM

Forum: General

because the conversation doesn't deserve any other reaction and lol is quick to type for a response


13.

None

Topic: Tell me to animate something

Posted: 09/10/09 02:11 AM

Forum: Flash

At 9/10/09 02:02 AM, shawnsimz wrote:
At 9/3/09 08:29 PM, lpfann2 wrote: your style reminds me of yotam perrel SOOO much...and i love it

animate a guy doing the thrust dance (like when you hump the air)
okay

Animate a Smiley face saying You Fuc--ing Suck!! and lughing..
oh.. wait.. i think i have seen this somewhere hmm. ;)


14.

None

Topic: My Art Skills?!

Posted: 09/10/09 02:02 AM

Forum: Flash

At 9/10/09 01:39 AM, the1manwiththeplan wrote: The bottom line of your cats body protrudes into its leg
It should be behind it maybe rub that bit out.

Also the right hand side whiskers, this would be fine if it was a side on view where you could see only 1 eye and the mouth was all the way to the right but seeing as you can see all the face the whiskers need to extend into the face otherwise it looks like they are joined to the back of it's head %uF04A


15.

None

Topic: Showcase your flash work.

Posted: 09/10/09 01:55 AM

Forum: Flash

At 9/10/09 01:44 AM, jeffamphetamines wrote:

dhtml ? what is that? xhtml i know but dhtml?

i was making a portal thingy but gave up halfway through :P

http://toonstomp.com/index.php
dhtml isnt really a language it just combinse html, javascript , n css to create dynamic webpages

i c cool cool


16.

None

Topic: Showcase your flash work.

Posted: 09/10/09 01:42 AM

Forum: Flash

At 9/10/09 01:39 AM, jeffamphetamines wrote: Lol its a wordpress blog with a phpbb3 forum.

But if anyone wants my background i took classes on web design for 4 years. I am experience in html, dhtml, css, and a bit of javascript. I also know java which is irrelevant but i have made a few private servers for runescape all hosted on my vps. But its not about being a capable designer its just a way for people to showcase there work on another site just to get a little more recognition and like i said previously all credit will be given with links to there profiles or sites

dhtml ? what is that? xhtml i know but dhtml?

i was making a portal thingy but gave up halfway through :P

http://toonstomp.com/index.php


17.

None

Topic: Showcase your flash work.

Posted: 09/10/09 01:40 AM

Forum: Flash

Meh i'll give ya my one and only flash movie LOL


18.

None

Topic: Hiring Animator Will pay $$$

Posted: 09/10/09 12:29 AM

Forum: Flash

At 9/8/09 04:38 PM, pertat wrote: *bump*

Still searching for the right candidate...

PS: you must have msn or yahoo messenger in order to be considered

Hi My Name is Eugene Hoslebosel.
I beleive i would be perfect for this position :)

let me demonstrate

| | <--- what you see here are some parrallel lines. these lines are actually so well animated that it is invisible to the human eye. i can also do them Horizontally
_
_

i would be happy to take up this position but i require $302.86 i hope this is ok.

Thank you

Kind Regards,
Eugene HosleBosel


19.

None

Topic: Multiplayer flash server?

Posted: 09/10/09 12:18 AM

Forum: Flash

At 9/9/09 10:47 PM, bcapecci wrote: What's the best multiplayer flash server that I don't have to pay for or place on their site? I'd like if it had an example game that's open sorce or I'd just well documented because I want to get better at multiplayer online games. Thanks

How much multiplayer stuf have you done?
what have you built?


20.

None

Topic: My Art Skills?!

Posted: 09/10/09 12:17 AM

Forum: Flash

I Drew a Bunny!!!

()()
( ..)
(')(')

DOES IT ROCK!?!?!


21.

None

Topic: i need !!!

Posted: 09/10/09 12:14 AM

Forum: Flash

Obviously Inglish language is your not first.

please go here trype in your language and translate to english for us

http://www.worldlingo.com/en/products_se rvices/worldlingo_translator.html


22.

None

Topic: Animations help??

Posted: 09/09/09 10:42 PM

Forum: Flash

At 9/9/09 10:38 PM, Azkar wrote:
At 9/9/09 10:35 PM, LostVoices wrote:
At 9/9/09 10:27 PM, Azkar wrote: Jw can I animate with Adobe Flash CS3 Profess? or do I need to go dowload something else?
uhh Please read what Adobe flash is

it is an animating software

www.adobe.com

go read up it will tell you all
so adobe flash is for games and movies? my b I htough their was like 2 diffrent adobes 1 for games and like 1 for movies

No there are different versions of Adobe Flash

it was created by a company called Macromedia so oyu had Macromedia flash mx mx2004 and fash 8
then they sold it to Adobe and out came Flash cs3 and cs4

they are animating / web design/ game software

within flash is a scripting language called Actionscript this is what programmers use to make your animations around with keys and use input and such.

if you want ot just animate all you need is flash
if you want ot make games all you need is flash :)


23.

None

Topic: Animations help??

Posted: 09/09/09 10:35 PM

Forum: Flash

At 9/9/09 10:27 PM, Azkar wrote: Jw can I animate with Adobe Flash CS3 Profess? or do I need to go dowload something else?

uhh Please read what Adobe flash is

it is an animating software

www.adobe.com

go read up it will tell you all


24.

None

Topic: i need !!!

Posted: 09/09/09 10:23 PM

Forum: Flash

At 9/9/09 10:05 PM, bocodamondo wrote: oh ok
here:

MOVIE called:
COOCKING:
the story is about boco see that hamburger and taco ... eats are really popolare
and he want do too something that everyone gonne want eat it
i got more from this but not funniest :(

genr is:
it most +13 jokes not with adult or creppy shit

the characters are:
boco & joe & boco's father some guy and rest of peapole

uhhh what?

do i read this correct, he sees a hamburger and eats it? how awesome


25.

None

Topic: Small Multiplayer begginer steps?

Posted: 09/09/09 04:56 AM

Forum: Flash

At 9/9/09 04:33 AM, GustTheASGuy wrote: From scratch. Synchronization is a difficult task, it's not something that kids who can only consider three lines of code at a time can do.

hmm well

kid - Passed
more than 3 lines - Passed

but thanks Gust i'm reading the smartfox server site docs now :)


26.

None

Topic: Random number generator AS

Posted: 09/09/09 02:22 AM

Forum: Flash

At 9/9/09 02:14 AM, iluvAS wrote: O_o.... what's so complicated about it

var range:Number=5 //any number range u want in this example its 5
randomizer=Math.round(Math.random()*rang e) // round the value cuz u might get float point values
attack = randomizer // sets the attack... ur code goes on down here

so using this method will give you 6 results?


27.

None

Topic: Random number generator AS

Posted: 09/09/09 01:34 AM

Forum: Flash

At 9/8/09 02:01 PM, UnknownFury wrote: Math.random();

Will generate a number between 0 and 1. You can then multiple and round it to get a number within a given range. For example:

Math.floor(Math.random() * 5); // generates a number between 0 and 4

If the lower bound is not 0 you can add or subtract to the number. If we add 1 to the number above we will have a number between 1 and 5

this confuses me

Does that mean that it will do something like

n = (0.8788 * 5) which equels 4.394 and then math.floor will drop it down to the nearest Integer giving 4 ?
or

n =0.4525 * 5 which equels 2.2625 then math.floor will drop it down to the nearest Integer giving 2 ?


28.

None

Topic: Small Multiplayer begginer steps?

Posted: 09/09/09 12:24 AM

Forum: Flash

If I was to make a multiplayer game where say 4 people could log in and walk around. Would you create the client and game as a single player game first and then turn it into a multiplayer game? Or would you have to create it from scratch as a multiplayer game?

Has anyone had any experience with this? I'm not talking about mmorpg's but just max 4 players probably only 2 or 3 though

thanks


29.

None

Topic: Level up Question

Posted: 09/08/09 07:59 PM

Forum: Flash

onEnterFrame = function (){

if (xp == 100){
  hpMax += 50;
mpMax += 50;
xp = 0;
}
}

30.

None

Topic: game idea?

Posted: 09/08/09 07:42 PM

Forum: Flash

pong


All times are Eastern Standard Time (GMT -5) | Current Time: 10:48 PM

<< < > >>

Viewing 1-30 of 1,889 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93663