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

We found 6,027 matches.


<< < > >>

Viewing 3,121-3,150 of 6,027 matches. 152103 | 104 | 105 | 106 | 107154201

3,121.

None

Topic: Portal shooting help?

Posted: 10/30/07 02:11 PM

Forum: Flash

At 10/30/07 01:41 PM, xKiRiLLx wrote: its all maths nothing too complicated

Aren't you helpful.


3,122.

None

Topic: Portal shooting help?

Posted: 10/30/07 01:04 PM

Forum: Flash

Its pretty much just a standard rotate to rotate to mouse script (here at my forum).

Then saying if _rotation > 180 ( or whatever - depending on where it started.) then change the _xscale


3,123.

None

Topic: Spawn Point

Posted: 10/29/07 05:29 PM

Forum: Flash

Make an invisible MC called "spawn" and tell it to move to that?


3,124.

None

Topic: How do I link to a web-site?

Posted: 10/29/07 05:17 PM

Forum: Flash

on(release){
getURL("http://whatever.com", "_blank");
}

3,125.

None

Topic: How doi disable scripts on hitTest?

Posted: 10/29/07 05:01 PM

Forum: Flash

At 10/29/07 04:50 PM, KevinHR wrote:
At 10/29/07 04:48 PM, UnknownFury wrote: It depends how you've coded the lazer?

Well..?
Well.....

onClipEvent (enterFrame){
if(this.hitTest(_root.char)){
_root.health--;
}
}
}

How does the lazer fire though?


3,126.

None

Topic: Another Prototype

Posted: 10/29/07 04:51 PM

Forum: Programming

I really like it :)

Best prototype.


3,127.

None

Topic: How doi disable scripts on hitTest?

Posted: 10/29/07 04:48 PM

Forum: Flash

It depends how you've coded the lazer?

Well..?

3,128.

Winking

Topic: Flash Game

Posted: 10/29/07 04:46 PM

Forum: Flash

At 10/29/07 04:43 PM, KevinHR wrote: How many lines of scripts do you have??
Maybe thats why the file size is so big....

joke :D

Wrong topic? ;)


3,129.

None

Topic: Flash Game

Posted: 10/29/07 04:39 PM

Forum: Flash


3,130.

None

Topic: how to make my file smaller

Posted: 10/29/07 04:29 PM

Forum: Flash

Do you have bitmaps ect in your libary?


3,131.

None

Topic: Flash for dummys

Posted: 10/29/07 03:00 PM

Forum: Flash

At 10/29/07 02:54 PM, lautan wrote: Press F1 in flash and start reading! After that read this. http://www.adobe.com/support/flash/actio n_scripts/actionscript_dictionary/

Thats if you want to learn games/actionscript. Otherwise probably should go here.


3,132.

None

Topic: why dosent this code work

Posted: 10/28/07 04:52 PM

Forum: Flash

Opps. Another fix

onClipEvent(enterFrame){
this._x = _root._xmouse
this._y = _root._ymouse
if(this.hitTest(_root.cursor)){
nextFrame();
}
}

Possibly cos the coding is total crap?


3,133.

None

Topic: why dosent this code work

Posted: 10/28/07 04:46 PM

Forum: Flash

At 10/28/07 04:43 PM, Dad00 wrote: im trying to make a mouse avoider game and ive made this code so when the cursor collides with a certain mc it goes to the next frame
but y dosent this code work ive put it in on the mc

