Bildanimationsproblem [gelöst]
Übersicht

![]() |
phoenixkidBetreff: Bildanimationsproblem [gelöst] |
![]() Antworten mit Zitat ![]() |
---|---|---|
Hi @ all.
Das ist mein erster Beitrag und mein erstes Problem ^_^ Also: Ich hab mir jetzt schon einige Threads durgeschaut. Nur hab ich jetzt folgendes Problem. Bei mir siehts ungefähr so aus: ![]() Wenn mir irgendjemand helfen kann wäre ich dankbar. Hier ist der Code: Code: [AUSKLAPPEN] Graphics 600,400,16,2
SetBuffer BackBuffer() sora = LoadAnimImage("hero.png",79,79,1,20) MaskImage sora,255,0,255 While Not KeyHit(1) If MilliSecs()>ms+100 ms=MilliSecs() i=(i+1) Mod 8 DrawImage sora,300,240,i End If Flip Wend End Schon mal Danke im Vorraus. |
||
- Zuletzt bearbeitet von phoenixkid am Fr, Jun 29, 2007 19:16, insgesamt einmal bearbeitet
![]() |
the FR3AK |
![]() Antworten mit Zitat ![]() |
---|---|---|
Und was währe dein Problem? | ||
FBI-blitz |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Schreib mal unter das das
Code: [AUSKLAPPEN] While Not KeyHit(1)
ein Code: [AUSKLAPPEN] Cls()
|
||
Computer 1: AMD Athlon64 3500+ | nVidia GF 7900GT | 1024 MB DDR-RAM | ASUS A8N-SLI Preimium | 250 GB SATA 2 || WindowsXP | Blitz3D | Blitz+
Computer 2: AMD AthlonXP 2400+ | ATI Radeon 9500 | 512 MB DDR-RAM | MSI K7N2 | 80 GB IDE | 160 GB IDE || WindowsXP | Blitz3D | Blitz+ Computer 3: Intel Pentium MMX | onBoard-Grafik | 32 MB RAM | 1 GB IDE || Windows 98 SE | Blitz+ |
![]() |
phoenixkid |
![]() Antworten mit Zitat ![]() |
---|---|---|
Thx.
Mein Problem ist schonmal weg. Aber dann flackerts so komisch. Ist das normal? |
||
FBI-blitz |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Ja, ich hab ausversehen was falsches gesagt. Schreib das CLS unter die folgende Zeile:
Code: [AUSKLAPPEN] If MilliSecs()>ms+100
und das CLS davor kannste löschen |
||
Computer 1: AMD Athlon64 3500+ | nVidia GF 7900GT | 1024 MB DDR-RAM | ASUS A8N-SLI Preimium | 250 GB SATA 2 || WindowsXP | Blitz3D | Blitz+
Computer 2: AMD AthlonXP 2400+ | ATI Radeon 9500 | 512 MB DDR-RAM | MSI K7N2 | 80 GB IDE | 160 GB IDE || WindowsXP | Blitz3D | Blitz+ Computer 3: Intel Pentium MMX | onBoard-Grafik | 32 MB RAM | 1 GB IDE || Windows 98 SE | Blitz+ |
![]() |
phoenixkid |
![]() Antworten mit Zitat ![]() |
---|---|---|
Ja, vielen Dank. Es funktioniert ^^ | ||
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group