What's New in Stencyl 4.0?
HTML5. Updated Engine. Live Testing.Compatibility with iOS 12 / OS X Mojave
Have the peace of mind that Stencyl works with the latest Apple hardware and software.
Live Testing
Load a specific scene, reload a scene while testing a game, modify resources while testing a game. More to come.
HTML5 Support
We now support modern web games as an alternative to our legacy Flash support.
Performance Improvements
Improved performance on mobile, desktop and in-app for large projects.
Copy + Paste
The Scene Designer now supports copy + paste.
Download StencylWhat's New in Stencyl 3.4?
Stay up to date with the latest requirements from Apple & Google. Many bug fixes.Compatibility with iOS 10 / OS X Sierra
Have the peace of mind that Stencyl works with the latest Apple hardware and software.
Design Mode Enhancements
Real-time error highlighting, organized palette, improved block snapping and formatting.
Faster Compilation Time
Spend less time waiting for games to build, more time designing your game.
Blocks GuideNo more undocumented blocks. We've created a
dedicated guide for them.
Open-Source EngineStencyl's engine is now
on Github. We invite you to submit fixes and enhancements to the engine.
Download StencylWhat's New in Stencyl 3.3?
Stay up to date with the latest requirements from Apple & Google. Many bug fixes.64-bit iOS Games
Apple is now requiring all games to be built as 64-bit apps.
Google Purchases v3
Support for the latest version of Google's in-app purchases service.
Improvements to Design Mode
Better performance. Find Block in behaviors. Drag block to palette to delete. And more...
Download StencylWhat's New in Stencyl 3.2?
Shaders, Gamepads, Maps, Compatibility with iOS 8 & Yosemite, and more
Compatibility with iOS 8 / OS X YosemiteHave the peace of mind that Stencyl works with the latest Apple hardware and software.
ShadersShaders are filters that apply visual effects to the entire screen in real-time.
MapsMaps let you store unordered collections of data using names, rather than numbers as the keys.
Reworked Atlas ManagerOur new
Atlas Manager lets you manage resources for your mobile and desktop games with greaterease than before, particularly for large projects.
Reworked Tileset EditorOur updated
Tileset Editor gives you direct control over your Tileset's organization and data,making it easier to tweak it after the fact.
Improvements to BackgroundsBackgrounds are now treated as layers in the Scene Designer. You can also set their parallax scrolling speeds, opacity and blend modes.
Learn More Updated AdMob Support
We've updated our integrated AdMob plugin to the latest major version from Google.
And Much More...View this page to see all of the fixes and enhancements rolled out as part of Stencyl 3.2.
Download StencylWhat's New in Stencyl 3.1?
Image API, Bitmap Fonts, Simple Actors and more...
Image APIThe
Image API lets you create, modify and manipulate image data in your game. This opens up the door to entirely new kinds of games that were previously impossible or difficult to achieve.
Bitmap FontsImport bitmap fonts from images created in other applications such as Photoshop or AngelCode. This enables fonts with visual effects and character sets that our current system does not support.
Simple ActorsActors that incur no penalty for existing. Great for non-physics games, particles, environmental props and non-interactive eye candy.
Lifted Limits on Animations
Previously, long animations would show up as white squares showing up inside mobile games due to an image-size limit. We'vealtered the way we store animations, so this limit is up to 4x higher.
Fixes to Sound Playback
Sound playback no longer leaks memory on desktop and mobile targets. Delayed playback on some Android devices has been fixed.
And Much More...View this page to see all of the fixes and enhancements rolled out as part of Stencyl 3.1.
What's New in Stencyl 3.0?
For those who are migrating from Stencyl 1.0-2.2AndroidStencyl now supports the world's most popular mobile platform. Test your games on Android devices and publishthem to Google Play using the same tools you're already familiar with.
Mac App StoreWhile prior versions of Stencyl supported Mac exporting, Stencyl now exports native Mac apps ready for publication to the Mac App Store.
Native Desktop GamesPrior versions of Stencyl exported desktop games based on Adobe AIR. Stencyl now supports native, hardware-acceleratedWindows, Mac and Linux games that provide superior performance and a better overall experience.
Improved Mobile Workflow
Every aspect of the mobile testing and publishing workflow has been improved. You can publish iOS games straight offyour Mac and test games without fussing around with MAC addresses.
Unified Engine
Prior versions of Stencyl were based on separate runtimes for Flash and iOS. We've now merged these into a singleruntime written in one language (Haxe), which will lead to fewer bugs and faster updates in the long run.
Improved Performance
Stencyl's runtime runs faster, uses less memory and is less prone to crashing than prior versions. We spent a lot of time tuning the engine for 3.0 and will continue to improve it in the future.
The Details
The full list of changes in Stencyl 3.0Platforms- Publish to iOS, Android, Flash, Standalone Desktop (Windows, Mac, Linux).
- Publish all games directly from your computer.
- Unification - 1 engine, 1 programming language (Haxe)
- Open Framework for building new native and pure Haxe extensions.
Other- Improved Font Support
- Improved Translation (Language Pack) Support
- Draw UTF-8 (international) characters in-game
- Gap Free MP3 Playback for Flash
- Support for OGG playback on all platforms except Flash
- Multi-Mapped Controls
Mobile- Improved handling of arbitrary screen sizes.
- Improved Ad Support (iAds, AdMob, Events)
- Improved Social Gaming API Support (Game Center, Events)
- Improved In-App Purchase Support (Consumables, Restore Purchases, Events)
- Improved Native UI Support (Keyboard, Swipe, better Joystick, Alerts, Vibrate)
- Uniform handling of mouse and touch events
Workflow- Test on iOS without going through Xcode
- Universal Log Viewer
- No more MAC address requirement to test
- You don't have to use atlases if you hate 'em
Engine- Improved Performance. Reduced memory usage and churn.
- Simple Physics Mode - opt out of physics for better performance if you don't need it.
- Reduction of "works only on Flash" features. Core features work everywhere.
- Full Blending Mode support for Flash
- Full Screen Mode for Flash, Desktop
Migration Guide
Moving your game up from 2.x to 3.x? Read this before you begin.
Learn More