Hello Everyone
I just bought purebasic and got SpiderBasic demo
I have try out to put image on the screen but it doesnt show it up :(
#ScreenWidth = 1024
#ScreenHeight = 768
OpenScreen(#ScreenWidth, #ScreenHeight, 32, "Putting Sprites on screen")
LoadSprite(1, "HOTTIE.png")
DisplaySprite(1 ...
Search found 1 match
- Thu Mar 27, 2014 9:34 pm
- Forum: Coding Questions
- Topic: How do you put Image on the Screen?
- Replies: 2
- Views: 5445