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: 'CrustySheet'

We found 532 matches.


<< < > >>

Viewing 181-210 of 532 matches. 1 | 24 | 5 | 6 | 7 | 8 | 9 | 101418

181.

None

Topic: Anyone need a programmer?

Posted: 11/25/08 12:32 AM

Forum: Flash

At 11/25/08 12:20 AM, tyroiusrtmaonm wrote: Alright I've sent PM's to everybody. Crusty, really? No closing parenthesis, and an extra close bracket? *Tsk, tsk*

Lol i see it now

i'm still learning Actionscript so from my head it is wrong but if it was in flash i woulda picked it up :)


182.

None

Topic: Anyone need a programmer?

Posted: 11/25/08 12:30 AM

Forum: Flash

At 11/25/08 12:17 AM, Zuggz wrote: There's quite a few syntax errors there .

really lol i just typed it out :(

i knew there was a { missing in the onEnterFrame function what else?


183.

None

Topic: Anyone need a programmer?

Posted: 11/25/08 12:02 AM

Forum: Flash

Man h e's taking forever to get back to you guys

wel here ya go :P

var speed=5;
function moveChar(speed){
player._ x +=(Key.isDown(Key.RIGHT)*speed;
player._ x -=(Key.isDown(Key.LEFT)*speed;
}

onEnterFrame = function();

moveChar(speed);
}

184.

None

Topic: Beta Test New Game

Posted: 11/24/08 10:44 PM

Forum: Flash

i got there THAT IS AWESOME!!!!!!!!!

Put it on the portal it will get 5'ened


185.

None

Topic: Beta Test New Game

Posted: 11/24/08 10:40 PM

Forum: Flash

LOL i havn't even reached the door but i think i know whats going to happen


186.

None

Topic: Help, converting code.

Posted: 11/24/08 09:47 PM

Forum: Flash

i dont know about as1 but try + instead of add


187.

None

Topic: Minigame collab

Posted: 11/24/08 07:04 PM

Forum: Flash

At 11/24/08 06:56 PM, Teenplayer84 wrote:
At 11/24/08 06:34 PM, zooominsh wrote: My game
awesome game

Brings back memories :)


188.

None

Topic: Need a programmer for a platformer

Posted: 11/24/08 06:34 PM

Forum: Flash

At 11/24/08 06:23 PM, ProfessorFlash wrote: Hahahaha, I just cracked up when I saw the "sketch" :D. Damn that was hilarious :DDDDDD

God I can't stop laughing :DDDDD

High Five! i'm right there with you


189.

None

Topic: Need a programmer for a platformer

Posted: 11/24/08 06:18 PM

Forum: Flash

At 11/23/08 10:18 PM, dumbcook444 wrote: heres a better SKETCH.

and its gonna be called adventures of Moe Lester

AHHHHHHH HAHA HA HA HA HA!

man funniest kid ever


190.

None

Topic: why isnt is removing the clip?

Posted: 11/24/08 09:51 AM

Forum: Flash

there is code on the enterFrame that moves its _x -=30


191.

None

Topic: Minigame collab

Posted: 11/24/08 09:15 AM

Forum: Flash

here you go many a little update :P

up and down keys

http://spamtheweb.com/ul/upload/3608/105 5_rocket.php


192.

None

Topic: why isnt is removing the clip?

Posted: 11/24/08 09:07 AM

Forum: Flash

i thought i had it right but i guess not can anyone help

setInterval (function () {
	duplicateMovieClip(rock,"rock"+i,100+i);
	rockCopy=_root["rock"+i]
	rockCopy._x = 700;
	rockCopy._y = random(100)+200;
		if(rockCopy._x <= 50){
			removeMovieClip(this);
		}
	 i++
}, 1000);

193.

None

Topic: Minigame collab

Posted: 11/24/08 08:35 AM

Forum: Flash

listen here then its looped
http://spamtheweb.com/ul/upload/3506/850 40_Untitled-1.php

oh and yeah it sounds cool ... if i get time i got
2 games for this collab, another main game (just waiting on art work) some flash ad projects and a nother proposal iim working on


194.

None

Topic: Minigame collab

Posted: 11/24/08 08:28 AM

Forum: Flash

LOL Woo!! Rave Party


195.

None

Topic: Minigame collab

Posted: 11/24/08 08:19 AM

Forum: Flash


196.

None

Topic: Minigame collab

Posted: 11/24/08 08:07 AM

Forum: Flash

im talking about a song for the menu :P

hang about i'll make one quickly now give me 5 mins


197.

None

Topic: Minigame collab

Posted: 11/24/08 07:25 AM

Forum: Flash

lol for the menu??
i could just make you another one :P


198.

None

Topic: Help!!

Posted: 11/24/08 06:09 AM

Forum: Flash

onClipEvent(load);{
healthVar = 10;
}


199.

None

Topic: Minigame collab

Posted: 11/24/08 05:05 AM

Forum: Flash

HEHEHEHE!!

so yeah if anyone wants to help me with some art on this type of game.. ive already made some music and need to jazz up the board

http://spamtheweb.com/ul/upload/3506/724 33_rocket.php


200.

None

Topic: Minigame collab

Posted: 11/24/08 04:38 AM

Forum: Flash

hehe i made my own music for the game :P


201.

None

Topic: HI everyone.Need help here.

Posted: 11/24/08 04:01 AM

Forum: Flash

there is no such thing as a tutorial the will TEACH you how to develop a game

there a tutes that will SHOW you how to but not TEACH you because copy pasting code is not learning

those sites you listed if they are no good for oyu then Programming is not for you
maybe get into art and get a programmer.. cos AS.org?? doesnt help? c'mon


202.

None

Topic: flash .swf

Posted: 11/24/08 03:37 AM

Forum: Flash

At 11/24/08 03:13 AM, Munz wrote: wouldn't that be stealing then? (if your trying to upload it to a site and you did not make it?)

i guess if he claims its him it would be


203.

None

Topic: Minigame collab

Posted: 11/24/08 03:35 AM

Forum: Flash

If anyone wants to join this but doesnt know Actionscirpt but does know how to do some good art let me know i have an idea but i may need an artist on this one


204.

None

Topic: Input Text

Posted: 11/24/08 12:54 AM

Forum: Flash

hmm not sure cos
= is an assignment operator
and
== is a comparison operator

i would of thought it would use ==


205.

None

Topic: Input Text

Posted: 11/24/08 12:08 AM

Forum: Flash

make a button and put this on it

on(release){
if(_root.textboxname.text=="Win"){
gotoAndPlay(frame);
}
}

now replace frame with the frame # and relace textboxname with the intsance name of the text box

and then when the button is pushed it will work


206.

None

Topic: Input Text

Posted: 11/23/08 11:59 PM

Forum: Flash

no
replace frame with the frame number you want it to

and make sure the person types Win not win or wIn or wIN

notice capitals


207.

None

Topic: Input Text

Posted: 11/23/08 11:51 PM

Forum: Flash

if(textboxname.text==""){
gotoAndPlay(frame);
}


208.

None

Topic: mouse follow help?

Posted: 11/23/08 09:28 PM

Forum: Flash

could you not just change the += and -= to the opposite?

so if it was

this += __xmouse

change ot

this. -= _xmouse

you could try but im not too sure


209.

None

Topic: stop one sound but let the other...

Posted: 11/23/08 09:21 PM

Forum: Flash

that was a waste of a post i take back everything i said! DON'T YOU THINK I TRIED GOOGLE!!!

sorry for triple... :S
WHY does it say once again im double posting

I tell you what iim getting fkn sick of you guys coming here asking questions without chekcing google

EVEN IF you did actually look at the link i gave you you wouldhave seen it says "HOw do i stop one sound and keep others going?"

heres the link to the answer but why the hell should we read your post goto google search exactly what you asked get the answer give you the link when you could've done it yourself!!

http://board.flashkit.com/board/showthre ad.php?t=265405


210.

None

Topic: stop one sound but let the other...

Posted: 11/23/08 09:18 PM

Forum: Flash

yeah i forgot to post it :P

i think the 2nd or 3rd link in there has the answer


All times are Eastern Standard Time (GMT -5) | Current Time: 12:37 AM

<< < > >>

Viewing 181-210 of 532 matches. 1 | 24 | 5 | 6 | 7 | 8 | 9 | 101418