Higher or Lower
This file is based on the widely known ‘higher/lower’ game. A card is drawn, and the player has to predict whenether the next card will be higher or lower than the current one. This file is very open to graphical changes. For example the design of the cards, the design of the suits, the design of the back of the cards – everything is easily changable without having to change anything in the script. I’m not going into depth on every bit of code now, but there was one thing I wanted to point out. The streaks you score at both the single suit and full deck game types are stored in shared objects – this basically means that even after you close the swf, your highscore will still be saved! Enjoy!