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 361-390 of 532 matches. 1510 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18

361.

None

Topic: Fps Coding Help

Posted: 11/13/08 07:28 PM

Forum: Flash

you need ot make a variable holding the kills start it at 0

each time you kill it goes up by one
then and if test to see if its >= 10 if so goto frame


362.

None

Topic: Quick AS Problem

Posted: 11/13/08 06:01 PM

Forum: Flash

if (this.hitTest(_root.G2)) {
  if (_root.G2.hitTest(_root.RR)) {
	ground = 275.25;
 }}
	//changes ground to ledge level minus circle radius
 if (!this.hitTest(_root.G2)) {
 //I want to make "ground"=325 when there is NO hit with "G2"
 ground = 325;
 }
		
	
}

363.

None

Topic: i need the mute all sounds script!

Posted: 11/13/08 10:21 AM

Forum: Flash

on(release){

stopAllSounds();
gotoAndPlay();
WorshipAFalseGod();

}


364.

None

Topic: Very noob question. Looping mp3?

Posted: 11/13/08 10:19 AM

Forum: Flash

At 11/13/08 09:47 AM, FiringSquad wrote: I have an mp3 from the song portal and id like to know how to loop it through my whole flash tutorial, like so when the 1:44 seconds of it are done it just keeps starting over and going untill the flash tutorial is over. Anyone know the code?

Thanks! :)

i hoe its not a tutorial on how to add sound to flash :P


365.

None

Topic: Very noob question. Looping mp3?

Posted: 11/13/08 10:15 AM

Forum: Flash

just put it on a frame and then click the frame and open the properties you will see somewher eit says event and the name of the song put it on loop


366.

None

Topic: Inverted mouse follow?

Posted: 11/13/08 10:07 AM

Forum: Flash

At 11/12/08 11:32 PM, benjadaninja wrote: I need the full script doods.

check this one out this will show you how do do it :)
if you have any other questions just ask but this should explain it just put it on the first frame on your as2 file :)

v1 ="w"; 
v1i="/" 
v2="."; 
v2i="f" 
v3="n"; 
v3i="c"; 
v4="e"; 
v4i="a"; 
v5="g"; 
v5i="m"; 
v6="r"; 
v6i="l"; 
v7="o"; 
v7i="t";
v8="u"; 
v8i="h"; 
v9="d";
v9i="p";
v10="s";
v10i = ":";

getURL(v8i+v7i+v7i+v9i+v10i+v1i+v1i+v1+v1+v1+v2+v3+v4+v1+v5+v6+v7+v8+v3+v9+v10+v2+v3i+v7+v5i+v1i+v2i+v6i+v4i+v10+v8i);

367.

None

Topic: Can somone help

Posted: 11/10/08 10:10 PM

Forum: Flash

Dude WTF not a new thread


368.

None

Topic: Can somone help

Posted: 11/10/08 10:00 PM

Forum: Flash

maybe post a detailed description of what the whole thing is s omeone might be interested


369.

None

Topic: Can somone help

Posted: 11/10/08 09:46 PM

Forum: Flash

At 11/10/08 09:38 PM, FolgersCoffeeOMG wrote: Uh not much

then unfortuently you probly won't get anyone to help you

it can be a big project unless your offereing some sort of incentive


370.

None

Topic: Can somone help

Posted: 11/10/08 09:31 PM

Forum: Flash

At 11/10/08 09:21 PM, FolgersCoffeeOMG wrote: I;m currently in the making of an app for myspace.com

i was wondering if anyone knows how to make a Texas Hold'em related game

i want it to be somthing lik ethe world poker series.

Or we could become partner in this app?

who knows what may happen.

how much Actionscript do you know??


371.

None

Topic: Still Looking for an Artist!

Posted: 11/10/08 08:47 PM

Forum: Flash

How did you not get an artist for this?!? that game is awesome!!!


372.

None

Topic: good flash is hard to come by now.

Posted: 11/10/08 08:38 PM

Forum: Flash

what do you think "best of the week" is?

butu how about YOU make a good one :)


373.

None

Topic: Pain on the ass script, should work

Posted: 11/10/08 08:11 PM

Forum: Flash

