Be a Supporter!
Response to: Sound Help Posted December 25th, 2006 in Game Development

No he didnt this is a different guy...

Response to: WHy won't this hitTest work Posted December 4th, 2006 in Game Development

What I dont understand is why you want to hitTest the vCam...

Response to: stop moving while crouched. Posted November 24th, 2006 in Game Development

whoops fixed:
(also make sure the thing you want to stop is called character)

character.onEnterFrame = function():Void {
if (Key.isDown(Key.DOWN)) {
this.gotoAndStop("Crouching");

} else if (Key.isDown(Key.LEFT)) {
this.gotoAndStop("Running");
this._x -= 5

} else if (Key.isDown(Key.RIGHT)){
this.gotoAndStop("Running");
this._x += 5}

};

Response to: stop moving while crouched. Posted November 24th, 2006 in Game Development

Using else and if functions.
Heres a small example:
(Put into first frame, not on character)

character.onEnterFrame = function():Void {
if (Key.isDown(Key.DOWN)) {
this.gotoAndStop("Crouching");

} else if (Key.isDown(Key.LEFT)) {
this.gotoAndStop("Running");
this._x -= 5

} else if (Key.isDown(Key.RIGHT)){
this.gotoAndStop("Running");
this._x -= 5

};

So it says if you're pressing down it stops on the crouching frame otherwise if you're pressing left/right you stop on the moving frame and move in that direction.

It will only move if you're NOT pressing down.
hope that makes sense.

Response to: Flipping function in actionscript Posted September 5th, 2006 in Game Development

Oh great thanks man
this helps lots
right everyone I declare this post dead!

Flipping function in actionscript Posted September 5th, 2006 in Game Development

Hey I have been trying for quite a while to find a way to flip movie clips upside down with actionscript.
I know all the other functions (like rotation and width control) but I cant find anyway to make it flip.
I've tried making the width go into -10 or something but it just squashes it down to the ultimate squash.
If anyone knows then just tell me and I'll bugger off and leave you all alone!
thanks
(p.s. I wont reply till 2morrow)

Response to: New re-made and re-updated site Posted September 4th, 2006 in Programming

At 9/3/06 11:32 AM, SexOnStreet wrote: Not bad, very similar to Danny's work.

You need padding. For about 10 pixels.

Oh also, what is padding?
Sorry I know practically nothing!
fixed the banner...

Response to: New re-made and re-updated site Posted September 4th, 2006 in Programming

Ok I've made note of all these comments thanks
sorry I couldnt reply yesterday the school blocks this site (asses!)
Didnt realise I had all those errors but I actually dont know html code...
I just worked it out in a few days so thats why its a little sketchy!
unfortunatly my dreamweaver trial ends is 5 days so yeah but I will try and fix all those things
thanks guys!

New re-made and re-updated site Posted September 3rd, 2006 in Programming

Hey check out my new re-made and re-updated site:
www.dementedheads.com
I totaly changed it after some of the comments i got from ppl here so if you were in the other thread then see if its improved
Can I get some feedback about what you think and what to change. Also you can request something in it aswell.
Kewl thanx
:P.S. I totaly made and updated it TODAY! So its a little sketchy

Response to: New website Posted September 3rd, 2006 in General

Ok I've re-made and re-updated my site
check it out:
www.dementedheads.com

Response to: New website Posted September 2nd, 2006 in General

Ok thanks. BTW this is not one of those crappy sprites sites I made it all myself but I will try and work on it.

Response to: New website Posted September 2nd, 2006 in General

At 9/2/06 02:51 AM, -Felipe- wrote:
At 9/2/06 02:50 AM, pix3l wrote: yEAH THATS FUCKEN RIGHT FAGGOT NOW SHUT THE FUCK UPPP NEWBIEEE
You better hope your not talking to me

WOW GUYS CALM DOWN!!!!!!

Response to: New website Posted September 2nd, 2006 in General

holy fuck the layout burns my eyes get rid of it

Ok if thats what you think
I will probably change it
(btw why is that the only post that is related to this topic? Jees you guys go off track)

New website Posted September 2nd, 2006 in General

Hey for the last two days I've been creating and updating my website and I want to know what you guys think of it...
Actually I know the answer, but still...
Remeber that THIS IS JUST A FIRST DRAFT!!!!!
Anyway visit it and tell me what you think:
www.dementedheads.com

Also someone please sign up for the forums...
I'm lonely (boo hoo)

Response to: Making a popup window Posted August 24th, 2006 in Programming

At 8/24/06 04:53 AM, evil_burp wrote: And btw i dont have to accounts

whoops I meant two accounts

Response to: Making a popup window Posted August 24th, 2006 in Programming

At 8/23/06 07:33 AM, Jessii wrote: All you had to do was search: http://javascriptkit..m/popwin/index.shtml

yeah thats good but it open the popup of and exisxting site
what i wanted to know was if it was possible to make a popup which is generated out of the blue
I bet with newground they dont make a new site for every animation submitted
And btw i dont have to accounts

Making a popup window Posted August 23rd, 2006 in Programming

Hey I'm busy designing my site and I need to know some code or some way in Dreamweaver (or flash for that matter) to make a window pop up with the flash animation in the center when a button is pressed (like on this site)
If anyone can help please do
thanks

Flash Story Posted May 26th, 2006 in Game Development

Hey I was thinking of something that could be very cool.
A few flash artists get together and make a "Flash Story" where one person makes the first part to start off then then next person continues and so on and so forth. There will be NO planned out script so the people can mkae the story at their own will.
Disguss who will go first and seccond and everthing then post the parts one after the other on this. They will have to be posted as .fla's so the next people can use the artwork and stuff for it.
Other people who do not do flash are welcome to contribute by submiting ideas for the animation and stuff.
Go ahead...

Response to: As: Movement on slopes Posted May 20th, 2006 in Game Development

Does this work will walls aswell?

Animation Ideas Posted May 5th, 2006 in Game Development

This is a thread where NG users who dont know flash can post thier ideas that they would like to be made into games/animations by flash artists (Such as myself)...

Response to: Custom Cursor Posted April 26th, 2006 in Game Development

im a n00b
just testing out
hopefully noone reads this post