liaocheng / away3d-particles-system

A particle system based on Stage3D for Away3D engine
68 stars 16 forks source link

Any script to build main.swf(s) in example/. #9

Closed Xorcerer closed 12 years ago

Xorcerer commented 12 years ago

Hi, Liaocheng. Good job. The exmple/index.html works well. But I just cannot build any of the swfs myself. Could you share your steps to do it?

Thanks.

liaocheng commented 12 years ago

Hey 1,Download this lib and include the src to your source path 2,Download the latest Away3D engine https://github.com/away3d/away3d-core-fp11 and include it to your source path 3,Setup a project using your IDE and copy an example from the examples to your project 4,Copy the HoverDragController.as file to your project , all example will reference it . 5,Set the example file as Document Class 6.compile it

Hope you can success :)

Xorcerer commented 12 years ago

It works. Thank you. To me, the key is step 3. I should copy one of the example to the root of src. It would be better if I could pick any of the "Main" to run without copying/moving files. I am working on it.

Xorcerer commented 12 years ago

I hope you would like #12.