inherit
Banned
39031
0
May 31, 2007 9:56:53 GMT -8
ryndell
1,808
March 2005
ryndell
|
Post by ryndell on Sept 1, 2005 11:36:41 GMT -8
Can you use java Script and Html to make a totally interactive RPG, similar to what you would get using php ? , Or would this not work, and PHP would actually be the best course ?
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Sept 1, 2005 18:15:55 GMT -8
Yes and no. If by totally interactive, you mean live member vs. member then the only real way to do that is via a java applet or a program that isn't run in the browser. It's possible with PHP to log moves and attacks and things but you still have to refresh the page to see changes and it isn't really real-time gaming. The thing about using JavaScript though, is that (in ProBoards anyway) you can still save things to a database, it's just a little trickier, because you have to use the ProBoards database. You can't add to the database directly via SQL or whatever, but you can submit things into the ProBoards forms like the profile form or via PM for the same effect. If it's for a website and not ProBoards, even if you're PHP for it, you'll probably still want to use JavaScript for some dynamic effects.
|
|
inherit
Banned
39031
0
May 31, 2007 9:56:53 GMT -8
ryndell
1,808
March 2005
ryndell
|
Post by ryndell on Sept 1, 2005 22:33:24 GMT -8
So Java Script mixed with PHP would be the best way to go with my website rpg , ran with a webbrowser, and SQL Database, thank you California .
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Sept 1, 2005 22:35:48 GMT -8
I would say so, yes. I've seen RPG websites pulled off quite successfully with Shockwave Files as well but I'd imagine it'd be a lot more complicated. Depends if you know how to create Flash files and how graphics-oriented you want the RPG to be. DHTML & PHP would probably be your best bet.
|
|
inherit
Banned
39031
0
May 31, 2007 9:56:53 GMT -8
ryndell
1,808
March 2005
ryndell
|
Post by ryndell on Sept 1, 2005 23:02:31 GMT -8
has no clue one the DHTML Yet , Is learning the PHP right now, working out one file at a time at the momment, getting it set how i need it, the graphics if i can get them .I will work on them one at a time, but thank you for pointing me in the right direction on how to set things.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Sept 3, 2005 13:52:46 GMT -8
Dynamic HyperText Markup Language.
|
|
inherit
13333
0
Mar 19, 2012 20:30:58 GMT -8
hey
4,271
September 2003
hey
|
Post by hey on Sept 3, 2005 19:39:14 GMT -8
Or Css/Javascript otherwise.
|
|