Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Alex

Pages: [1] 2
1
Graphics / Some Wallpapers
« on: August 25, 2015, 02:56:48 am »
I have a deviantart account and I put my wallpapers on it.  I have seven on it so far.  I also have many renders that I have made and some short stories that I have written.  The link is in my signature (or here).

2
Entertainment / New Leaf
« on: August 14, 2015, 05:59:46 am »
Anyone here play Animal Crossing: New Leaf?  I want to know if it's worth the buy.

3
Entertainment / Re: Anyone seen World War Z?
« on: July 21, 2013, 12:48:04 am »
I haven't seen it yet, but I want to soooo badly.

4
Coding / Any pygame users?
« on: March 13, 2013, 11:23:56 pm »
I have a problem in the pong game I am developing using the pygame module (written in python).  My problem is the paddle (mouse) won't show up, it's just blank.  If you need further input about my code at all, feel free to ask.

Code: [Select]
#!/usr/bin/python
import pygame
from pong import Pong
from pygame.locals import *

# Create an instance
game = Pong()

# Initalize the game
pygame.init()
screen = pygame.display.set_mode((900,600),0,32)
screen.blit(screen, (0,0))
 
pygame.mouse.set_visible(False)     # Hide mr. mouse
beeper = pygame.image.load('paddle.png')     # Paddle
bpaddle = pygame.image.load('blank_paddle.png')     # Paddle that is drawn over the green one to ensure "motion"

paddle_rect = beeper.get_rect()
blank_rect = bpaddle.get_rect()
bounds_rect = pygame.Rect(0, 0, 300, 300)
paddle_pos = (0,0)

while True:
     for event in pygame.event.get():
          if event.type == QUIT:
               sys.exit()

     paddle_pos = pygame.mouse.get_pos()
     paddle_rect.center = pygame.mouse.get_pos()
     screen.blit(beeper, paddle_rect)
     pygame.draw.line(screen, game.lineColor, game.net1, game.net2, game.netWidth)
     screen.blit(bpaddle, paddle_rect)
     pygame.display.update()

5
Entertainment / Re: Outdated Games That Deserve Remakes?
« on: January 04, 2013, 03:22:30 am »
Lufia & the Fortress of Doom on the SNES

6
Entertainment / Favorite Cartoon(s)
« on: December 09, 2012, 10:49:20 pm »
Can be any cartoon.  One of my favourites, non-anime, would have to be Felix the Cat.  Of course my favorite anime would be Neon Genesis Evangelion.

7
Entertainment / Re: Do YOU collect?
« on: December 09, 2012, 10:47:14 pm »
Impressive merchandise you have there 8)

8
Entertainment / Re: Do YOU collect?
« on: December 09, 2012, 10:26:52 pm »
Quote
Sorry! We're busy running around with our hair on fire because Imgur is over capacity! This can happen when the site is under very heavy load, or while we're doing maintenance. Please try again in a few minutes.

9
Entertainment / Do YOU collect?
« on: December 09, 2012, 09:37:36 pm »
Do any of you collect stuff? I myself collect comic books and action figures. My favourite would have to be Fantastic Four.

10
Entertainment / Re: Anime recommendations?
« on: December 05, 2012, 11:58:58 pm »
Here is my anime folder.  It's small and runs about 54GB.  I plan on getting more as January is going to be a huge release month :D

11
Entertainment / Re: What are you currently listening to?
« on: December 05, 2012, 03:34:33 am »
New Song - Christmas Shoes

<a href="http://www.youtube.com/watch?v=0a_Y1wAJ2MU" target="_blank">http://www.youtube.com/watch?v=0a_Y1wAJ2MU</a>

12
Entertainment / Re: Just bought a Wii U
« on: November 13, 2012, 02:20:22 am »
Color me newb, but what makes this console better than my Wii?  I just got my Wii around ten months ago and don't want to be too far behind the times :-[

13
Entertainment / Re: What are you currently listening to?
« on: November 03, 2012, 12:28:49 am »
Goo Goo Dolls -- Iris

14
Entertainment / Looking for a show...
« on: November 02, 2012, 11:12:36 pm »
I am on the hunt for a download of AIR TV.  I had it awhile back but lost the disc :'(

15
Entertainment / Da Capo II
« on: November 02, 2012, 10:07:15 pm »
Looks good... should I watch it?

16
Entertainment / Re: What's your favourite game in the world? (until today)
« on: November 01, 2012, 10:04:37 pm »
Mine would have to be Lufia and the Fortress of Doom  XD

17
Entertainment / Re: Soul Silver
« on: October 31, 2012, 03:30:57 pm »
Great!  I loves me a challenge!

18
Entertainment / Re: Soul Silver
« on: October 31, 2012, 02:08:50 am »
Does Sapphire/Ruby and Pearl/Diamond have other worlds to explore; Gen. II:  Johto->Kanto

19
Entertainment / Re: Soul Silver
« on: October 30, 2012, 04:29:44 am »
The leaders are slightly more difficult.  Nothing too major--just noticed that :)

20
Entertainment / Re: Soul Silver
« on: October 27, 2012, 11:26:03 pm »
Okay I'll play it!  Thanks!

Pages: [1] 2

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.151 seconds with 32 queries.

anything