onClipEvent(17){
_x = _root._xmouse
_y = _root._ymouse
if(hitTest(_root.cursor)
nextFrame();
}

17? Wtf? What did you mean by that?

onClipEvent(enterFrame){
this._x = _root._xmouse
this._y = _root._ymouse
if(this.hitTest(_root.cursor)
nextFrame();
}


3,134.

None

Topic: Backgrounds

Posted: 10/28/07 04:41 PM

Forum: Flash

What sort of style? Be more percific.


3,135.

None

Topic: Cheapest Flash CS3 program

Posted: 10/28/07 03:46 PM

Forum: Flash

That is one cool squirel. But don't picture spam.

99% of all the flash artists on NewGrounds use Adobe Flash. You can get the free trial there or buy the full thing. However, Flash is pretty expensive so you might be interested in some alternatives. First off is the student version of flash(NB: You have to be student in the USA or Canada for this and you can not make profit off your works). You can also buy older or used versions of flash for alot cheaper than the huge $700. You might be able to find some of these by searching: Macromedia Flash Or Adobe Flash.

There are not only adobe programs. There are also some cheaper, but not as good, versions out there. Heres a list:

SWiSH Max - $100 (Free Trial)
ToonBoom - $399 (Free Trial)
LiveSWF - Free
KoolMoves - $59 (Free Trial)
SoThink - $85 (Free Trial)
Anime Studio - $49(Pro - $179) (Free Trial)

Once you've got yourself a program head over to the flash tutorial section and start learning flash.


3,136.

None

Topic: Madness Preloader?

Posted: 10/28/07 02:55 PM

Forum: Flash

At 10/28/07 02:15 PM, AwesomeRific wrote: Where can I get it?

There is no "Madness" preloader - but a madness day preloader. I don't think you can get it anymore.

What is it with you guys and madness?!

3,137.

None

Topic: a dad and me / platformer in flash?

Posted: 10/28/07 02:50 PM

Forum: Flash

At 10/28/07 02:43 PM, Archmage-flash wrote:
At 10/28/07 02:34 PM, stealthxtoons wrote: so it is impossible to jump to a platform while retaining the dad and me style movement crap
Yes.

I have never heard of this kind of game so I can't really tell how it would work out though.

IT would be really hard but you could do it. You would do it so as it goes up the imaginary z axis the depth changes. Then you could say something like if it hitTests and its depth is between whatever. Don't know how accurate this would be and it would almost certainly extremly difficult to play.

Sorry for double post >:(

3,138.

None

Topic: a dad and me / platformer in flash?

Posted: 10/28/07 02:47 PM

Forum: Flash

At 10/28/07 02:19 PM, Archmage-flash wrote:
At 10/28/07 02:12 PM, PyroflameProductions wrote: Yea theres not really a "real" Z axis just manipulated one. I haven't worked with it but you would probably have to do something like...
There is no z-axis at all. You can go along the y-axis and you can go along the x-axis.

You may find this link helpful
http://www.newgrounds.com/bbs/topic.php?
id=368381

Also I am pretty sure this type of game is called a brawler.

What you should be saying is that there is no Z axis built into flash. However with quite alot of actionscript you can create one.


3,139.

None

Topic: Help make Jedi pic plz

Posted: 10/28/07 01:05 PM

Forum: Art

At 10/28/07 01:20 AM, hijackreaper wrote: the head is too round. here:

Yours is too square.

Add shading.


3,140.

None

Topic: Just wondering

Posted: 10/28/07 12:35 PM

Forum: Flash

Kirupa is one of my favs.


3,141.

None

Topic: php, problem creating table

Posted: 10/28/07 12:26 PM

Forum: Programming

At 10/28/07 12:03 PM, MonkeyV wrote: i have this line in my php file:

CREATE TABLE 'table_name' (

it says this when i open the file in my localhost:

Parse error: syntax error, unexpected T_STRING

what does this mean and how do i fix it?
thanks.

'table_name' should be `table_name`

Also try:

$sql = 'CREATE TABLE `table_name` (
// all the stuff
)';

mysql_query( $sql);

3,142.

None

Topic: how do i make a background for my..

Posted: 10/28/07 12:20 PM

Forum: Flash

what?

You draw it?


3,143.

None

Topic: A question for you!

Posted: 10/28/07 12:14 PM

Forum: Flash

At 10/28/07 10:52 AM, Alfie wrote: press the print screen button on your keyboard, (next to the insert and pause/break keys,)
Then open up paint or some other image editing program and press CTRL & V,
Then save it as a BMP or a JPEG if you want to post it here,
right-click on your desktop, open up properties, click browse and you know the rest

Do not do it like that. Its pointless. Just export as an image or publish as html.


3,144.

None

Topic: The Lazer Collab

Posted: 10/28/07 12:09 PM

Forum: Flash

At 10/28/07 11:47 AM, SweetSkater wrote:
At 10/28/07 11:13 AM, D-Fear331 wrote: Meh, I approve. I'll do one!

(This is DominicFear from YouTube.)
Nice one :), your the reason i love lazers so much D':

Parts:
SweeSkater
KyleDaFox
3ruce
D-Fear331

And me (spoke to you on msn). I may do the preloader game like you said if my animation turns out crap :)


3,145.

None

Topic: Dress-up question (Not drag-n-drop)

Posted: 10/28/07 11:41 AM

Forum: Flash

The hair is all in one mc. One on each frame. stop(); on each frame.
Then on arrows you have:

on(release){
_root.hair.nextFrame();
}

or

on(release){
_root.hair.prevFrame();
}

3,146.

None

Topic: Mr. Adventure. What you think?

Posted: 10/28/07 11:40 AM

Forum: Flash

At 10/28/07 11:13 AM, SweetSkater wrote: Is it me or is it literally impossible to do?

Thats what i thought.


3,147.

None

Topic: AS Help pl0x

Posted: 10/28/07 11:38 AM

Forum: Flash

At 10/28/07 11:33 AM, Sparki29 wrote: Dude post in Programing

Dude - stfu.

on(release){
// do stuff
}

I don't understand.


3,148.

Happy

Topic: AS:Main - Notepad

Posted: 10/28/07 05:29 AM

Forum: Flash

At 10/28/07 03:49 AM, Hipoy wrote: nvm - found a copy on my old PC

You could always of gone through the source code and copy and paste it all replacing /bbs/ links with http://newgrounds,com/bbs/ links by doing find and replace :)


3,149.

None

Topic: How to make a rpg or above viewgame

Posted: 10/28/07 05:27 AM

Forum: Flash

Tutorials aren't that percific. Goto AS: Main or actionscript.org. Then once you know the basics you put them together.


3,150.

None

Topic: Semicolons in AS

Posted: 10/28/07 05:24 AM

Forum: Flash

At 10/28/07 05:23 AM, RonaldRaven wrote:
At 10/28/07 05:11 AM, Objection wrote: What exactly do they do?
they basically tell the compiler where a complete statement ends. this is common to a lot of programming languages. the convention is to put one statement on each line, and then cap off the line with a semicolon.

However semicolons are not vital in as. Whereas in other languages, php for example, they are.


All times are Eastern Standard Time (GMT -5) | Current Time: 06:21 AM

<< < > >>

Viewing 3,121-3,150 of 6,027 matches. 152103 | 104 | 105 | 106 | 107154201