All Tags » Sprite (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Just asking a question?

    Hi ye 'all, Just wondering about this, Is there a resource section where I can add more icons & sounds & other fun stuff to make programming more fun, Just curious though.
    Posted to Announcements and Discussions by Learning51 on Fri, Feb 20 2009
  • 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 by Nightfire53 on Fri, Apr 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...
    Posted to Intermediate Users Workshop by davidinnz on Thu, Mar 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...
    Posted to Intermediate Users Workshop by davidinnz on Sat, Feb 23 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 by davidw on Wed, Aug 29 2007
    Filed under: sprite, mouse, weather
  • 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 by Tomcat50 on Sat, Aug 18 2007
  • UFO Maze - simple game code

    UFO Maze is an example of easy to understand simple game code
    Posted to Beginner Examples by Sharpidea on Fri, Dec 8 2006
    Filed under: Example, Sprite, Phrogram
  • Check if mouse is over image when clicked

    Simple example of how to see if the mouse is over an image when clicked
    Posted to Beginner Examples by Sharpidea on Fri, Dec 1 2006
    Filed under: Example, Sprite, Phrogram
  • Sprite move up-and-down example

    This example show how to use for loops to move a sprite down and back up the screen, this example demonstrates the 'Step' option for for loops.
    Posted to Beginner Examples by Sharpidea on Wed, Nov 29 2006
    Filed under: Example, Sprite, loop
Page 1 of 5 (100 items) 1 2 3 4 5 Next >