atarionline.pl Basic HELP - Forum Atarum

Jeśli chcesz wziąć udział w dyskusjach na forum - zaloguj się. Jeżeli nie masz loginu - poproś o członkostwo.

  • :
  • :

Vanilla 1.1.4 jest produktem Lussumo. Więcej informacji: Dokumentacja, Forum.

    • 1: CommentAuthorPaladina
    • CommentTime6 Jul 2009
     
    Plese help, how I can load a pictures from Graph2Font in Basic? I wanna to do title sreen for text game. thx. Paladina.
    • 2:
       
      CommentAuthorKaz
    • CommentTime6 Jul 2009 zmieniony
     
    You don't need to load G2F picture into your program. Just use "Integrator" application to attach titlescreen to your compiled Basic game.

    PS. Look at Sikor's game "Sssnake It". Game written in Turbo Basic XL, picture attached by "Integrator".
    • 3: CommentAuthorPaladina
    • CommentTime6 Jul 2009
     
    But I will run this pictures from basic :D not before run the game, I wanna do two version of one Game, one with title screen and the second with graphics pic in the game. is there any basic program to load pictures from Graph2font please? thnx.
    • 4:
       
      CommentAuthorKaz
    • CommentTime6 Jul 2009 zmieniony
     
    The G2F picture contains assembler routines for DLI, VBL, etc. This is not a picture data only. It means you plan to run this compiled program from your Basic program. Yes, you can do it - but how do you plan to return to your Basic program again? I'm afraid you should start thinking about assembler programming...
    • 5:
       
      CommentAuthorMaW
    • CommentTime6 Jul 2009
     
    w przypadku powrotu do basica sprawa nie jest taka trudna - wystarczy zdjąć ze stosu przed uruchomieniem procedury wyświetlania G2F adres powrotu do programu - jednak zostaje pytanie: czy procedura odczytu G2F jest relokowalna ?