Modifications

Aller à : navigation, rechercher

Run 2000

499 octets ajoutés, 16 avril 2018 à 22:09
-Split screen
File:Capture d’écran 2018-04-16 à 23.34.12.png
</gallery>
 
//si le bouton 1 est actif on active le premier split screen
if(button1Value==1)
{
image(currentMovie, width/2, 0, width, height);
//println(opticalInterupt+"opticalInterupt");
}
else
{
println("no valuer");
}
//si le bouton 2 est actif on active le second split screen
if(button2Value==1)
{
image(currentMovie, 0, height/2, width, height);
//println(opticalInterupt2+"opticalInterupt2");
}
else
{
println("no valuer2");
}
 
//sinon pas de split screen
==== -Glitch ====
906
modifications

Menu de navigation