Gamua / Starling-Extension-Particle-System

A particle system for the Starling framework, compatible with the "Particle Designer" from 71squared.com
Other
323 stars 146 forks source link

ParticleSystem class looks for starling.utils.MatrixUtil which is missing #5

Closed nuthman closed 12 years ago

nuthman commented 12 years ago

I'm new to starling, so I'm not sure if this is a new problem, or more likely, I'm doing something wrong.

When I try to instantiate a new PDParticleSystem, I get an error that starling.utils.MatrixUtil doesn't exist.

Line 32 of ParticleSystem.as: import starling.utils.MatrixUtil;

I navigate to starling.util, and this class is missing. I redownloaded starling just in case, but its not there either. Am I missing something?

PrimaryFeather commented 12 years ago

Hi Rick,

this is easy to overlook -- the ParticleSystem contains a tag "1.1" that works with Starling 1.1. The head revision always works with the head revision of Starling -- and this is where I introduced that "MatrixUtil" class.

Get the corresponding version here: https://github.com/PrimaryFeather/Starling-Extension-Particle-System/tags

That should do it! Good luck =)

nuthman commented 12 years ago

Ahh gotcha. Thank you so much for your response. Of course that did it!

PrimaryFeather commented 12 years ago

Perfect! Have fun with the particles, then! =)