Author |
Message |
ryry1237
Joined: Sun Dec 25, 2011 7:23 am Posts: 269
|
Any way to rotate glows?
Simply stated, can MOPixels and MOSParticles be rotated around like MOSRotatings and AEmitters? I want to attach a glow to a MOPixel and have it change the direction it faces towards the enemy via lua, but it doesn't seem to actually rotate the glow.
Also, the .ini coding allows glows to be attached directly AEmitters, but in-game they don't seem to actually glow. Might just be me not noticing stuff though,.
|
Tue Mar 13, 2012 3:21 am |
|
|
findude
Joined: Tue Dec 12, 2006 3:10 pm Posts: 495 Location: Uncertain quantum state
|
Re: Any way to rotate glows?
Glows cannot be rotated. It might be a technical thing (they're of different bitdepth than the rest of the game) or it simply wasn't implemented at the time.
Glows also fail to show up on anything but MOPixels/MOSprites.
|
Tue Mar 13, 2012 1:31 pm |
|
|
ryry1237
Joined: Sun Dec 25, 2011 7:23 am Posts: 269
|
Re: Any way to rotate glows?
Well that's kinda sad. Sorry if this is a totally obvious question, but what exactly are MOSprites?
|
Tue Mar 13, 2012 4:02 pm |
|
|
findude
Joined: Tue Dec 12, 2006 3:10 pm Posts: 495 Location: Uncertain quantum state
|
Re: Any way to rotate glows?
Mass Object Sprites, pixels with a sprite on them.
|
Tue Mar 13, 2012 4:12 pm |
|
|
CaveCricket48
Joined: Tue Jun 12, 2007 11:52 pm Posts: 13144 Location: Here
|
Re: Any way to rotate glows?
Actually that'd be Movable Object Sprites.
|
Tue Mar 13, 2012 7:42 pm |
|
|
ryry1237
Joined: Sun Dec 25, 2011 7:23 am Posts: 269
|
Re: Any way to rotate glows?
I thought those were called MOSParticles.
edit: unless MOSParticle is really the same thing except with a "particle" added to the end.
|
Tue Mar 13, 2012 10:21 pm |
|
|
Roast Veg
Data Realms Elite
Joined: Tue May 25, 2010 8:27 pm Posts: 4521 Location: Constant motion
|
Re: Any way to rotate glows?
Yes MOSParticle is Movable Object Sprite Particle. It effectively has the same properties as an MOPixel, but is sprited instead of engine-coloured.
|
Tue Mar 13, 2012 11:08 pm |
|
|
Azukki
Joined: Sat Nov 03, 2007 9:44 pm Posts: 1916 Location: Flint Hills
|
Re: Any way to rotate glows?
You could rotate the glow graphically in an image editor, and make multiple glows of one shape rotating, and use them as 'frames' for an 'animation' of 'rotating' your glow.
|
Wed Mar 14, 2012 7:13 am |
|
|
Roast Veg
Data Realms Elite
Joined: Tue May 25, 2010 8:27 pm Posts: 4521 Location: Constant motion
|
Re: Any way to rotate glows?
Remember that glows can't be more than one frame, so you do have to make a glow for each different rotation. Hence the 'inverted commas' in the post above.
|
Wed Mar 14, 2012 6:41 pm |
|
|
|