B4A Library Game Sprite Library

Jim Brown

Active Member
Licensed User
Longtime User
Hi Salvador, everything should be there. The Jellybeans demo needs 2 files - bkg3.jpg, jellybean.png
These are in the GameSpriteExamples > Files folder within the zip.
I have uploaded version 4.0a just in case there is an issue with the current zip.
 
Last edited:

GMan

Well-Known Member
Licensed User
Longtime User
This line
B4X:
  gsv.Sprites.Add(bird)
(and according ones that uses .Sprites.
causes an error:
Unknown Member Sprites
The depending both libs are installed....
 

Phayao

Active Member
Licensed User
Longtime User
Hi Jim,
i played around with your library and have to say its really great - thanks a lot for your effort and like to encourage you to continue working on it, pls don't let the awkward discussions let you down. You are doing a great job for the community !
Chris
 

mkvidyashankar

Active Member
Licensed User
Longtime User
B4X:
Sub Button1_Click
    If birdAnimated.X < 50%x Then
            birdAnimated.Position(birdAnimated.X+gsv.Width*0.7,birdAnimated.Y)
            birdAnimated.FlipX=True
    End If       
    gsv.Invalidate
I am new to this animation. Trying to get the attached images to jump from left end of screen to right end vice versa depending on the touch of buttons. But not able to get smooth jump. Please guide me
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…