(crossposted from Boxorroxors and Stepmania.com)
I managed to find a way to actually display the number of songs per credit in ScreenSelectStyle, but it involves a function.
Then, I wanted to "integrate" that function in ScreenSelectStyle info#, so I looked at the ITG2 theme and, for example, they use folders for "images" that use multiple elements (i.e. ScreenSelectMusic banner frame). So I created folders with their name and put the respective images inside them. Then I created the following XML file inside the folders:
Code:
<ActorFrame> <children>
<Layer File="info" />
<Layer Type="ActorFrame"> <children>
<Layer Type="BitmapText" Font="Arial Round" Text="@GetSongsPerPlay()" OnCommand="y,16*0;zoom,0.5;horizalign,left;ShadowLength,0" />
</children> </Layer>
</children> </ActorFrame> And now, when I load ScreenSelectStyle...
Quote:
|
RageBitmapTexture: Couldn't load /Themes/Parti colekshon/Graphics/ScreenSelectStyle info1: Permission denied
|
What can I do? D: