Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
Ranked #2K
~12.8K People Reached
Favorite Forums
Favorite Tags

15 Posted Topics

Member Avatar for vegaseat
Member Avatar for nitin1
Member Avatar for wolfeater017

make it so that if the position of the mouse is equal to somewhere within the rectangle [B]AND[/B] if the mouse is clicked then do something-(relpy to me if you want actual code)

Member Avatar for wolfeater017
0
114
Member Avatar for pythonNerd159
Member Avatar for smithy40000
Member Avatar for playonlcd
Member Avatar for playonlcd
0
174
Member Avatar for Tech B

so does he want the thing to be able to turn things off from [B]another[/B] computer?

Member Avatar for Tech B
0
2K
Member Avatar for etypaldo

the first sprite you create will be put on the base. any sprites put on after this will go on top [CODE] screen.blit(background, (300, 300)) screen.blit(smilie, (450, 300)) #This sprite will be on top as i blitted it last[/CODE]

Member Avatar for jimothy
0
86
Member Avatar for El Duke

When you define the 'NewLang' class you have to use the [U]exact[/U]same cases as when you call it back later.

Member Avatar for El Duke
0
679
Member Avatar for Kippstah
Member Avatar for vegaseat
Member Avatar for checker

masterofpuppets is right, you have to use input for numbers and raw_input for text strings. If this still doesnt work then try defining the class before putting it in the element list.

Member Avatar for jimothy
0
147
Member Avatar for lisedaton

Thats a bit of a complicated code for a sum. If you want a program that adds three numbers up do it like this: number_one = input("What is your first number?") number_two = input("What is your second number?") number_three = input("What is your third number?") print number_one + number_two + …

Member Avatar for Namibnat
0
92
Member Avatar for jimothy

I cant get text working in my programs if I double click the icons in windows but it does work in the WinEditor. Why doesnt it work and what could I do to get text working wherever?

Member Avatar for vegaseat
-1
52
Member Avatar for Devi

I heard that python 2.6 is the one of the best versions. Upgrade to this and it'll probably work. When was the game made. If it is really new (in the last year or two) then you may need V3.1.

Member Avatar for Nick Evan
0
363

The End.