Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~17.2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for MasterChat

Final Fantasy XIV A Realm Reborn, it's about 1 year thata this game came up to online massive playing, and it has been very accepted from fans.

Member Avatar for newcoder310
0
5K
Member Avatar for vegaseat

pygame.mixer.Sound class is ideal for short wave (.wav) files that can be used as sound effects, you can play them as much as you want.

Member Avatar for juanpa_2510
2
2K
Member Avatar for Odyssey2001

__file__ is the name of de module file that is actually in use. os.path.dirname gets the directory path where the __file__ is stored. os.path.join creates a new path concatenating first argument to second argument.

Member Avatar for Odyssey2001
0
606
Member Avatar for juanpa_2510

Is it valid to use an integer variable as a condition? I mean: int var = 20; if (var) { //code here } I know that when var == 0 it's equivalent to false and true if 1, but otherwise could it be a valid question?

Member Avatar for deceptikon
0
174
Member Avatar for James_41

is'n this the same as https://www.daniweb.com/software-development/python/threads/323401/six-degrees-graphs-in-python ??

Member Avatar for juanpa_2510
0
3K
Member Avatar for Alex_29

You have to use an auxiliar image variable, so you rotate the image and saves it in the aux var, and the original image is not modified. `self.image = pygame.image.load('Plane.gif').convert()` `self.rotatedImage = rotate(self.image, 10)` `surface.blit(self.rotatedImage,(self.x,self.y))` try it and tell us how it worked. Maybe you will see some strange rotation …

Member Avatar for juanpa_2510
0
4K
Member Avatar for 2384443

To set a Scrollbar to some other widget I have an example: JTextArea directionJA = new JTextArea(); JScrollPane directionJS = new JScrollPane(); directionJS.setViewportView(directionJA); directionJS.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER); directionJS.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); I'm setting a vertical scrollbar to a text area. I see you are setting both types of scrollbar. If giving it to constructor class doesn't …

Member Avatar for juanpa_2510
0
234
Member Avatar for frankie198

I vote for **Geany** as it is easy and simple and works on much languajes. http://www.geany.org/

Member Avatar for Jack_9
0
853

The End.