Search found 9 matches

by Jediknight846
Mon Sep 27, 2010 5:25 pm
Forum: Scripting/Coding
Topic: Move Script Problem
Replies: -1
Views: 959

Re: Move Script Problem

SpiritWebb wrote:If he tips forward and your want to correct that so hes straight again and doesnt go forward when you do, use a different key other then W. Assign a different one. For my space game, I assigned Q and E. E speeds up and Q slows down.
That won't fix anything.
by Jediknight846
Mon Sep 27, 2010 3:11 pm
Forum: Scripting/Coding
Topic: Move Script Problem
Replies: -1
Views: 959

Move Script Problem

I have a cube with this script: var moveSpeed = 1; var turnSpeed = 1; function Update () { if(Input.GetButton("W")) { transform.position += transform.forward * moveSpeed * Time.deltaTime; } if(Input.GetButton("S")) { transform.position += -transform.forward * moveSpeed * Time.del...
by Jediknight846
Mon Sep 27, 2010 2:47 pm
Forum: Scripting/Coding
Topic: Tools
Replies: -1
Views: 1272

Re: Tools

I couldn't get it to work right. :(
by Jediknight846
Mon Sep 27, 2010 2:27 pm
Forum: Scripting/Coding
Topic: Mouse Look
Replies: -1
Views: 853

Re: Mouse Look

I am not a expert programmer, and I have no idea if this will work, and if it works then you would have to hold shift down to look, but here: void Update () { if(Input.GetButton("Shift")) { if (axes == RotationAxes.MouseXAndY) { // Read the mouse input axis rotationX += Input.GetAxis("...
by Jediknight846
Mon Jul 19, 2010 1:50 am
Forum: Hall's Games
Topic: Forsaken Sanctum Videos
Replies: 43
Views: 39922

Re: Videos

Can the code add a table? If so then how do I do that?
by Jediknight846
Sat Jul 17, 2010 11:02 pm
Forum: Hall's Games
Topic: Forsaken Sanctum Videos
Replies: 43
Views: 39922

Re: Videos

I have a few things to say/ask: 1: Thank you Halls!!! You are awesome for doing this tutorial :D :!: 2: How would you do this but with the map not a perfect square? 3: Where did you get the pictures? Did you make them? 4: Will you/have you make/made a tutorial video on publishing the game you've ma...
by Jediknight846
Sat Jul 17, 2010 5:55 am
Forum: Hall's Games
Topic: Forsaken Sanctum Videos
Replies: 43
Views: 39922

Re: Videos

I have a few things to say/ask: 1: Thank you Halls!!! You are awesome for doing this tutorial :D :!: 2: How would you do this but with the map not a perfect square? 3: Where did you get the pictures? Did you make them? 4: Will you/have you make/made a tutorial video on publishing the game you've mad...
by Jediknight846
Sat Jul 17, 2010 4:04 am
Forum: Older Browser MMO Videos
Topic: Grid movement system
Replies: 25
Views: 9318

Re: Grid movement system

hallsofvallhalla wrote:i already did, it is in the Forsaken sanctum web game videos, they are not complete but the map system is done.
Thanks! I will check that out now! :)
by Jediknight846
Thu Jul 15, 2010 5:56 am
Forum: Older Browser MMO Videos
Topic: Grid movement system
Replies: 25
Views: 9318

Re: Grid movement system

Hi, (1st post! :) )
Will you, hallsofvallhalla, do this in the video tutorial?

Go to advanced search