Jump to content
xisto Community

dubleton

Members
  • Content Count

    15
  • Joined

  • Last visited

Everything posted by dubleton

  1. Ewww Dreamweaver. That being said, here is the code that works for me. I find it very nice and simple. <head><script language="JavaScript"> <!--function FUNCTION1(){window.open('WEBPAGEADDRESS.html','mywindow','width=500,height=500,toolbar=no,menubar=no,scrollbars=no,resizable=no');}//--> </script></head><body><a href="javascript:FUNCTION1()">TEXT</a></body> You can replace WEBPAGEADDRESS with any webpage. (main.html, index.html, https://www.google.de/?gfe_rd=cr&ei=7AkjVIatDsKH8QfNkoC4DQ&gws_rd=ssl) If you had wanted two links on the page then your code would look like this. <head><script language="JavaScript"> <!--function FUNCTION1(){window.open('WEBPAGEADDRESS.html','mywindow','width=500,height=500,toolbar=no,menubar=no,scrollbars=no,resizable=no');}//--> <!--function FUNCTION2(){window.open('WEBPAGEADDRESS.html','mywindow','width=500,height=500,toolbar=no,menubar=no,scrollbars=no,resizable=no');}//--> </script></head><body><a href="javascript:FUNCTION1()">TEXT</a><a href="javascript:FUNCTION2()">TEXT</a></body> Hope thats clear.
  2. The first RPG I ever played was Earthbound, and it's still my favorite. I also liked Chrono Trigger, and Wild Arms. Earthbound was just so creative, more creative than anything that comes out now. Chrono Trigger was 1-of-a-kind as well. Wild Arms is the only western RPG I've seen, and they mix the themes in it so well. The story was so incredible that I cried at times towards the end when people died.
  3. There's a guy named Julian Dibbell who was earning about $4000 a month by selling Ultima Online goods on Ebay. Thats about $48000 a year! You can read his Blog here. Thought you guys might find it interesting =).
  4. Imagine - our calendars could display the lunar, solar AND NIKE eclipses! Great idea!I hope this never happens. I would be so angry, and would boycott any company that committed such an atrocity against nature. The sad thing is that somewhere out there some suit at the top of a corporation probably gets aroused at the thought of this idea.
  5. I've used RPGMaker since it came out, and I've made a few games. When I started (13 years old), it took me about a year to master completely. To someone with previous programming experience it'd probably be a cinch though. I really recommend it. Even though I've learned other languages, I still love using RPGMaker 2003. It's a great way to make a classic looking console-style RPG. So fun!Because RPG2K and RPG2K3 are so easy to use (no scripting language to learn), their also limited in what they can do. This means you have to get pretty creative if you want a different battle system than the prepackaged one thats included. However, this year RPGMaker XP came out, and it has an optional scripting language built in.I highly recommend these makers. If you too lazy to learn how to use them, then you have no business making a game. They are very easy =) .And no, it is not a web RPG maker.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.