Be a Supporter!
Flash And Firefox Posted June 21st, 2007 in Programming

Im having a problem getting a flash player that i made to load music files from my site but it works in Internt Explorer. Check out http://www.toon-workshop.net/portal/view.php?
type=music&id=1
and click listen to music.

Response to: As: Line Draw Function Posted June 19th, 2007 in Game Development

ok thanks.

Response to: As: Line Draw Function Posted June 19th, 2007 in Game Development

nono, aconscript is drawing lines for the ragdoll. I need to know if you can make the line funcion substitute the lines for a graphic i made.

As: Line Draw Function Posted June 19th, 2007 in Game Development

Is there a way to import external images in place for lines using the linedraw function? I have a ragdoll script which was made for lines, and only the lines will rotate.

Response to: Lines Into Strings Posted June 18th, 2007 in Game Development

thanks..........

Response to: Lines Into Strings Posted June 18th, 2007 in Game Development

lmao i know that i just need to know how to accomplish that, mabe someone could point me to a tutorial?

Response to: Lines Into Strings Posted June 18th, 2007 in Game Development

Im looking to make a game along the lines of this style.

Lines Into Strings Posted June 18th, 2007 in Game Development

Does anyone know how to make or have the script to make things like the webs in this game:

www.funny-games.biz/spidermancityraid.html

Response to: Hosting For A Penny Posted June 18th, 2007 in Programming

oh your right! cool :p

Response to: Hosting For A Penny Posted June 18th, 2007 in Programming

wrong....................try it........i dont think you'll get to far.

Response to: Hosting For A Penny Posted June 18th, 2007 in Programming

lol jee thanks......but theres a coupon you need to enter would you happen to have that?

Hosting For A Penny Posted June 18th, 2007 in Programming

Hey everyone. I have come accross a site that hosts your site for 30 days if you only pay 1 cent. I think you can cancel your account and then re-register again (dont know i just signed up myself) but if your interested pm me.

Response to: Php: Picture Uploading Posted June 12th, 2007 in Programming

nobody knows?

Php: Picture Uploading Posted June 11th, 2007 in Programming

Can anyone tell me why this wont allow users to replace thier existing picture? They are automaticly given a default picture upon account creation, and it has the same name as thier user account. The folders CHMOD is set to 777 so i know thats not the problem. But it keeps telling them the file is to big and that the dimensions are to big.

if ($_FILES['ufile']['name']) {
$filename = basename($_FILES['ufile']['name']);
$ext = substr($filename, strrpos($filename, '.') + 1);
$ext = strtolower($ext);
if ($ext == "jpg") {
if ($_FILES['ufile']['size'] > 1024*100) {
echo("File size is too big to upload.<br />");
exit;
} else {
list($width, $height) = getimagesize("images/users/".$username.".jpg"
);
if ($width > 150 || $width < 150 || $height > 150 || $height < 150) {
echo ("Image is not 150px by 150px please change this.<br />");
exit;
} else {
unlink ("images/users/".$username.".jpg");
copy ($_FILES['ufile']['tmp_name'], "images/users/".$username.".jpg") or die ("Could not upload image. Try again.");
}
}
} else {
echo ("Image is not right file type please change this and reupload.<br />");
exit;
}
}

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

I know i mean me as in me and my family.

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

lmao financially stable is not the word.......im about to lose my house....i dont got a penny in my name.

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

well its more css there than in the actual site. I guess ill try a complete css version on monday then.

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

i tried out a css version it didnt turn out so good www.toon-workshop.net/template.php

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

well all the pages are like that so its going to take a long time.....but it will also require alot of css editing because i use a background tag on tables but the validator says those arent real tags (even though they work)

Response to: Fire Fox Css Problem Posted June 7th, 2007 in Programming

as much as i want to fix those errors its really hard........

Fire Fox Css Problem Posted June 7th, 2007 in Programming

I just signed up with an Ad company and they have this image that used to sit below the ads and throw off my whole layout.

So i added: style="display:inline" to it and that fixed it in IE. But it still hasnt fixed the problem in FF. There is not break tag in the code or anything.

Its in the main ad bar on the site on www.toon-workshop.net please tell me what i can do.

Response to: Why is it doing this? Posted June 2nd, 2007 in Programming

ok thanks.

Response to: Best Framerate Posted June 2nd, 2007 in Game Development

ok thanks guys!

Best Framerate Posted June 2nd, 2007 in Game Development

Im just wondering what framerate most people are comfortable using. I want to get back in to animating and dont know what framerate to start at. Its going to be an action animation.

Response to: Why is it doing this? Posted June 2nd, 2007 in Programming

I've tried converting it to css and it wasnt to pretty take a look: www.toon-workshop.net/template.php

Response to: Why is it doing this? Posted June 1st, 2007 in Programming

lol well its not like moneys falling into my hands just yet :p but im getting dedicated servers once this site gets up and running smooth. Your buddy Tom Drake has been the one helping me.

Response to: Why is it doing this? Posted June 1st, 2007 in Programming

alright. So just looking at it right now what do u think the site needs? Its not completely done theres still a few things needed to be done. But id still like to know.

Response to: Why is it doing this? Posted June 1st, 2007 in Programming

Ok my bad guys i took it off. Sorry i just thought it would be better to let people know.

Response to: Why is it doing this? Posted June 1st, 2007 in Programming

and jessi the pop-up is there because internet explorer 6 doesnt display transparent pixels. Alot of stuff on the site is made that way so it will look funky.

Response to: Why is it doing this? Posted June 1st, 2007 in Programming

Just every once in a while the site will cut out for him and the sites not going down cuz the ftp server is still working.