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
- Code gta liberty city stories psp helicopter - Forum PSP
- Ftpm/psp nv corrupted - Forum BIOS
- Touche aoss psp ✓ - Forum PSP
- Code gta vice city psp pour faire l'amour ✓ - Forum PSP
- Pokemon psp - 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