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
~336 People Reached
About Me

I throw shotput, discusand hammer for Plattburgh State University. Am also an IT major and a CS and Business minor.

Interests
Top Gear Dr Who Throwing
Favorite Forums
Favorite Tags
Member Avatar for izthrower

[CODE] Created on Aug 29, 2011 @author: izink001 ''' import pygame from pygame.locals import * from pygame.color import * import pymunk as pm from pymunk import Vec2d import math import sys X,Y = 0,1 ### Physics collision types COLLTYPE_DEFAULT = 0 COLLTYPE_MOUSE = 1 def flipy(y): """Small hack to convert …

Member Avatar for izthrower
0
143
Member Avatar for izthrower

Hey every one, the code above below a user to draw lines and create circles that will collide with the lines and have them roll down the lines. The problem im having is geting the screen to follow the circles. Also im having a problem having the user be able …

Member Avatar for vegaseat
0
193