Tagged Questions
0
votes
1answer
68 views
Industry standard to output multiple sized sprite sheets?
I have to take out three different sized sprite sheets for that I have three different fla files. Obviously mantaining 3 files takes more time than one. I was wondering is there an industry standard ...
1
vote
1answer
48 views
Flixel: Is it possible to use a spritesheet for FlxButtonPlus?
I'm trying to change the graphic on a FlxButtonPlus. I want to get the graphic from a spritesheet. However, if I try the ' regular' way (make an animation and play it), it refuses to use just the part ...
0
votes
1answer
92 views
Use an external sprite or image file in flixel game in flashbuilder
Is there any way to use an external image/sprite file for the graphic of a FlxSprite instance?
Say I declare my player FlxSprite as follows:
player = new FlxSprite(FlxG.width/2 - 5);
...
0
votes
1answer
353 views
How to Generate Spritesheet from a 'problematic' animated Symbol in Flash Pro CS6?
In the new Flash Pro CS6 there is an option to generate spriteheet from a symbol. I used these tutorials:
http://www.adobe.com/devnet/flash/articles/using-sprite-sheet-generator.html
...
2
votes
2answers
1k views
Rotate spritesheet graphics in flixel
I am using the flash flixel engine, and have a sprite sheet of a spaceship from top-down view. The sprite sheet includes a bunch of different states and animation frames. Problem is that I have drawn ...