8000 GitHub - rindra/ProductTemplate: Product Template Starter Files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rindra/ProductTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProductTemplate

Starter files for product creation in Flite.

Usage

Your code goes in the init function of Product.as

Main.as has a debug variable, set it to true to debug the product locally, set it to false when the unit is ready to be uploaded on the server.

private var debug:Boolean = false;

Product.as has 2 arguments:

Product($lib:Object, $f:Function)

$lib: the assets library object.

$f: the tracking function.

Process

  1. clone/download the repo.
  2. set debug = true in main.as
  3. modify the assets.fla
  4. add your code in Product.as
  5. compile, when ready set debug to false and upload to server.

(6. create a thumbnail from you favorite 80s artist for maximum awesomeness!)

About

Product Template Starter Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0