Sha256: 669689f8c8739ed45b8de8133af3f14da8d41e06d747e8308aad8e47a5e0a8d2
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
++++++++++++++++++++++++++++++++ You have successfully installed the Project Sprouts Flash SDK! To get started with a new ActionScript 3 project: # Generate a project named 'SomeProject' sprout-as3 SomeProject # Change directory to the newly-created directory: cd SomeProject # Install whatever additional gems are required # by this project Gemfile: bundle install # Use Rake to run the default task: rake ++++++++++++++++++++++++++++++++ Next Steps: # Generate a new class, test case and test suite: sprout-class utils.MathUtil # Compile and run the test harness: rake test # List available rake tasks: rake -T # List available generators: sprout- (followed by the TAB key) ++++++++++++++++++++++++++++++++ To use FCSH, simply start the service, and call the fcsh task before any other mxmlc or compc task: # Open a new terminal and from your project: rake fcsh:start # Open a new terminal and from your project: rake fcsh test ++++++++++++++++++++++++++++++++ To use FDB, simply call the fdb task before any flashplayer task: # Run the default task with FDB: rake fdb test (type, 'help' for more info when prompted) ++++++++++++++++++++++++++++++++ Issues or Questions? Troubleshooting at: http://projectsprouts.org/troubleshooting.html Email us at: projectsprouts@googlegroups.com
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flashsdk-1.0.23.pre | POSTINSTALL.rdoc |
flashsdk-1.0.22.pre | POSTINSTALL.rdoc |
flashsdk-1.0.21.pre | POSTINSTALL.rdoc |