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 121-150 of 532 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91318

121.

None

Topic: Can anyone animate Ninjas?

Posted: 12/01/08 07:20 PM

Forum: Flash

At 12/1/08 07:17 PM, willobeen wrote: can we see what you have done?

i can show you later im at work now everything is on my home pc :(

although noone seems to be on when im home damn timezones


122.

None

Topic: Can anyone animate Ninjas?

Posted: 12/01/08 07:16 PM

Forum: Flash

im looking at making a ninja game but because i suck at art and animation i cant get the look i want

is there anyone thats bored or looking for a project that would be willing to animate the character for me?

GO NINJA!


123.

None

Topic: AS2 Help, number codes for letters

Posted: 12/01/08 07:11 PM

Forum: Flash

flash help has a list in there

just open the help type Key or something
and it will bring up a list of key codes


124.

None

Topic: Minigame collab

Posted: 12/01/08 07:07 PM

Forum: Flash

At 12/1/08 06:52 PM, IceWave-Z wrote: Goatman where are you! you said you would send the FLA after you finished school!

hehe stolen :P


125.

None

Topic: Minigame collab

Posted: 12/01/08 05:38 PM

Forum: Flash

At 12/1/08 05:32 PM, cainine-k9 wrote:
At 12/1/08 10:08 AM, CrustySheet wrote: hehe i havnt touched this in like a week or whenever i showed you last but oh well i got home tonight and thought hey i wonder if.. and yep it did :)

http://spamtheweb.com/ul/upload/021208/4 092_pee.php
LOL, if you can get that to work it looks awesome.

btw, *bump*

well its just about done on the wroking side :)

all i need to do is an imate him being shocked and put in the hittests
then all thats left is a simple fixing it up maybe some shading and stuff and a count down when to begin :)
and then chuck in the music which is picked out (but flash cant read it so i need to convert it)


126.

None

Topic: Minigame collab

Posted: 12/01/08 10:08 AM

Forum: Flash

hehe i havnt touched this in like a week or whenever i showed you last but oh well i got home tonight and thought hey i wonder if.. and yep it did :)

http://spamtheweb.com/ul/upload/021208/4 092_pee.php


127.

None

Topic: 100,000,000 GET flash day!

Posted: 12/01/08 10:05 AM

Forum: Flash

i think he means the person who made the 100,000,000 post in the forums he wants to do spoofs of his movies

i dont know what this 4chan/b crap is


128.

None

Topic: Minigame collab

Posted: 12/01/08 06:16 AM

Forum: Flash


and i need to fix up graphics but thats for later!

well its obviously working in a way as it knows to change to green when it hits so remove it within that statement :)


129.

None

Topic: Minigame collab

Posted: 12/01/08 03:32 AM

Forum: Flash

Woo i Grdulated!!!

Minigame collab


130.

None

Topic: Minigame collab

Posted: 12/01/08 12:29 AM

Forum: Flash

At 12/1/08 12:19 AM, Magical-Zorse wrote: I decided only to do one level because this collab is gonna be huge, and I don't want to take up too much space.
here's my finished version.
http://spamtheweb.com/ul/upload/4108/767 07_Minigamecollabdemo.php

ok what is it?


131.

None

Topic: What Could Possibly Be The Problem

Posted: 11/30/08 11:15 PM

Forum: Flash

At 11/30/08 11:08 PM, tcc85811 wrote: I have code on an invisible MC (if statement)

I have multiple copies of that MC, all with the exact same code on in (no instance name since nothing else refers to these invisible MCs)

Unfortunately, only one works.

I've even tried a trace test on one of the MCs that doesn't work, and it came out fine.

What might I be missing, and why isn't this working?

by the look sof the example code oyu showed us your missing your closing }


132.

None

Topic: arrow keys...

Posted: 11/30/08 10:42 PM

Forum: Flash

At 11/30/08 10:40 PM, biohasard wrote: im sorry that's not working did i mention my mc is a triangle so i think that has something to do with it when i use it it gives it that choppy look that im trying to avoid... please help.

oh yeah triangles defiently make it harder to work with :)

whats your frame rate set at?


133.

None

Topic: arrow keys...

Posted: 11/30/08 10:36 PM

Forum: Flash

At 11/30/08 10:30 PM, biohasard wrote: how do i make a mc (spaceship) move when i use the arrow keys... im a little stuck in doing it every tutorial i have found it doesn't seem to work. please help!

give the mc an instance name Spaceship (to do this select the MC and in the prroperties it says instance name)

then select the frame on the main timeline and press f9 and type

var Speed:Number = 5;
onEnterFrame = function(){

spaceship._x += Key.isDown(Key.RIGHT)*speed;
spaceship._x -= Key.isDown(Key.LEFT)*speed;
spaceship._y += Key.isDown(Key.DOWN)*speed;
spaceship._y -= Key.isDown(Key.UP)*speed;
}

134.

None

Topic: send me swf. files to deconstruct

Posted: 11/30/08 10:07 PM

Forum: Flash

At 11/30/08 10:00 PM, NOSstudios wrote:
At 11/30/08 09:49 PM, CrustySheet wrote: omg
www.gotoAndPlay.it
thats just a site like addictinggames.com it has nothing but games and ppl posting forums about their games.

omg i've had enough
i just done a simple search on google and i found hundreds of video tutorials
if you dont even have the patience to look around google or sites that people are giving you then dont even think about learning actionscript

and NO im not giving you a link use your common sense


135.

None

