Linux version: http://s3.amazonaws.com/rase/RASE-9133-linux.tar.gz
Mac version: http://s3.amazonaws.com/rase/RASE-9133-macos.zip
Windows version: http://s3.amazonaws.com/rase/RASE-9133-win.exe
UPD: A newer version is available since February, 21th.
Hi! We have just moved our bugtracker to a new location: http://realaxy.myjetbrains.com.
If you are the registered user and cannot login, don’t worry - just type your username (or address) and restore your password by email. If you have any further questions or something goes wrong, don’t hesitate to contact us (support@realaxy.com).
P.S. A new build of Realaxy Editor 1.1 Beta is out.
Linux version: http://s3.amazonaws.com/rase/RASE-9127-linux.tar.gz
Mac version: http://s3.amazonaws.com/rase/RASE-9127-macos.zip
Windows version: http://s3.amazonaws.com/rase/RASE-9127-win.exe
UPD: A newer version is available since February, 21th.
This video is a tutorial on how to come up with multiple inheritance in AS3 and Realaxy Editor.
Actual OOP interpreting assumes that multiple inheritance is a vicious practice. ActionScript itself doesn’t permit multiple inheritance, and only the using of interfaces provides an alternative. It’s all well and good, no need to argue. Pitifully, as often as not, as a result, we gain hundreds and thousands of lines of a “proper” OOP code, which too much redundant and verbose. This contradiction can be easily fixed with a metaprogramming approach: the Traits language allows to keep the code clean, readable and “OOP-correct”.
(Source: youtube.com)
This is a video tutorial on using Enums language extension in Realaxy ActionScript Editor (RASE). Enums is a language extension that adds an enumerated type support to ActionScript3. More detailed reference on Enums in AS3 can be found here.
(Source: youtube.com)