https://github.com/openfl/openfl-samples-as3
OpenFL sample projects (written in ActionScript 3.0)
https://github.com/openfl/openfl-samples-as3
Last synced: over 1 year ago
JSON representation
OpenFL sample projects (written in ActionScript 3.0)
- Host: GitHub
- URL: https://github.com/openfl/openfl-samples-as3
- Owner: openfl
- License: mit
- Created: 2018-05-14T22:17:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T17:53:43.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:55:00.992Z (over 1 year ago)
- Language: ActionScript
- Homepage:
- Size: 6.85 MB
- Stars: 19
- Watchers: 8
- Forks: 4
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](LICENSE.md) [](https://circleci.com/gh/openfl/openfl-samples-as3)
OpenFL npm Samples (ActionScript 3)
===================================
These samples demonstrate how to use the [OpenFL npm module](https://www.openfl.org/learn/npm/getting-started/) with ActionScript 3.0 and the [Apache Royale](https://royale.apache.org/) compiler.
## Get Started
### Clone the repository
```bash
git clone https://github.com/openfl/openfl-samples-as3
```
### Choose a sample
```bash
cd openfl-samples-as3/features/display/DisplayingABitmap
```
### Install and start
```bash
npm install
npm start
```