LWJGL Forum

Programming => OpenGL => Topic started by: NiteWolf on December 20, 2006, 10:14:29

Title: Problem about tetris
Post by: NiteWolf on December 20, 2006, 10:14:29
How to make the block disappear in tetris? Thanks for helping ;)
Title: Re: Problem about tetris
Post by: Matzon on December 20, 2006, 12:07:17
stop drawing it...
Title: Re: Problem about tetris
Post by: the2bears on December 22, 2006, 00:03:28
Quote from: Matzon on December 20, 2006, 12:07:17
stop drawing it...
;D

NiteWolf... you'll need to be more specific in your question.  What do you mean by "disappear"?  A row of blocks as you complete them?

Bill
Title: Re: Problem about tetris
Post by: kappa on December 22, 2006, 00:47:15
yup you need to be more specific, if you mean using opengl, then i'd recommend you fade them out using alpha.
Title: Re: Problem about tetris
Post by: NiteWolf on January 10, 2007, 12:50:46
Sorry because I din write the question specific.  :-\Ya, my problem is how to make a complete block fade out or disappear but I have solved my problem. Anyway, thanks guys!  ;D