Share My Creation Solitaire (simple game) with sources

Solitaire (simple game)

Fixed error at line 265 of Solitaire module.
Changed from
ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .imgN)
to

ImgCards (TurnIdx) .Bitmap = DrawImage (Cards (TurnIdx) .Seq)

Anti-alias filter included. Great suggestion from LucasMs.
 

Attachments

  • Sol.jpg
    Sol.jpg
    74.5 KB · Views: 3,225
  • Solitaire.zip
    462.4 KB · Views: 462
Last edited:

LucaMs

Expert
Licensed User
Longtime User

Attachments

  • Solitaire2.zip
    462.7 KB · Views: 490
Last edited:

BeneBarros

Active Member
Licensed User
Longtime User
thanks for the tip...
Really significantly improves the images.
I will use it in all apps that use images.
 

BeneBarros

Active Member
Licensed User
Longtime User
Only in fireworks I had to remove because I believe that the speed and quantity of small images cause the app stop.
 
Top