Be a Supporter!
Response to: hitTests Posted February 2nd, 2008 in Game Development

are you asking for this?

hitTest(character_x, character._y, walls)

Thats an example. I don't know... I'm pretty drunk.

Response to: Textfield text problem Posted February 5th, 2007 in Programming

Thank you very much, DFox
:)

Response to: Textfield text problem Posted February 5th, 2007 in Programming

No, I'm trying to get the lines that the user has used in the textfield.
So if the user posts it can look like this:

Text

More text

I want the lines to save to a database, because when I echo them it is all placed on one line.

Textfield text problem Posted February 5th, 2007 in Programming

I have a text field that is placed into a variable and saved into a database when the submit button is pressed.

When I echo the text from the database it is all on one line.

I want my users to be able to new lines, empty lines. How do I stop php from cutting out the <br> html? Or how do I allow the text field to give php the html from itself?

I hope this makes sense...

Response to: joining lines Posted November 10th, 2006 in Game Development

When you have selected the line tool click the magnet button, that will snap your lines together.

joining lines

Response to: What do you think Posted November 10th, 2006 in Game Development

You might also like to try a faster frame rate. Maybe 20 - 24. You can change it down in the properties to the right of the background colour thing.

Response to: hitTest and mouse troubles Posted November 10th, 2006 in Game Development

That should work, make sure your movie clips have the right instance names.

Response to: Screenshot Posted November 3rd, 2006 in Game Development

then you might want to host it somewhere like www.imageshack.us

Response to: The Nintendo Wii Collab Posted November 1st, 2006 in Game Development

At 11/1/06 02:19 AM, hbomb wrote: Err, in England, it comes out DECEMBER 8th. NOOO!

December 7th here in Australia. :(

Response to: ragdoll actionscripting Posted October 30th, 2006 in Game Development

At 10/30/06 06:42 AM, fitskies1 wrote: (and i'm not going to explain what a matrix does or what to do with it)

Why would you bring it up then? Did you think someone would care?

Response to: how to make a realist sun? Posted October 5th, 2006 in Game Development

I usually just blur a white circle and put a white 100 % to white 0% gradient from the horizon.

how to make a realist sun?

Response to: The Flash 'Reg' Lounge Posted October 5th, 2006 in Game Development

There is a new course starting at the uni closest to me called "New Media Arts." They say that in the new media industry you can just stick to one thing, like Graphics design, you need to know some other things. So this course offers graphics design, animation ( both flash and 3d), webdesign, digital photography and digital music. You can choose to major in a certain subject and you can work with the other students in the class, so if you need some photos for you website, you can get someone who is majoring in photography and work together.

Sounds good to me.

Response to: The Flash 'Reg' Lounge Posted October 4th, 2006 in Game Development

Ninja-chicekn, aren't you a minor?

Can you even be sent to prison?

Response to: My gravity code Posted September 11th, 2006 in Game Development

I am Australian AND an attention whore.

Nice game, I dont think people know how to do the wall jump properly. You have to jump and then move back into the wall its more of a wall climb.

Response to: tell me what u think of it Posted August 18th, 2006 in Game Development

put in a ball that you have to keep up while you dodge stuff.

Response to: The Dream Series I'm Making Posted August 18th, 2006 in Game Development

Isn't there a city where all subconscious people go in the movie Monkeybone?

I'm not saying you stole the idea, just that its been done.

Response to: Rate my Character Designs 1 - 10 Posted July 20th, 2006 in Game Development

I would give it a 3.

Response to: this may sound stupid... Posted July 16th, 2006 in Game Development

Damn it, I was calling it shirtcolour. Thank you.

Response to: this may sound stupid... Posted July 16th, 2006 in Game Development

I want it to go to the frame labled the variables value. If I made it "colour" it just goes to the frame labled colour.

this may sound stupid... Posted July 16th, 2006 in Game Development

I am trying to get a movie clip to goto a frame named what a variables value is. I am getting the variable from a php page and its value is "green". Here is my code:

onClipEvent (load) {
myData = new LoadVars();
myData.onLoad = function(){
getphpvariables();
};

myData.load("colour.php");

getphpvariables = function () {
shirtcolour=myData.theResult;
_root.textbox.text = myData.theResult;

_root.textbox2.text=shirtcolour;

this.gotoAndStop(colour);
}
}

Every thing works fine except: this.gotoAndStop(colour).
Can this even be done?

Response to: images + php Posted July 14th, 2006 in Programming

so, can anyone help me?

Response to: images + php Posted July 14th, 2006 in Programming

I called it a MORPG because it I dont expect to be massive, and I've made a forum, I said it was a test because I might not even publish it.

I would prefer if you selected them rather then drag them.

images + php Posted July 14th, 2006 in Programming

Ok, I've tried googling this and tried to figure it out, but I didn't find any information on it.

I am making a little browser based MORPG, which is mostly to test what little php abilities I have. I want the user tp be able to dress the character, and unfortuantly the only example of this that I could find that was done in php is Gaia or what ever its called. The images on gaia have what looks like a variable (image.png?lotonumbers).

So my question is how can I "layer" a picture with other pictures so it becomes one new picture? Can it be done.

I'm sorry I couldn't explain this better.

Response to: Wtf? Posted July 12th, 2006 in Game Development

did you blink for 30 days?

Response to: include question Posted July 7th, 2006 in Programming

The user can input the variable, so if the page isn't avaliable I wanted it to not show that error, and the @ worked fine. Thanks.

include question Posted July 7th, 2006 in Programming

How can I make sure something has been included so I dont get the "failed to open stream: No such file or directory"

my include is:
include ("$variable.php");

Response to: My stick fight Posted July 6th, 2006 in Game Development

At 7/6/06 10:01 PM, blade55555 wrote: Not to bad. I dont' knwo if it'll make it through the portal. But its pretty good to me for a first timer i'm guessing?. And what did you use brush or the line tool?

They are definently iines

Response to: how do u color? Posted July 6th, 2006 in Game Development

It might be a gap in the lines. Even if you can't see it, it might be a gap.
Set the gap to "close large gaps".

how do u color?

Response to: Webdesigner mag issue 118 Posted July 4th, 2006 in Game Development

I get it whenever its in my news agent, its not in there very often because I live in Australia. They are usually great ,but they are getting thinnner and thinner.

Response to: What is this called? Posted July 4th, 2006 in Programming

Cheers mate, that solved it for me. :D