| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector
1.0;
mApplication.quit() : VoidNothing.
Method; Quits the application.
The following example quits the application when a button is released.
On (release)
{
mApplication.quit();
}
Application Basics, mProjector Class Basics -- mApplication
| Questions or Feedback? | Previous | Next |