Upcoming Videos
-
- Posts: 165
- Joined: Tue Oct 13, 2009 4:22 pm
Re: Upcoming Videos
cool, is there a way you could add speed, like how long it takes to use ia weapon could you do one with that???
Im dumb;)
-
- Posts: 165
- Joined: Tue Oct 13, 2009 4:22 pm
Re: Upcoming Videos
halls, are you over committing yourself to too many projects??? I remmeber you saying something about releasing videos and the source code from your game .. 

- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Upcoming Videos
hehe i always commit myself to too much
I have actually had the first 2 videos of the source project for about 3 weeks, Just havent put it up. I am working on some new videos for the tutorials. Should have it all up no later than this weekend.

Re: Upcoming Videos
I was imaptient at first wanting the videos faster but I think it is good to space them out. I was learning so much from them and wanted to continue but It makes me go learn on my own a lot and insted of just waiting to see what I learn here. I still have problems and have to ask questions from time to time but mostly I can figure things out on my own from your tuts and learning how the code is working. Still a noob though.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Upcoming Videos
I have 3 more videos coming out this week. Leveling, then locations.
Re: Upcoming Videos
yeah you should add those it really enhances games you should also make a tutorial on browser mmorts' I think I got some really nice ideas
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Re: Upcoming Videos
You could make an administration page for example add a table to players
and for example if the table will be called rights then we could do something like this:
if(playerinfo3[rights] == 3){
echo "Add a new class";
echo "Name:";
echo "Blah";
}
and blah blah blah
and it would be cool to make it so you can sell stuff to other players and make a little chat.
and for example if the table will be called rights then we could do something like this:
if(playerinfo3[rights] == 3){
echo "Add a new class";
echo "Name:";
echo "Blah";
}
and blah blah blah

and it would be cool to make it so you can sell stuff to other players and make a little chat.