Search found 4 matches

by Levelup
June 29th, 2020, 12:42 am
Forum: Everything
Topic: Identifier "kbd" is undefined
Replies: 5
Views: 3193

Re: Identifier "kbd" is undefined

Ah perfect thanks appreciate the response.

Will work from this now!
by Levelup
June 28th, 2020, 4:37 pm
Forum: Everything
Topic: Identifier "kbd" is undefined
Replies: 5
Views: 3193

Re: Identifier "kbd" is undefined

Working from this also:

https://www.youtube.com/watch?v=XSKF2GZLjxg

11:43 ish time.
by Levelup
June 28th, 2020, 4:35 pm
Forum: Everything
Topic: Identifier "kbd" is undefined
Replies: 5
Views: 3193

Re: Identifier "kbd" is undefined

Hey,

code looks like this:

Code: Select all

if ( kbd.RightIsPressed())
	{
		x = 500;
	}
Thanks
by Levelup
June 27th, 2020, 10:54 pm
Forum: Everything
Topic: Identifier "kbd" is undefined
Replies: 5
Views: 3193

Identifier "kbd" is undefined

Hey all,

Firstly thanks for the tutorials they are wicked and shit.

Secondly got visual studio 2019 and the Chili Framework 2016 and im recieving that error in the debugger. I'm on tut 4, and this is fucking my shit up :(

Have you seen it before or have any sugestions?

Thanks
Levelup