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

511.

None

Topic: First Sprite Mini-Movie!

Posted: 06/03/06 02:04 AM

Forum: Flash

i actually liked it


512.

None

Topic: bit of help with AS please

Posted: 06/03/06 12:35 AM

Forum: Flash

well im having more trouble now i have four boxes on each side of the ship but when i change the hittest from

if (this.hitTest(_root.ship._x+10, _root.ship._y+10, true))

to

if (this.hitTest(_root.ship.htbottom._x+10, _root.ship.htbottom._y+10, true))

it doesnt work


513.

None

Topic: bit of help with AS please

Posted: 06/02/06 10:49 PM

Forum: Flash

ive got a level and the ground is not even so ive got this code on it

onClipEvent (enterFrame) {
if (this.hitTest(_root.ship._x+10, _root.ship._y+10, true)) {
_root.health.hb._xscale--;
}
}

but sometimes when you touch the ground you dont lose health until you get a bit lower mainly because its unven ground is there a way to fix it?


514.

None

Topic: actionscript fun!

Posted: 06/02/06 10:47 PM

Forum: Flash

draw a ball convert it intoa symbol and place that code on it and then run the game and click somewhere with the mouse


515.

None

Topic: actionscript fun!

Posted: 06/02/06 10:37 PM

Forum: Flash

onClipEvent (load) {
nx=_x
ny =_y
function moveFor(spd, xd, yd) {
myRadians = Math.atan2(yd-this._y, xd-this._x);
myDegrees = Math.round((myRadians*180/Math.PI));
//
this._rotation = myDegrees+90;
//
if (this._rotation>180) {
this._y += (spd*Math.cos(Math.PI/180*this._rotation))
;
this._x -= (spd*Math.sin(Math.PI/180*this._rotation))
;
} else {
this._y -= (spd*Math.cos(Math.PI/180*this._rotation))
;
this._x += (spd*Math.sin(Math.PI/180*this._rotation))
;
}
}
}
onClipEvent (mouseDown) {
nx = _root._xmouse;
ny = _root._ymouse;

}
onClipEvent (enterFrame) {
distance = Math.sqrt(((nx-_x)*(nx-_x))+((ny-_y)*(ny-_
y)));
if (distance<5) {
movefor(0, nx, ny);
} else {
moveFor(5, nx, ny);
}
}


516.

None

Topic: what did I do wrong on supersonicsa

Posted: 06/02/06 08:31 PM

Forum: Flash

At 6/2/06 08:21 PM, supersonicsaga wrote: what did I do wrong on supersonicsaga intro tell me and what to improve on!!!

thats a very good question but seeing as there is no link here to the intro i can't help you without seeing it


517.

None

Topic: Rate my game!

Posted: 06/01/06 08:47 AM

Forum: Flash

I've reloaded the page and everything and still doesn't work but anyway you say you havn't worked on the graphics part yet but your like OI what do you think of my game ???

riiight i guess it's ok

do oyu like sarcasm?


518.

None

Topic: will it be MegaMan RA 2.?

Posted: 05/29/06 08:29 AM

Forum: Flash

OH...MY..GOD!!!

i have just read both your threads about this MM LCM crap and i have had about 6 rums tonight and i have to tell you
reading this crap has just sobered me up
what the hell are you on about


519.

None

Topic: remake game

Posted: 05/10/06 09:52 AM

Forum: Flash

kay guys and girls im thinking of remaking an old arcade game or nes game something old and fun and wondering what sort of games from the past oyu guys liked and would like to see remade


520.

None

Topic: as movement question

Posted: 05/08/06 08:28 AM

Forum: Flash

is there a way when making a top down view game like a rpg view that when you move you stop it from moving in diagonal directions???


521.

None

Topic: A New Site!!!

Posted: 05/08/06 04:46 AM

Forum: General

At 5/8/06 04:41 AM, -CruX- wrote: I couldn't see it very well... too... tired..... it's 5:00 in the morning almost.....

yep that will do it 5am is an evil time for the eyes :P


522.

None

Topic: A New Site!!!

Posted: 05/08/06 04:37 AM

Forum: General

At 5/7/06 09:35 AM, mr_putter wrote: It;s not bad. I looks like you have put in a lot of effort, but the style and layout isn't that sophisticated, although if this is your first web-site then it is pretty impressive.

yes it is my first website and thanxs :)

Well it's kind of cheap that you linked to other websites for your sprites. I like the logo though. The design could be better.

it links to MY site ths ite it links to is where the actual site is the .page.tl site is kind of like a .tk site redirects


523.

None

Topic: A New Site!!!

Posted: 05/06/06 04:17 AM

Forum: General

Hey guys ive just finsihed uploading my site yesterday and today fixing it up wondering what you excellent NG People think of it

Click Here Please

i would really appreciate it if you guys could have a look and give feedback
thanxs


524.

None

Topic: Att: Sprite Animators

Posted: 05/05/06 10:34 PM

Forum: Flash

At 5/5/06 04:35 PM, LordTrunks wrote: That would be ripping, so unless you email everyone you fip off you are breaking international copyright laws.

Also, that layout is VERY simplistic. I don't really like it....

But that is just MY taste.

thank you i like all feedback


525.

None

Topic: Att: Sprite Animators

Posted: 05/05/06 01:48 PM

Forum: Flash

At 5/5/06 01:46 PM, HeartlessAndLost wrote: This is the flash forum post about that somewhere else unless it is flash related

does sprite animation in flash not relate to flash to you at all???????

one of the main questions on this forum is where do i get sprite sheets


526.

None

Topic: Att: Sprite Animators

Posted: 05/05/06 01:26 PM

Forum: Flash

My name is (as you can clearly see) CrustySheet
i have just
finished designing and uploading my first website
and for you sprite animators it is a sprite sheet website

theres not to much there at the moment but if you'd like
go there and have a look to see if there is anything you like

also to anyone who is bored and interested i havn't had anyone beta test it yet so if you got the time and willing to could someone test the site for broken links that i may have missed thanxs

www.spritecity.page.tl


527.

None

Topic: html help

Posted: 05/05/06 12:13 AM

Forum: Programming

what is the code to give a space before a word in html??

i know &nbsp is one space is there a way for 2 or 3 spaces


528.

None

Topic: flash html stuff

Posted: 05/04/06 09:38 PM

Forum: Flash

i got a question here ive made a website and the buttons are one big flash files with about 5 buttons in it these b uttons are in the left frame is there a way that i can put a code to open a page from these buttons in the right frame so you click on the buttons in the left frame but the page opens in the right frame if you get me


529.

None

Topic: test website

Posted: 05/04/06 11:15 AM

Forum: General

At 5/4/06 10:50 AM, Medinus wrote: It loads fine, faster then ng =P

lol thats great
if anyone knows of some good sprite sheet sites please post i need more sprites


530.

None

Topic: test website

Posted: 05/04/06 10:49 AM

Forum: General

At 5/4/06 10:38 AM, deadstick wrote: It loaded quick enough, not much of a wait.

thanxs


531.

None

Topic: test website

Posted: 05/04/06 10:34 AM

Forum: General

im only on dialup and it was loading slowly i didn't know if it was my connection or the site host


532.

None

Topic: test website

Posted: 05/04/06 10:21 AM

Forum: General

can someone test my website and tell me if it loads slowly or not?
and nad if you like my title pic :D
thanxs
http://www.spritecity.page.tl/


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

<< < > >>

Viewing 511-532 of 532 matches. 1610 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18