Topic: send me swf. files to deconstruct

Posted: 11/30/08 09:49 PM

Forum: Flash


136.

None

Topic: send me swf. files to deconstruct

Posted: 11/30/08 09:42 PM

Forum: Flash

i think gotoAndPlay.it has some im not sure


137.

None

Topic: send me swf. files to deconstruct

Posted: 11/30/08 09:35 PM

Forum: Flash

At 11/30/08 09:31 PM, NOSstudios wrote:
it lets you decompile the swf so you can see the code and graphics and symbols within the flash

this is how people steal flash and put their own name in it

if your a visual learner go here

www.cartoonsmart.com

he has video tutorials on actionscript

i have some at home ive created for my site but never got around to putting them on the web
thnx but those 20 bucks a pop... im looking for somthing free

then chuck on some glasses get a good cup of coffee and start reading AS:Main :)
im a visual learner myself and i use Cartoonsmart and As:Main


138.

None

Topic: send me swf. files to deconstruct

Posted: 11/30/08 09:11 PM

Forum: Flash

At 11/30/08 09:07 PM, NOSstudios wrote:
At 11/30/08 08:56 PM, Magical-Zorse wrote:
At 11/30/08 08:39 PM, NOSstudios wrote: plz send me some swf games or movies to deconstruct im learning action script but tutorials just dont cut it im a visual learner.
if you were smart enough to know how to use a swf decompiler, you should at least know how to get swfs, instead of asking for them
wats a swf decompiler? and i dont use flash i use liveswif which you can import an swf file into it

it lets you decompile the swf so you can see the code and graphics and symbols within the flash

this is how people steal flash and put their own name in it

if your a visual learner go here

www.cartoonsmart.com

he has video tutorials on actionscript

i have some at home ive created for my site but never got around to putting them on the web


139.

None

Topic: need code for a platform

Posted: 11/30/08 07:31 PM

Forum: Flash

Look you need to do some research noones going to code out a game for you

go read some tutorials

www.newgrounds.com/flash
www.actionscript.org
www.cartoonsmart.com


140.

None

Topic: Help Or Die!! Lolz

Posted: 11/30/08 06:35 PM

Forum: Flash

At 11/30/08 06:24 PM, kido101 wrote: ok i am pist off at this crap now, were the F*** do u get STAR FOX SPRITES NO F****ING AIR WING I WANT HIM THE FOX!!!!!! AND IF I SEE THAT THE SHI*S FROM SPRITERS RESOURCE CABOOOM!!! YOUR OUTA HERE!!! thank u for your time...

Why the hell are you going off at us ??
all were going to do is google it and do the job you shoulda done originally

goto a sprite forum and abuse them FFS!


141.

None

Topic: New problem...

Posted: 11/29/08 09:44 PM

Forum: Flash

At 11/29/08 09:38 PM, DevAwesome wrote: I figured out how to actionscript the dialouge,
but now I have a new problem: the frame after
the dialouge FREEZES!!

im sorry but that tells me nothing

place the code in here or something so we can see the problem


142.

None

Topic: Urgent Need Scripter! $2,000

Posted: 11/29/08 08:44 PM

Forum: Flash

i would totally love to but i really doubt i have the skills needed to do this game good luck to whoever takes it up :)


143.

None

Topic: Wacom 9: Night-Mare

Posted: 11/29/08 10:57 AM

Forum: NG News

well done champ


144.

None

Topic: Help with Movieclip animation/move

Posted: 11/29/08 10:04 AM

Forum: Flash

onClipEvent(enterFrame){
    if(Key.isDown(Key.RIGHT)){
      this.gotoAndStop(3);
   }else{
     this.gotoAndStop(anotherFrame);
  }
}

145.

None

Topic: converting AS1->AS2 script fails

Posted: 11/29/08 09:46 AM

Forum: Flash

are you just trying to make the character face the other way?


146.

None

Topic: Health Bar Problem

Posted: 11/29/08 06:48 AM

Forum: Flash

if(healthBar.width <= 0 ){

gotoAndStop(gameover frame);
}

that if your taking the width down if not how are you doing it


147.

None

Topic: Best time to submit?

Posted: 11/28/08 01:46 AM

Forum: Flash

At 11/28/08 01:39 AM, Wurmy wrote:
At 11/28/08 01:29 AM, ChillyCheese wrote: Yeah, I am going for an award, but only cause my brother said he'll give me a buck if I manage to get one.
Haha all for a dollar... I find that funny :p

This is him when he wins his $1


148.

None

Topic: Six Games in Six Minute

Posted: 11/28/08 01:43 AM

Forum: Flash

Fail you have no BA

read the rules about collabs


149.

None

Topic: Need a partner to make Multiplayer

Posted: 11/27/08 11:46 PM

Forum: Flash

At 11/27/08 11:42 PM, BeefyBoy12 wrote: I like it :D! It's great, hope it gets far :P

lol ive never seen anyone get so excited about a white stage with a blcak wall black enemy and a little guy

hehe keep the energy up mate :)


150.

None

Topic: AS2 timers

Posted: 11/27/08 09:32 PM

Forum: Flash

At 11/27/08 09:19 PM, TheoGames wrote:

_root.sec +=1;
gotoandplay(1);

if its a moviclip would it not need gotoAndStop(1)?
i could be wrong but as i see it when it gets to the last frame it goes back to the first frame


All times are Eastern Standard Time (GMT -5) | Current Time: 01:10 AM

<< < > >>

Viewing 121-150 of 532 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91318