I looked at the website already and I don’t understand. I don’t understand step 2 and the rest. Where do I get the right stuff from the folders and such? I need a walk-through guide. Thanks in advance. [import]uid: 54001 topic_id: 12057 reply_id: 312057[/import]
Please don’t post the same topic to multiple forums.
The quick start guide on the web site could not be more clear. It gives code and detailed explanations for every step of the process, which is pretty straightforward to begin with.
If you don’t have a basic understanding what a particle system is, I would question whether or not you need one in your game. What are you trying to use it for? [import]uid: 58455 topic_id: 12057 reply_id: 44174[/import]
It’s really very straightforward. The steps are always the same:
- Include the library
- Define your particle types
- Create your emitters
- Attach one or more particle types to the emitters
- Then trigger your emitters at any time to let the show begin.
Watch the included samples. They are all commented and kept as short and as clean as possible. The samples are structured very clearly and show how to include the library, define particle types, create emitters and so on. It’s really easy, just play around a little with the codes and you’ll become familiar with it very quickly.
[import]uid: 10504 topic_id: 12057 reply_id: 44930[/import]