|
SWFKit Pro - User Guide and FAQ
Screenshots - More Details
The File menu offers the following commands:
- New creates a new project
- Open opens an existing project
- Save Saves an opened project using the same filename
- Save as Saves an opened project to a specified filename
- Import Script Imports an existing script to the project
- Export Script Saves a script in the project to a specified filename
- Exit Exits SWFKit
Frequently Asked Questions - SWFKit Pro
- We often need to exchange data between Action Script and FFish Script. In the section ``Add more functions to your application'' we discussed a sample about saving game scores. The ``score'' variable for a player is defined in FFish Script, how can the Flash movie access the variable to update the score of the player?
The most direct way to exchange data between AS and FS is to use these two methods. In fact, in all other two ways these two methods will be called at last implicitly. The methods are provided by the Macromedia Flash Player ActiveX Object and SWFKit wraps them in the FlashPlayer object. These four methods provide an easier way to exchange arrays and objects between the Action Script and FFish Script.
Screenshots - More Details
|