Jump to content
MakeWebGames

gamble

Members
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by gamble

  1. Honestly at this point in the game it is best to just make a custom game. Thats just my opinion though.
  2. gamble

    Odd game...

    True true, message me your skype...we will make this happen...
  3. gamble

    Odd game...

    Im still laughing at it to this moment. "The dildo penetrates the liver causing internal bleeding: [Continue] or [Tap Out]?" Hahaha im sick i know
  4. gamble

    Odd game...

    This post made my night, i cried laughing. "In depth sexing" HAHAHAHA! Thats badass do it! Just put a rated M notice on the front, ill play anyday haha. Thanks for the laughs bud i needed it!
  5. Got it working, so if you want to create a little javascript app in an HTML id love to put it on there and test it out!
  6. Is there a way to just use eval() in an iframe? //UPDATE Ive been testing and i can not get just and eval to load into an iframe. Any other ideas? So basically im trying to load a snippet/file of JS into a div. I dont want it to reach further than that and what i mean by that is i dont want document.write to replace the entire page, just whats in the div...
  7. Sorry for confusion this is what i mean: I was to run a js file in my code. But rather than running it on the whole page, i would like to just run it within the div, much like a standalone application on a normal desktop. So here is the chain of events i am trying to accomplish: User opens "program" on the web based desktop->The command is sent to open it->the div/window on the desktop opens->the file that the program is associated with runs in the div/window So basically a js file is run in a div, im trying to accomplish this without having to remake every js function haha. So i want a div to act as a new document in a way.
  8. Need advice/ideas: How can i make a javascript file execute into the div for the window? For example i have a file with the following: document.write('hello world'); How can i make that output into the div? I am wondering this so i can create small programs to run on the desktop im making. Thanks MWG! Sorry about the scattered thoughts here...but i am trying to use the eval function to make this happen
  9. <!--UPDATE--> I have updated the desktop on my personal computer, so it is not on code pen. The windows now match the main menu, title bar is like the darker portion of the main menu, and the window itself is the off white like the menu. You can now close windows by simply dragging the window to the top right corner of the screen where you will be asked if you want to close the window. You can now maximise the window by double clicking the title bar and then undo the maximising with the same gesture. If you want an updated file let me know.
  10. All the styling was done by me. I plan to convert this over to either java or c. Not sure. May just do a Web Based os much like Chrome OS if you ever had the chance to view it before it was discountinued. Unless...you know a way to do it all from web?
  11. You're a champion thanks! I thought fixing the position of the windows would not allow me to drag and drop
  12. Hello MWG! I am currently working on a desktop styles theme on my spare time just for the fun of it, but i have run into some issues and decided i would ask you guys! http://codepen.io/gambleDev/pen/DvKCy Take a look at that. Notice the side bar expands on hover, and that only the skype is rigged up to launch an "application" at the moment. This is were im having the troubles. My questions: How can i make it so when you resize a div it will not move the others? How can i make it so when you open a application it always appears at the top? Ive been trying as you can see in the code. Thanks MWG and have a great day!
  13. Recently all my work has consisted of just messing around with different CSS, JS, and HTML things. Ive made a lot of interfaces and stuff just to practice due to the lack of stuff i have to do. I plan to come up with some sort of way to advertise my game but not sure how to do that yet.
  14. What?? Did i miss something?
  15. I cant think of an example/word to explain what im trying to do. Basically trying to make it easier to do things in php. Make it easier to type, add new functionality and stuff like that. Make sense?
  16. So youd prefer a "classified" php? Like while statement in one simple function?
  17. Would you guys use a library like jQuery to javascript but for php? What i mean is a simplified php that is parsed into actual PHP, therefore no extra would be required except the php parsing file for the actual system itself. For example instead of PHP while statement: <?php $var = 0; while($var <= 5){ echo"Hello is ".$var; $var++; } ?>   you can simply type something like:   $var = 0; [{$var <= 5} echo"Hello is ".$var; $var++; /];   Would you use something like this? If so what other functions would you like to see in it? How should they be structured? Is the example above a good replacement, why or why not?
  18. You should, honestly i dont think many people do anymore though...
  19. Because i have failed to do my job :'( Ill be trying to make a mobile version soon!
  20. Peter was the easiest person in the world to do business with. I just recently bought a template from him and love it! I do not plan on changing the template for a long time! He did his work quick and professionally. Thank you Peter! Feel free to check out the work at http://www.militaryrpg.com Its amazing! Thanks again!
  21. gamble

    New GTLD

    This may be the lack of sleep talking but i believe pound.town is the best game name. Whenever a corny ass dude (probably me...not going to lie) says "Yo baby, im gonna take you to pound town" they are advertising your game for free!
  22. gamble

    DCSG Hosting

    Amazing hosting [MENTION=70223]death[/MENTION] i love it! Very fast. I wouldn't trust anyone more than you to host my game during release!
  23. Turn on the gravity...it then falls...
  24. Im thinking about going into this kind of design but see no market for it haha, ill stick to ajax and php
  25. Im thinking about making it interactive, you choose the amount of branches and dots per branch etc...
×
×
  • Create New...