Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » Sprite
Showing page 1 of 4 (33 total posts)
  • Sprite Page

    This is where i will post a bunch of sprites, first round Halo Sprites, Please note all sprites used here are not ripped and took (10) intense minutes to google but i thought i would share some of these, i will share more sprites later...
    Posted to Phrogram Examples and Code (Forum) by Nightfire53 on April 25, 2008
  • How to write a number in a square as a polygon (sprite-style)?

    I am trying to display a polygon (in floating mode, like a sprite), which is easy. What I'm stuck on, is trying to separately add a label (eg a number) onto the polygon, so that travels with it. But my first problem is just getting my number to display. Why doesn't this display a number on a square? Program ...
    Posted to Intermediate Users Workshop (Forum) by davidinnz on March 20, 2008
  • Sprite.Scale() how does it work?

    I have a test program. The Main() method contains this code: Define spider As Sprite Define factor As Decimal = 0.2 Define magnification As Decimal Define i As Integer = 100 spider.Load( "spider.png") spider.MoveTo(100, 50) spider.Show() Define spiders As Sprite[50] For i = 1 To 5     magnification = factor * ...
    Posted to Intermediate Users Workshop (Forum) by davidinnz on February 23, 2008
  • I need help with color detection!!

    I am doing a science project and I am creating a computer program, in KPL, that will count bacterial colonies. But I wanted to do simulations first. I need help with two things. The first is how to code this: if the pixels are white do not count else count. Then I need it to check the surroundings for black pixels and if it finds one then not to ...
    Posted to KPL Questions and Answers (Forum) by Miss_smarty on January 30, 2008
  • Windsprite by jim_halbach

    This program demonstrates how to make a Sprite face any arbitrary point ... wind barbs point in the direction from which the wind is blowing, so move the mouse around to see it in action Thanks, Jim  
    Posted to Math and Learning (FileGallery) by davidw on August 29, 2007
  • Breakout Game

    This is my version of Breakout.  Thanks to everyone who posted the assorted bricks, balls and sounds etc that I used.  You can change the number of balls, the ball speed and update speed to make the game easier or more difficult if desired.  Have fun
    Posted to Phrogram Examples and Code (Forum) by Tomcat50 on August 18, 2007
  • User Input

    Hey. I recently got a question at school that goes like asked us to modify the following code so that users can enter the number of steps they want a sprite to move accross the screen.   Program UFO     Method Main()         LoadSprite( "UFO", "UFO.GIF" ...
    Posted to KPL Questions and Answers (Forum) by dubsey on July 19, 2007
  • the same time

    Hello, I search but I don't find how I can move 2, 3 or 4 sprite in the same time. I try to copy from other example but It's not good.
    Posted to KPL Questions and Answers (Forum) by Khorval on June 9, 2007
  • Re: Help! I'm going nuts!

    Ok so a programmer friend of mine helped me out... so here is a copy of the updated source code for those who may be able to use the changes for themselves. I am also having a new problem though... I want to erase the line when I press a particular key but it wont work, I get an error message instead. Any help would be appreciated.Method ...
    Posted to Intermediate Users Workshop (Forum) by ChristSavesAll on May 8, 2007
  • Help!

    Hi All, I have been trying to figure something out for the past few days, I'm stuck. I am working on a very simple typing program, and I would like my sprite to move as if they are falling down from the sky. Ok I got them to do that, but I can't for the life of me get them to fall a couple seconds apart... One sprite will move down the ...
    Posted to Phrogram Examples and Code (Forum) by ChristSavesAll on May 5, 2007
1 2 3 4 Next >