~~NOTOC~~ ====== Slotmachine ====== ---- dataentry extension ---- author_mail : matteofumagalli1275@gmail.com Matteo Fumagalli description : adds support for reel rotation. mostly for slot machine games. lastupdate_dt : 2015-07-07 compatible : v1.7 tags : slot machine,reel,rotation homepage_url : https://github.com/kemondori/starling_slotmachine download_url : https://github.com/kemondori/starling_slotmachine/archive/master.zip ---- ===== Overview ===== Starling extension to handle reels/wheels rotations. mostly used for slot machine games. It does not support different icon width or height in the same column. It does support: transitions-based rotation async answer from the server (keeps rotating if no answer was given) stop rotation with bounce Mobile, Desktop and Browsers (tested on Android and Windows desktop) Know issues: on pepper flash isn't as smooth as flash player. You can try the samples in the SampleXXX directory, they are flashdevelop projects. You need to have flashdevelop configured for starling. ===== Changelog ===== * //2015/07/07 20:58//: First public version * //2015/10/14 20:58//: Better async support and wheel stop handling (plus bugfixes)