Search found 338 matches

by thetoddfather
October 23rd, 2012, 1:21 am
Forum: Everything
Topic: Playing around.
Replies: 11
Views: 6865

Re: Playing around.

Oh sorry, arrows move, Control makes you run. Space is jump. Running jumps go higher ...
by thetoddfather
October 23rd, 2012, 1:17 am
Forum: Everything
Topic: Playing around.
Replies: 11
Views: 6865

Playing around.

Hey everyone,

Had a bit of fun the last few days practicing all the concepts from past tutorials. Thought I'd share my tinkerings so far.

Toddfather.
by thetoddfather
October 4th, 2012, 6:14 pm
Forum: Everything
Topic: Crashes on some computers...
Replies: 10
Views: 4946

Re: Crashes on some computers...

Still froze.

The Service for my video board will be held at 3:00PM pacific time for all that wish to attend.

Thank-you.
by thetoddfather
October 4th, 2012, 6:06 pm
Forum: Everything
Topic: Crashes on some computers...
Replies: 10
Views: 4946

Re: Crashes on some computers...

Ok thanks XxWalKaxX
by thetoddfather
October 4th, 2012, 4:53 pm
Forum: Everything
Topic: Crashes on some computers...
Replies: 10
Views: 4946

Re: Crashes on some computers...

Well I have all but confirmed the work computer is the video board. Finally packed it in it looks like. Been getting the odd video board related blue screen for some time now. It was running all the tutorial stuff fine, now it won't run any. Got the Guiiiile framework, it ran with a blank screen the...
by thetoddfather
October 4th, 2012, 3:51 am
Forum: Everything
Topic: Crashes on some computers...
Replies: 10
Views: 4946

Re: Crashes on some computers...

Oops, here's the Draw Poopy function I think I neglted.

Code: Select all

for (int index = 0; index < nPoo ; index++)
	{
		if(!pooIsEaten[index])
		{
			DrawPoo(pooX[index],pooY[index]);
		}
		
	}
by thetoddfather
October 4th, 2012, 3:48 am
Forum: Everything
Topic: Crashes on some computers...
Replies: 10
Views: 4946

Crashes on some computers...

My apologies if this has been solved or covered somewhere else. I did my best to search it and I am either an idiot or missing something, or perhaps both... So I have gone through up to beginner lesson 13 and all has been working great. I got my dropbox going, I take a little time at work and haves ...
by thetoddfather
October 1st, 2012, 10:18 pm
Forum: Everything
Topic: Lesson 9 Question Bonus Solution
Replies: 14
Views: 10622

Re: Lesson 9 Question Bonus Solution

Ya, I couldn't figure out animating it either. I think it may be because my computer can't handle it. Tried incrementing the loopx and loopy variables with keyboard up, didn't change anything. Still looks cool though even if it isn't moving :) Perhaps we need the enhancements Chili told us about to ...