This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-29 15:55:24

recycle49
Scratcher
Registered: 2009-12-21
Posts: 1000+

Unity

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;
    }


"Every challenge must be met, every battle must be won, and every story will end." -Me
Recycle49 December 09 - November 11 Goodbye

Offline

 

#2 2011-10-29 16:00:53

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Unity

I know some Python and some AutoHotkey


6418,

Offline

 

#3 2011-10-29 16:17:18

recycle49
Scratcher
Registered: 2009-12-21
Posts: 1000+

Re: Unity

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  big_smile


"Every challenge must be met, every battle must be won, and every story will end." -Me
Recycle49 December 09 - November 11 Goodbye

Offline

 

#4 2011-10-29 16:19:23

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Unity

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  big_smile

Yep I have it


6418,

Offline

 

Board footer