![]() |
|
Infinite Pong - The Movie - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: In-Form (https://qb64phoenix.com/forum/forumdisplay.php?fid=70) +---- Thread: Infinite Pong - The Movie (/showthread.php?tid=4457) |
Infinite Pong - The Movie - bplus - 02-09-2026 Inspired by TempodiBasic's New PongClone : https://qb64phoenix.com/forum/showthread.php?tid=4451 I decided to try out my new version of InForm and update my Infinite Pong code for InForm. Boy did that take awhile to get just right! So here it is Infinite Pong - The Movie, the snap doesnt do justice but here it is: And here is the zip in InForm Distribution fashion for those that don't have InForm: RE: Infinite Pong - The Movie - Magdha - 02-10-2026 @bplus Yes, Mark. Skilfully done, notwithstanding that some members might complain about creating an InForm project which you can't actually play. As a minuscule matter of interest why did you move the InForm objects (DIM SHARED) to the very first 2 lines? RE: Infinite Pong - The Movie - bplus - 02-10-2026 Magdha: "As a minuscule matter of interest why did you move the InForm objects (DIM SHARED) to the very first 2 lines?" Thats where InForm put them when I edited the forms. Check out my update to The Crypt, InForm editor did the same again! Thanks! It looks you are the only who has checked it out. BTW It's a Movie not a Game, something to watch but dont bet on either player bLOL! BTW #2 thats all Anscii _PrintString and fore ground color changes no graphics commands were used to make Lines... RE: Infinite Pong - The Movie - TempodiBasic - 02-11-2026 @bplus Hi Mark I like this Inform version of Infinite Pong the movie.... Please say you the secret: how do you activate the konsole? (IMHO you have a hidden knowledge of my Kubuntu_land!) look at this screenshot: ![]() indeed a good simple example about drawing on a picturebox item using the graphic command _Printstring and ASCII codes. RE: Infinite Pong - The Movie - bplus - 02-11-2026 ha! my secret, I dont use Linux to know if console is activated or not. I wonder if a740g develops in Linux, I know he is Console fan from recent activation of InForm-PE and needing to issue that command to do the setup from the Console. Thanks for watching the movie I suppose the plot gets boring in about a minute
|