spawn particles instantly
gamedivision
Member Posts: 807
im creating a snow effect on one of my game levels but i want the snow coming down the second the level starts ive created the particles, looks great but it takes around 2 or 3 secs before they start falling the particle startup time is 0 ive tried a timer but still nothing any ideas please
thanks
thanks
Comments
you could create a transition Actor placed in higher layer than the snow...
to cover and allow snow to start behind it...
MH
another question on particles,
i want to change the size of my particle but it only changes the x , y values together is there anyway of changing say 20pixels on the y and 40pixels on the x
Size: 15 (that is the default size) change to 30 or so... and particles will look like original image size... and leave the option [ Size does not change ] unless you want their size to decrease.
===
X is the location (coordinate) of the center of an Actor (Left to Right)
Y is the location of the center of an Actor (Bottom to Top)
changes in those real Attributes only change the position of the Actor on the screen
MH
play around with it...