Voici un petit script , que vous pouvez mettre a la gate et installez dans la même porte une gif transparente et 5 autres images , les gens pourrons avoir la chance de choisir l'image de fond de leur choix.

 

ON ENTER {

{ 3 26 SetSpotState} 24 GetSpotState NOT IF

}

;

ON SELECT { mx GLOBAL

MousePos Swap mx =

{ { 0 ME SETSPOTSTATELOCAL }

{ ME GETSPOTSTATE 1 + ME SETSPOTSTATELOCAL }

ME GETSPOTSTATE 5 > IFELSE } mx 236 > IF

{ { 5 ME SETSPOTSTATELOCAL }

{ ME GETSPOTSTATE 1 - ME SETSPOTSTATELOCAL }

ME GETSPOTSTATE 1 < IFELSE } mx 236 < IF

["Tableau"] 53 GetSpotState Get ", " &

["image1" "image2" "image3" "image4" "image5" "image6" ] ME GetSpotState Get &

StatusMsg

}

;

ON LEAVE { { PaintClear ClearLooseProps

0 i = { 0 i SetSpotState i ++ } { i 44 < } While

} NbrRoomUsers 2 < IF }