|
Rounded Rectangle, by Jamey
This is an interesting program by Jamey, who was an early contributor to KPL and Phrogram, back...
|
Sat, May 16 2009
|
136
|
0
|
|
Background scrolling with enemy targets
This program takes the scroll background demo a step further, by adding enemy targets that fly in...
|
Wed, Dec 3 2008
|
186
|
0
|
|
Pausing a program - Dragon Rider's example
Dragon Rider created this sample program a while back,showing how you to to pause the running of...
|
Mon, Nov 24 2008
|
188
|
0
|
|
Background scrolling demo
This program demonstrates a scrolling effect on a screen, useful in a side-scroller game. The scrolling...
|
Mon, Nov 24 2008
|
218
|
0
|
|
Computer BotChat, by Zman
This program shows how you can make a program that emulates a conversation between machine and user...
|
Mon, Jul 21 2008
|
197
|
0
|
|
Use a Structure to change copy of variable
This sample program (courtesy of zman) shows how you can change a variable (a) without changing...
|
Mon, Jul 21 2008
|
156
|
0
|
|
Jamey's Extended File Stuff example
Jamey's Extended File Stuff example for the ExtendedFileIO Add-In library
|
Sun, Apr 8 2007
|
421
|
0
|
|
Joystick Example
This example shows one way to make the stick speed sensitive and use the buttons for hype speed
|
Tue, Dec 12 2006
|
448
|
0
|
|
LightsOut from the KPL files converted to Phrogram
Thanks Larry S. for the version of LightsOut this is a fun and interesting game
|
Mon, Nov 27 2006
|
430
|
0
|
|
Passing Multi-Dimensional Arrays into and out of a Function...
This example shows how to pass Multi-Dimensional Arrays to and from a Function()
|
Sun, Nov 26 2006
|
488
|
0
|
|
Image Slicer Example, create sprites from pieces of a big...
This Example shows how to use the IimageSlicer Object and methods to cut pieces of an image into...
|
Sun, Nov 26 2006
|
603
|
0
|
|
IsNumeric test function for strings
This is an example of how to test for numeric characters in a string, this can be easily modified...
|
Sun, Nov 26 2006
|
474
|
0
|