-
Posts
309 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by runthis
-
what a sad thread of desperation, as long as im here $3!
-
Looks sweet, but alot like a website and not a game. I like the progress bars.
-
I decided to use the forum you sent me to nickson.
-
It may be that most people don't know the possibilities of javascript or do not even really know where to begin. So i thought i would start off with very very basic javascript whilst providing some common or not so common ideas. For my first script to present to you guys is a very simple one that always comes in handy in a dynamic project. This allows you to hide an element if shown and to show if hidden (nice!) a brief explanation: this script simply checks to see if the element is not shown - if(a.style.display == 'none') if it is not shown it shows it - document.getElementById(''+id+'').style.display='inline'; If it is already shown it hides it - document.getElementById(''+id+'').style.display='none'; The reason we use display='inline' is so that javascript does not create a new line with inline but with display='block' on an element already hidden on page load, it will make a new line, if this is your desired action than change inline to block function flip(id){ var a=document.getElementById(''+id+''); if(a.style.display == 'none'){ document.getElementById(''+id+'').style.display='inline'; }else{ document.getElementById(''+id+'').style.display='none'; } } Works on one element at a time To use this script just add it anywhere in your script (most people say add things after the body tag, and you might do that) and call it like this <a onClick="flip('myelement');">Show the div</a> <br> <div id="myelement" style="display:none;">I am hidden</div> This could be of practical use in your games by hiding parts of your GUI unless a user selects "Show Stats" or something. Ok, next post we will make the above script work for multiple elements at the same time and tie in the above script to fade in and fade out for nice effect. Also we will make our fade in and fade out script utilizing native javascript features. Until next time, happy coding :) Edit: make sure you notice that makewebgames forum breaks up some of the code with spaces or tabs that will break your script The reason for this is because most forums and chats have to use certain programming features to break a word up after its too long without a space because some people like to mess up other people forums/chats by posting words like "mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm" that can break the style on a page as you can see, 50 characters in, it puts a space before the last "m"
-
Thanks !
-
Lol, its the forum that chooses what to block, prolly words like **** and fuck. Edit: the website doesnt like ****, thats bullshit < lol
-
Yeah i know they are, im throwing my lower bid in, as the euro is currently worth more than my petty american dollar. And once again ben, ill do it for $5 american, or your $6-7 in pounds if that makes you smile more. This is a 1-5 minute job.
-
This is an old thread but i will do $5 per 500 words
-
I saw everyones content writing so i figured i would throw my nuts in the bag and see if they get salted. Heres an intro story for your game ( if you turn points to cocaine :D ) In this scene you play a Black Gangster and you decide that the person who runs a small percentage of your town is taking more than he deserves, as the scene fades in you are being yelled at by him. ""I wasn't born with no silver spoon in my mouth. Nu uh, no sir, i had to work for what i earned and take whats mine! I'll take yours nigga ... remember.. i run this ****, we do things my way!"" - As you reach for your 9mm semi-automatic handgun, you notice a large quantity of cocaine on the kitchen counter. You fire three shots into his face and head ""I run this **** now mothafucka!"". You watch his body fall onto the carpet while you put your gun into your waistband. Picking up the cocaine you notice there is over 50 grams inside. The hotel room is covered in blood. You stuff the bag of cocaine inside your pants and grab 15 one-hundred dollar bills off of the table. You exit the hotel room leaving a 'Do Not Disturb' sign on the door handle. You walk calmly through the lobby as to not arouse suspicions , no one noticed anything. You walk right out of the front door, Your apartment is a few blocks down.... Then you can start the person with 50 points(grams of cocaine) and $1,500 bucks.
-
Blocking a wget is a very easy task, but blocking them from coming back requires some investigating. add my msn [email protected] and i will tell you how to open your htaccess and add a bit of code that blocks all wget requests. Unless you have the gumption to do all of this yourself i saw a great article here http://www.unitedforums.co.uk/vb/website-development-scripting/10926-how-block-wget.html
-
I can do this for $5
-
I added you. I can do some final securing and bug fixing when you reach that 80% :). I can also make a nice logo, or advertising logo.
-
TheHuntBegins.com Tagemandbagem.com GameHunter.com Thehuntinggrounds.com some of those may be taken
-
So as my own game (http://pure-game.blogspot.com/) is nearing completion and it is now time to start raising some expendable funds together for the server, yay! So i decided to do a little design work on the side. I can make you a nice logo or flash intro for your game or website, also do some layout repair and mod cloning(is that even allowed?). You simply tell me your Game/Business/Website name, or text to display with the genre of which your game/website is in and i will come up with something nice for you. For a layout or repair, email me the problems that you need fixed and i will attempt to fix them for you, if successful, i will provide you 5 screenshots, 2 for different browsers in Linux Ubuntu 11 and 3 different browsers in Windows Vista, upon payment received will the source be delivered, so it is no sweat off of your back if i get it wrong and you hate what you see. Of course here is a couple of examples. * i removed the embedded flash, theres a url below. http://pure-game.blogspot.com/2011/07/new-logo-design.html of course the second image is a transparent div here it is on a black background If you are interested you can email me ([email protected]) what you would like and i will probably email you a fair quote between $10-$20 bucks for logos and will create what you need within 5 days. If you are interested in layout repair or making a mod for your game you can email me ([email protected]) and i probably email you a fair quote between $1-$50 depending on what you need done. I use paypal for safe transactions. Btw Vimeo is nice.
-
I experience many problems and lags with xbox and xbox live after 1+ year ownership. My Negatives :/ New games tend not to read on system startup for at least 15 minutes (and not 15 minutes of waiting to 'heat up', 15 minutes of trying, if you just wait, you will still have to try for 15 minutes) One of the hugest fails i noticed is the requirement for you to be signed in all the time, and how it will just kick you out of a game for signing out etc. When i lived with my roomate for a year he had a ps3 and not once, not one damn time did it ever freeze, we could even do what i consider basic tasks (renaming, moving and copying video,pics,music), and even the psp has these simplest of features. Also an entire parade of movie types do not play on my xbox (like mp4), while more play if you use a external hard drive or xbox'x hard drive(like mp4), from a thumb drive it seems only .avi's play (which you cant copy to anywhere because it wont show). Also i had the damdest time connecting the xbox to my pc for xbox live and they are both microsoft products, after a hellish 2 days i finally got it to work with no strict or moderate NAT setting, funny because on linux i didnt have to do anything at all but plug it in. Also for some reason i had to clear my system cache, which deleted several random things on different gamesaves. Cant install an entire operating system. My Positives :) I have had really good experience with microsofts indie game section where you can play games that other people made, on your 360, they are free to download, and if you like it you can buy it! how cool is that. The downside of above is that the programmer has to pay $99 a year to develop xna (xbox) games. Xbox live isn't that bad at all, its kinda nice. Honestly i spent 10 minutes trying to think of those positives and just fingerbanged those negatives, if i can think of more positive things about xbox than i will let you know. ps: Also theres a service called "xkai link" where xbox and ps3 people can play online for free using the system link.
-
Ps3, although i own an xbox, i like the fact that with very little ease and a built in feature (no modding required) i installed linux straight from disk to my friends ps3 and could run emulators and more.
-
He also goes by ibrahim or [email protected] on msn from what i understand. Bertrand related his msn email to another account on here, http://makewebgames.io/member.php/66560-Admin-Cw How many accounts does this guy have and why? Also his name might be kevin or keith and he calls people "Moist", i guess this is his negative slang, well you sir are the moist.
-
How man queries are too many?
runthis replied to runthis's topic in MySQL, Oracle, Postgress or other DB
Lets assume everything is standard, apache 2.2 on an average server with no other websites using latest php/mysql. -
Maybe that was worse, why dont you use the code bbcode tags so that looks a little easier to read yeah? and maybe even just the parts that are messed up, and the parts its supposed to look like
-
From a screenshot of some random part of your game, no i cannot tell why your gradient (image?, css?, stylesheeted or inline?) is not showing up, nor do i know what it looks like on the other pages to even compare, im sure others viewing this thread didnt reply from lack of information. You need to provide more details, as well as things that you have done personally to try and solve the problem. If you want one page to look like another, use your native keyboard function on your source and ctrl+c and then ctrl+v it to where you want it.
-
Lame, i mispelled in the title. In the long run, how many queries on a game would be too many? Assuming the queries are optimized. In an ajax game this number would most likely be increased, but in this day and age, what is really just too many? Basically when the cpu load is super high eh?
-
Yes you are correct and you do not need jquery at all ... at all! to do what you want to do, here is a simple script that loads a page into a div. Also the native function for javascript is "innerHTML" example "document.getElementById('elementid').innerHTML=("");" Here is the ajax function replace(id,file){ var xmlhttp; if(window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest() }else{ xmlhttp=new ActiveXObject("Microsoft.XMLHTTP") } xmlhttp.onreadystatechange=function(){ if(xmlhttp.readyState==4&&xmlhttp.status==200){ document.getElementById(id).innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET",file,true); xmlhttp.send(); } Although i cannot confirm the compatibility for all browsers, it works pretty good for me. use this function like this <a onClick="replace('elementtochange','yourfile.php');">Click me</a> <div id="elementtochange">I will be changed</div> to still have the cursor you can add a href to the "a" element, however i find its alot better to just use style a { cursor : pointer; }
-
Ew, no it doesn't, if i take a **** in a box and ten managers are there to offer their best criticism, it will still be a piece of ****. What is killing our businesses is people thinking we need more managers, when really we need more contenters (thats not a word), dreamers and entrepreneurs.
-
Game Layout & Logo | Constructive-criticism
runthis replied to DonCityGame's topic in Art and Content
The logo ... nice -
Actually a friend showed me this script but i havent needed to use it yet. It basically can let you include anything, even php (or js/php) into the head dynamically, like i said though i haven't used it yet but here it is along with the original note he left me with it. /* This comes in quite useful.. It basically includes PHP into the page when the page has already loaded It cant feed any information into the page but it can run scripts in the background.. : D */ script = document.createElement( 'script' ); script.src = file; document.getElementsByTagName( 'head' )[0].appendChild( script );