| Plan | Précédent | Suivant | Erreurs |
| Script 6c |
|---|
Sub Click(Source As Buttoncontrol) For i=0 To 4 debut=Timer Set r=[a].newRectangle(2000+100*i,1000,2400+100*i,1400) r.edgedashstyle=$none r.background.pattern=1 Set r.background.color=currentApplication.colors(i*16+16) While (Timer-debut)<5 Wend Next End Sub |