Search found 11 matches
- Thu Sep 02, 2010 6:01 pm
- Forum: Older Browser MMO Videos
- Topic: Game started with your videos
- Replies: -1
- Views: 2631
Re: Game started with your videos
I used photoshop to create the login page and then modified the exported HTML with dreamweaver.
- Tue Aug 31, 2010 2:16 pm
- Forum: Older Browser MMO Videos
- Topic: Game started with your videos
- Replies: -1
- Views: 2631
Re: Game started with your videos
What exactly do you not understand?Justeenoman wrote:Alright, can you please teach me how to make a login page like that? I don't quite understand the html in php.
- Tue Aug 31, 2010 2:13 pm
- Forum: Older Browser MMO Videos
- Topic: Game started with your videos
- Replies: -1
- Views: 2631
Re: Game started with your videos
That'd be really cool. I'd love to see a demo, I've been wanting to dabble in Ajax and know absolutely nothing about it.
- Sun Aug 29, 2010 3:38 pm
- Forum: Older Browser MMO Videos
- Topic: Game started with your videos
- Replies: -1
- Views: 2631
Re: Game started with your videos
I started following your videos last year... I sort of took my own direction after creating the login screen :p I just let creativity run rampant after that. I do however attribute the very beginning stages of the game to your video, because that's how the game was first incubated. I plan on going t...
- Sat Aug 28, 2010 7:47 pm
- Forum: Older Browser MMO Videos
- Topic: Game started with your videos
- Replies: -1
- Views: 2631
- Wed Jul 22, 2009 11:16 pm
- Forum: Older Browser MMO Videos
- Topic: Map - PHP ? Javascript? Ajax?
- Replies: 7
- Views: 1208
Re: Map - PHP ? Javascript? Ajax?
very tedious, and I'm sure there's a better way, but it works.


- Wed Jul 22, 2009 9:42 pm
- Forum: Older Browser MMO Videos
- Topic: Map - PHP ? Javascript? Ajax?
- Replies: 7
- Views: 1208
Re: Map - PHP ? Javascript? Ajax?
I've got http://www.kriminalz.com/map.php set up with the map correctly, I'm thinking to limit only to the areas defined, I could set up a variable in the database, and if that value isn't matched then it doesn't allow movement in that direction.
- Wed Jul 22, 2009 6:30 pm
- Forum: Older Browser MMO Videos
- Topic: Map - PHP ? Javascript? Ajax?
- Replies: 7
- Views: 1208
Re: Map - PHP ? Javascript? Ajax?
If the map is moving under the dot, would that not cause some page display problems? If the player moves all the way over to one side of the map, would it not be possible for the map to scroll off the screen, thus causing horizontal scroll bars? That's the logic of how it should work, not that the ...
- Wed Jul 22, 2009 12:25 pm
- Forum: Older Browser MMO Videos
- Topic: Map - PHP ? Javascript? Ajax?
- Replies: 7
- Views: 1208
Re: Map - PHP ? Javascript? Ajax?
I may be off on this as I am not a big web coder, but would it not be possible to put the map up as a static image, and then use AP divs set with transparency to keep track of the player dot? You could then use code to alter the AP div player dot image as needed to represent movement. There is prob...
- Tue Jul 21, 2009 7:55 pm
- Forum: Older Browser MMO Videos
- Topic: Map - PHP ? Javascript? Ajax?
- Replies: 7
- Views: 1208
Map - PHP ? Javascript? Ajax?
Okay so I want to write a map system, I looked over the one halls posted but it's not the same I'm trying to create. I don't really know how to explain so I drew out the map type/style I want to use. http://kriminalz.com/images/map.png The player would start off at the red dot, and each green box wo...