I'm trying to implement a repeating pattern background, but so far the only method that I've been able to find that allows me to repeatedly blit a graphic on a different graphic is FlxSprite.stamp
. Unfortunately stamp
only accepts a FlxSprite
, and my patterns are stored as FlxFrames
. Is there any way around this? Thanks!
Jetmate
@Jetmate
0
Reputation
2
Posts
577
Profile views
0
Followers
0
Following
Posts made by Jetmate
-
Draw frame on sprite.
-
FlxGroup vs Array
Hi! HaxeFlixel newbie here. I was just wondering exactly when to use FlxGroup over a regular array. I'm currently doing that only when I know that I can make use of some API function that uses a FlxGroup - what are some other usage tips?