SgtMe 46 Veteran Poster Featured Poster

sun and the moon

SgtMe 46 Veteran Poster Featured Poster

@Dingbats: Oh there will be more. I hate reading inindented code. Confuses my b*lls off. ;)

SgtMe 46 Veteran Poster Featured Poster

discipline -> instruction

SgtMe 46 Veteran Poster Featured Poster

Please mark the thread as solved then :)

SgtMe 46 Veteran Poster Featured Poster

628

SgtMe 46 Veteran Poster Featured Poster

Why are you making an enumerator for boolean ?
Can you not just use:

bool x = False;

That's probably what it's moaning about.

SgtMe 46 Veteran Poster Featured Poster

making a cake

SgtMe 46 Veteran Poster Featured Poster

624

SgtMe 46 Veteran Poster Featured Poster

lips -> teeth

SgtMe 46 Veteran Poster Featured Poster

@skorm: Please upvote my post on how to install the package seeing as it helped. Thanks :)

SgtMe 46 Veteran Poster Featured Poster

552

SgtMe 46 Veteran Poster Featured Poster

party -> birthday

SgtMe 46 Veteran Poster Featured Poster

line of light

SgtMe 46 Veteran Poster Featured Poster

week after week pass by.

SgtMe 46 Veteran Poster Featured Poster

:D Please upvote my post then and mark the thread as solved. Thanks :)

SgtMe 46 Veteran Poster Featured Poster

544

SgtMe 46 Veteran Poster Featured Poster

movement -> action

SgtMe 46 Veteran Poster Featured Poster

stop the car!

SgtMe 46 Veteran Poster Featured Poster

profile -> picture

SgtMe 46 Veteran Poster Featured Poster

496

SgtMe 46 Veteran Poster Featured Poster

art -> gallery

SgtMe 46 Veteran Poster Featured Poster

ever will never ever end

SgtMe 46 Veteran Poster Featured Poster

GWAAAAAAAAAAAAAAAAAAAAAAH! Love it :D

SgtMe 46 Veteran Poster Featured Poster

488 yeah lol :L

SgtMe 46 Veteran Poster Featured Poster

I think this thread would work better if people changed their avatars once in a while XD

SgtMe 46 Veteran Poster Featured Poster

flavouring -> colouring

SgtMe 46 Veteran Poster Featured Poster

ever and ever and ever

SgtMe 46 Veteran Poster Featured Poster

484
EDIT: I see you've overtaken me on posts, Kraai :)

SgtMe 46 Veteran Poster Featured Poster

Ouch. That sounds quite hard. To the best of my knowledge, there isn't any way of combining another GUI kit with Allegro. Your best option would be to make your own text entry field. Draw out a box, and when the user clicks on it (check mouse position), a flashing bar comes up (you could leave that out). As the user types, it goes to a string which is drawn on screen (you would have a string of the input, which gets one letter appended to it at a time).
That's just an example :)

SgtMe 46 Veteran Poster Featured Poster

Is there a way of resizing the window through your program after it's been created?

SgtMe 46 Veteran Poster Featured Poster

cup -> glass

SgtMe 46 Veteran Poster Featured Poster

450

SgtMe 46 Veteran Poster Featured Poster

430

SgtMe 46 Veteran Poster Featured Poster

teacher -> fun spoiler

SgtMe 46 Veteran Poster Featured Poster

Nice eyebrows :)

SgtMe 46 Veteran Poster Featured Poster

sideline -> substitute

SgtMe 46 Veteran Poster Featured Poster

drugged up paperclip?

SgtMe 46 Veteran Poster Featured Poster

man I'm tired...

SgtMe 46 Veteran Poster Featured Poster

440

SgtMe 46 Veteran Poster Featured Poster

here I am!

SgtMe 46 Veteran Poster Featured Poster

spectacles -> spectate

SgtMe 46 Veteran Poster Featured Poster

446

SgtMe 46 Veteran Poster Featured Poster

Get orf my land!

SgtMe 46 Veteran Poster Featured Poster

edge -> blade

SgtMe 46 Veteran Poster Featured Poster

grabs the cash and runs away

SgtMe 46 Veteran Poster Featured Poster

464

SgtMe 46 Veteran Poster Featured Poster

Still, the logic can be applied in C++.

SgtMe 46 Veteran Poster Featured Poster

Try making 'halfSideLength' an int.
ie line 21:

alfSideLength = int(( 0.9 * overallLength ) / 2.0)

Just a hunch, seeing as the error says it can't "multiply not-int type float()", when you call the function on the line specified.

SgtMe 46 Veteran Poster Featured Poster

You could use pygame.
http://pygame.org/docs/ref/event.html
Tips:
Remember to "pump" the event queue on each update.
Don't initalize a window, just use the console.

SgtMe 46 Veteran Poster Featured Poster

Uhhhhhh...I think PyGame might have something...
http://www.pygame.org/docs/ref/camera.html