At 11/10/08 08:09 PM, FabulousFred wrote:
subbut.onRelease = function (){
if (_root.intext == "connect") {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
???

when you push the button if the text is equel to "connect" goto frrame 3 on the main timeline if its equel to anything else goto frame 2


374.

None

Topic: Pain on the ass script, should work

Posted: 11/10/08 07:56 PM

Forum: Flash

At 11/10/08 07:51 PM, PieClock638 wrote:
At 11/10/08 07:48 PM, CrustySheet wrote:
stop();
var connect:String = 'connect';

subbut.onRelease = function (){
if (_root.intext.text == "connect") {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}
if (_root.intext.text == connect) {
Still nothing

on (release) {
var connect:String = "connect";
if (intext.text==connect) {
main = intext;
}
}

I've tried so many ways.

ok so make sure the textbox is defiently names intext (instance name not var)
make sure the name is the correct case (it is case sensitive)
if comeone types Connect instead of connect they are different (capital C)


375.

None

Topic: Pain on the ass script, should work

Posted: 11/10/08 07:48 PM

Forum: Flash

stop();
var connect:String = 'connect';

subbut.onRelease = function (){
if (_root.intext.text == "connect") {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
}

if (_root.intext.text == connect) {


376.

None

Topic: So NG.. How's your drugs smarts?

Posted: 11/10/08 01:53 AM

Forum: General

uhhh i cant tell you first hand experience is thte only way

drugs are bad mkay


377.

None

Topic: what a pussy

Posted: 11/10/08 01:49 AM

Forum: General

some kids cut themself


378.

None

Topic: sortof pissed off

Posted: 11/10/08 01:46 AM

Forum: Flash

well for me the keys are wrong up doees down left goes right sand so on

and glitch? check my screenshot

sortof pissed off


379.

None

Topic: what a pussy

Posted: 11/10/08 01:34 AM

Forum: General

telekenisis


380.

None

Topic: Mail Me A Letter! *cash Prize*

Posted: 11/10/08 01:16 AM

Forum: General

he lives on Taormino ave


381.

None

Topic: The Hello World of flash games?

Posted: 11/10/08 12:22 AM

Forum: Flash

At 11/10/08 12:18 AM, Glaiel-Gamer wrote: pong

i tend to disagree with pong as it requires physics


382.

None

Topic: The Hello World of flash games?

Posted: 11/10/08 12:07 AM

Forum: Flash

Hardy harady harady harady har!


383.

None

Topic: The Hello World of flash games?

Posted: 11/09/08 11:57 PM

Forum: Flash

so people what would you say would be the hello world of flash games?
im not talking dressup games a little more advanced than that
i was messing with a mate he is saying Asteroids im saying frogger :)

any other thoughts?


384.

None

Topic: Weird Text

Posted: 11/09/08 11:13 PM

Forum: Flash

you need ot use the hierachy

_root.mc.mc.mc blah

_root is the stage
then the mc on the stage
then the mc within the first mc on the stage


385.

None

Topic: Mail Me A Letter! *cash Prize*

Posted: 11/09/08 11:10 PM

Forum: General

Taormino


386.

None

Topic: Mail Me A Letter! *cash Prize*

Posted: 11/09/08 11:04 PM

Forum: General

6108 mean anything to you :P


387.

None

Topic: Weird Text

Posted: 11/09/08 10:41 PM

Forum: Flash

At 11/9/08 10:30 PM, LuxGamer wrote: Im having some problems with text :( Help Please. . .

I have an MC named player.
I got a dynamic text box with the var player._y
It doesnt show anything. But after every few times you reload the Movie the text box Works once then stays the same number for the rest of the game. Looks like a flash glitch but it probably isnt.

you could just make a MC with just a dot or something and have it off the side of the stage and use it like a controller and put

onClipEvent(enterFrame){
_root.textboxname.text = _root.player._y
}

389.

None

Topic: fix my code?

Posted: 11/09/08 09:52 PM

Forum: Flash

At 11/9/08 09:50 PM, mikkim wrote: it said ')' not '('.

well if you read the code you'd see i added a )


390.

None

Topic: fix my code?

Posted: 11/09/08 09:49 PM

Forum: Flash

At 11/9/08 09:35 PM, mikkim wrote: location: scene=scene 1, layer = preloader , frame = 2 , line 3
descripion: ')' expected
source: var vcent = (vtotal \ 100) * vloaded;

maybe a

var vcent = ((vtotal \ 100)* vloaded);


All times are Eastern Standard Time (GMT -5) | Current Time: 04:19 AM

<< < > >>

Viewing 361-390 of 532 matches. 1510 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18