FlixelCommunity / Flixel-Power-Tools

The Flixel Power Tools are a package of classes designed to provide extra functionality to your Flixel games. Originally created by Richard Davey (Photon Storm), this is the Flixel Community fork of the library, striving to keep the library living and up to date with the latest version of Flixel.
http://www.photonstorm.com/flixel-power-tools
Other
8 stars 3 forks source link

[CLOSED] FlxButtonPlus.scrollFactor ? #6

Closed FlixelCommunityBot closed 10 years ago

FlixelCommunityBot commented 10 years ago

Issue by nshen from Sunday Jun 19, 2011 at 11:09 GMT Originally opened as https://github.com/photonstorm/Flixel-Power-Tools/issues/6


can I set FlxButtonPlus.scrollFactor.x = 0 ?

FlixelCommunityBot commented 10 years ago

Comment by photonstorm from Sunday Jul 31, 2011 at 10:53 GMT


Not directly, but it only consists of 4 things that have scrollfactors: buttonNormal, buttonHighlight, textNormal and textHighlight, all of which are public.

To be honest I intend to replace this class fully once the new GUI classes are done.