Problème developpement LUA sur PSP
Fermé
tony
-
29 mars 2009 à 15:14
valentintintin Messages postés 218 Date d'inscription samedi 19 avril 2008 Statut Membre Dernière intervention 9 août 2015 - 23 mai 2009 à 16:27
valentintintin Messages postés 218 Date d'inscription samedi 19 avril 2008 Statut Membre Dernière intervention 9 août 2015 - 23 mai 2009 à 16:27
A voir également:
- Problème developpement LUA sur PSP
- Cpasbien jeux psp - Forum Logiciels
- Code gta vice city psp pour faire l'amour - Forum PSP
- Codes bateaux et avion GTA vice city Stories ✓ - Forum PSP
- Psp street vs psp 3000 - Forum PSP
- Psp ne s'allume plus ✓ - Forum PSP
1 réponse
valentintintin
Messages postés
218
Date d'inscription
samedi 19 avril 2008
Statut
Membre
Dernière intervention
9 août 2015
13
23 mai 2009 à 16:27
23 mai 2009 à 16:27
image = Image.load("fond.png")
image2 = Image.load("fake.png")
while true do
screen:clear()
screen:blit(0,0,image)
pad = Controls.read()
if pad:cross() then
screen:blit(0,0,image2)
screen.flip()
screen.waitVblankStart()
end.
sa date un peu je sais
je crois que c'est sa
image2 = Image.load("fake.png")
while true do
screen:clear()
screen:blit(0,0,image)
pad = Controls.read()
if pad:cross() then
screen:blit(0,0,image2)
screen.flip()
screen.waitVblankStart()
end.
sa date un peu je sais
je crois que c'est sa