523 Forum Posts by "Fallin-Again"
Alot of people i know are always trying to make thier right click menu customized but it always ends up screwed in a wierd way. So can somebody please explain to me what i need to do to make a customized right click menu.
Thanks in advance!
iv been to those sites and im having the hardes time finding some music for an action sequence.
Hey im looking for some music to go with an action scene. I dont know exactly where in the audio portal to look and i dont know where i could find any so if someone could give me a few sources that would be great.
Hey i was just wondering if anyone wanted to collab and make an action movie. Basically i fighting one. For more details add me on msn at youkickmydog1@hotmail.com
the email address is valid..........and i just script that way but how do i configure the mail script thingy?
I have a form that submits information to a php script, when the php script processes the information it should send it to my email address for a site im working on. The only problem is i havent received the email and it has been 2 hours. the script is below can anybody tell me whats wrong with it?
proccess.php-----
<?php
include("global.inc.php");
$errors=0;
$error="The following errors occured while processing your form input.<ul>";
pt_register('POST','FirstName');
pt_register('POST','LastName');
pt_register('POST','EmailAddress');
pt_register('POST','Address');
pt_register('POST','City');
pt_register('POST','Province');
pt_register('POST','PostalCode');
pt_register('POST','AreaCode');
pt_register('POST','TelephoneNumber');
pt_register('POST','Issues');
if($FirstName=="" || $LastName=="" || $EmailAddress=="" || $Address=="" || $City=="" || $Province=="" || $PostalCode=="" || $AreaCode=="" || $TelephoneNumber=="" || $Issues=="--Issues--" ){
$errors=1;
$error.="<li>You did not enter one or more of the required fields. Please go back and try again.";
}
if(!eregi("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[
a-z]{2,}"."$",$EmailAddress)){
$error.="<li>Invalid email address entered";
$errors=1;
}
if($errors==1) echo $error;
else{
$where_form_is="http".($HTTP_SERVER_VARS["
HTTPS"]=="on"?"s":"")."://".$SERVER_NAME.s
trrev(strstr(strrev($PHP_SELF),"/"));
$message="First Name: ".$FirstName."
Last Name: ".$LastName."
Email Address: ".$EmailAddress."
Address: ".$Address."
City: ".$City."
Province: ".$Province."
Postal Code: ".$PostalCode."
Area Code: ".$AreaCode."
Telephone Number: ".$TelephoneNumber."
Issues: ".$Issues."
";
$message = stripslashes($message);
mail("crayon@tssm.ca","Form Submitted at your website",$message,"From:$FirstName $LastName (Subscriber)");
header("Refresh: 0;url=http://www.tssm.ca/subscribe2.htm");
?><?php
}
?>
Heres global.inc.php----------------
<?php
function pt_register()
{
$num_args = func_num_args();
$vars = array();
if ($num_args >= 2) {
$method = strtoupper(func_get_arg(0));
if (($method != 'SESSION') && ($method != 'GET') && ($method != 'POST') && ($method != 'SERVER') && ($method != 'COOKIE') && ($method != 'ENV')) {
die('The first argument of pt_register must be one of the following: GET, POST, SESSION, SERVER, COOKIE, or ENV');
}
$varname = "HTTP_{$method}_VARS";
global ${$varname};
for ($i = 1; $i < $num_args; $i++) {
$parameter = func_get_arg($i);
if (isset(${$varname}[$parameter])) {
global $$parameter;
$$parameter = ${$varname}[$parameter];
}
}
} else {
die('You must specify at least two arguments');
}
}
?>
Hey wuts up newgrounds. I have a character that i have animated in a few ways for a game i would like to make. The link below will bring you to a preview of the character doing various moves so if your interested email me or IM me at
sorry about the double post.......but yeah i also need someone to edit the story line its a great one but it needs some work.
Wuts up newgrounds I have a flash movie that im working on and i need someone to help me out with it. I am not that great at animating but i am good at art. To see a preview of what im working on visit the link below this message.
http://www.freewebs...oungcrayon/movie.htm
if your interested IM me at youkickmydog1@hotmail.com
Wuts up newgrounds?? I have a very big question that i think alot of people have been wonderng about. I have seen alot of trailers for great animations, but without the music that they use they wouldnt be as exiting. So here the question. Does anyone know w aogdd site or a good album to get music from for your trailors?
yea but mabe retards dont know but the internet carries the most spelling and grammar mistakes in the world. So hes not the only one that doesnt know a thing or two
lmao soooooooooooooo anyone wanna join?
nothing he askes for people to join im sure he knows the rules and that he knows his ba isnt 3
obviously he doesnt care what his batting average should be and if he asked for spelling corrections he would have asked idiots!
i dont like those rules:P ill just stick with mine so mabe we will have more than one who cares. I dont like the rules on that one. but here are what you need if you would like to join.
24fps
white background
height 400
width 550
ok fine more details. It must be about Christmas for one, depending on how many people we get in the collab we will see how long each animations from the artists will be. We havent decided on the music yet so if anyone wants to give some ideas up your welcome to suggest some.
Hey newgrounds. Just got an idea that i seen last year so i was wondering if anyone wanted to do it this year. Does anyone want to make a flash collab about Christmas. It doesnt have to be about anything specific just has to go with the music. So if anyones interested post here or add me to msn at youkickmydog1@hotmail.com
can anyone help me with the above problem?????^^^^^^^
ok fine ill post it here. I need a script that will give my character gravity. When the scale flies up it should make him fly into the air. When he comes down he should stop when he touches a graphic called platform.
here is a link to see what i have.
ok well anyways i just want some help with a script i dont wanna talk about what i should have done its to late.
i started the thread because i guess the old one got deleted and people keep posting about actionscript alot
Hey everyone. I cant seem to find the old actionscript thread so i have decided to start a new one. Anyone iwth any questions about actionscript can post here and i or anyone else will answer your questions as best we can.
first of all i have a problem of my own. I have a game hosted on imageshack so people can see my problem. I have a platform that the guy is standing on but he needs a script to give him gravity. here is the url.
what do i put in the whatever part lmao i dont know what im supposed to but there
hey im in the middle of making a game and i need some help with some actionscript. I made the character move when hes in the air and do a special move but i need him to be launched in the air and stopped when he touches a graphic called platform. But he needs to be launched into the air automatically.
Ok people i need someone to explain to me how to make a volume slider starting from making the graphics.
well what about if i put it button would it be
on (release) {
var song:Sound = new Sound();
song.loadSound(URL, false);
song.onLoad=function(){
song.start(0, 1);
}
Hey everyone just wondering if there is any actionscripters out there that can help me. I have mebsite and there are about 5 songs. I have flash but when i press a button i want it to play a certain song, from the url
Hey newgrounds whats poppin?
I need some voice actors for a claymation that i will be doing.
I need:
Male Reporter
Female Reorter
Young Boy
Young Gurl
A Homeless Guy
An Average Male
If i need anymore i will post the roles on this thread.
If you would like to apply for a part email me at young_crayon@hotmail.com
and send a voice acting clip.
i need them to be blured though the first scene will be a car driving and part of the background needs to be blured so that it looks like its moving.
Hey is there anyone that is really good with adobe photoshop that can make me a few backgrounds? I kinda wanna make a movie but im not to good at making backgrounds. So if you can feel free to add me at youkickmydog1@hotmail.com

