|
Post by Admin on Sept 25, 2014 13:26:47 GMT
Whats New: - Audio Library + Examples - Simple Framework (built over Draw Library) + Tutorials - Draw Library: Draw from image sheet, draw.subimage()
Fixed Issues: - Fixed an image viewer scrolling issue - Fixed save image file with invalid name issue - Other minor fixes
* Audio Library * Audio Library enables to play music and sound effects Features: - Play one music track at once - Play multiple sound effects synchronously - Create and play your own sounds and save them as files
* Simple Framework * This update introduces Simple Framework. A frame work that is built over Draw Library. The main purpose of this framework is to show how to make multiple screens(scenes). Pushing it to the limit, full tiny game was made out of it: Asteroid Escape Game (including music and sound effects) The framework was built to be as simple as possible for beginners. The Tutorials show how to: - Make single simple and complex scenes - Make multiple scenes - Divide very long programs into modules in separate files - Create prototypes (classes) and objects in Lua (OOP concepts)
|
|