Unity the game maker that has made some pretty awesome games.
Discuss it and what language you use.
I use Javascript
Right now I need to de bug this script but it isn't working.... Help anyone? On the statement below the getbutton left is were is occurs.
function Update()
{
if(Input.GetButton("up"))
{
transform.position.y += 1.0;
}
if(Input.GetButton("down"))
{
transform.position.y += -1.0;
}
if(Input.GetButton("right"))
{
transform.position.x += 1.0;
}
if(Input.GetButton("left"))
transform.position.x += -1.0;
}
Offline
I know some Python and some AutoHotkey
Offline
CheeseMunchy wrote:
I know some Python and some AutoHotkey
Python is a fun and simple language, awesome ;D May I suggest Pygames?
I know.... Html, CSS, Javascript (Learning), Python (Learning), mIRC, a bit of HTML5. I hope to learn Java and C+ soon
Offline
recycle49 wrote:
CheeseMunchy wrote:
I know some Python and some AutoHotkey
Python is a fun and simple language, awesome ;D May I suggest Pygames?
I know.... Html, CSS, Javascript (Learning), Python (Learning), mIRC, a bit of HTML5. I hope to learn Java and C++ soon![]()
Yep I have it
Offline