sun and the moon
@Dingbats: Oh there will be more. I hate reading inindented code. Confuses my b*lls off. ;)
discipline -> instruction
Please mark the thread as solved then :)
628
Why are you making an enumerator for boolean
?
Can you not just use:
bool x = False;
That's probably what it's moaning about.
making a cake
624
lips -> teeth
@skorm: Please upvote my post on how to install the package seeing as it helped. Thanks :)
552
party -> birthday
line of light
week after week pass by.
:D Please upvote my post then and mark the thread as solved. Thanks :)
544
movement -> action
stop the car!
profile -> picture
496
art -> gallery
ever will never ever end
GWAAAAAAAAAAAAAAAAAAAAAAH! Love it :D
488 yeah lol :L
I think this thread would work better if people changed their avatars once in a while XD
flavouring -> colouring
ever and ever and ever
484
EDIT: I see you've overtaken me on posts, Kraai :)
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 :)
Is there a way of resizing the window through your program after it's been created?
cup -> glass
450
430
teacher -> fun spoiler
Nice eyebrows :)
sideline -> substitute
drugged up paperclip?
man I'm tired...
440
here I am!
spectacles -> spectate
446
Get orf my land!
edge -> blade
grabs the cash and runs away
464
Still, the logic can be applied in C++.
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.
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.