updates to Hello World

This commit is contained in:
AJ Kelly
2011-09-03 17:10:57 -05:00
parent c22c0449f7
commit afe7569f08
9 changed files with 15 additions and 10 deletions
@@ -15,7 +15,7 @@ local t = Def.ActorFrame{
LoadFont("_frutiger roman 24px")..{ LoadFont("_frutiger roman 24px")..{
Name="Header"; Name="Header";
Text=THEME:GetString("ScreenGuideMain","Explanation"); Text=THEME:GetString("ScreenGuideMain","Explanation");
InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH)*1.45); InitCommand=cmd(x,-312;y,-24;align,0,0;diffuse,color("#111111FF");zoom,0.65;wrapwidthpixels,(SCREEN_WIDTH));
}; };
}; };
}; };
@@ -14,7 +14,7 @@ local t = Def.ActorFrame{
}; };
LoadActor( THEME:GetPathG("_section", "Guide") )..{ LoadActor( THEME:GetPathG("_section", "Guide") )..{
InitCommand=cmd(x,-250;y,-24;Real;halign,0); InitCommand=cmd(x,-244;y,-23;Real;halign,0);
GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9); GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9);
LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45); LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45);
}; };
@@ -14,7 +14,7 @@ local t = Def.ActorFrame{
}; };
LoadActor( THEME:GetPathG("_section", "Reference") )..{ LoadActor( THEME:GetPathG("_section", "Reference") )..{
InitCommand=cmd(x,-250;y,-24;Real;halign,0); InitCommand=cmd(x,-244;y,-23;Real;halign,0);
GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9); GainFocusCommand=cmd(decelerate,0.5;diffusealpha,0.9);
LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45); LoseFocusCommand=cmd(stoptweening;decelerate,0.5;diffusealpha,0.45);
}; };
@@ -27,8 +27,8 @@ local t = Def.ActorFrame{
DisabledCommand=cmd( diffuse,color("0.45,0,0,1") ); DisabledCommand=cmd( diffuse,color("0.45,0,0,1") );
GainFocusCommand=cmd(stoptweening;accelerate,0.15;diffuse,color("#000000");strokecolor,color("0.85,0.9,1,0.75");); GainFocusCommand=cmd(stoptweening;accelerate,0.15;diffuse,color("#000000");strokecolor,color("0.85,0.9,1,0.75"););
LoseFocusCommand=cmd(stoptweening;accelerate,0.2;diffuse,color("#888888");strokecolor,color("0,0,0,0");); LoseFocusCommand=cmd(stoptweening;accelerate,0.2;diffuse,color("#888888");strokecolor,color("0,0,0,0"););
OffFocusedCommand=cmd(sleep,1;decelerate,1;addx,-32;diffuse,color("#FF0000");); OffFocusedCommand=cmd(sleep,0.45;decelerate,1;addx,-32;diffuse,color("#FF000000"););
OffUnfocusedCommand=cmd(sleep,0.2*gc:GetIndex();linear,0.5;addx,SCREEN_CENTER_X;); OffUnfocusedCommand=cmd(sleep,0.125*gc:GetIndex();linear,0.5;addx,SCREEN_CENTER_X;);
}; };
}; };
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 313 B

+9 -4
View File
@@ -1,9 +1,8 @@
Hello World Hello World
and other sm-ssc theming examples and other sm-ssc theming examples
-------------------------------------- -------------------------------------------------------
A theme by various contributors. A theme by various contributors. (see "Contributors")
-------------------------------------- -------------------------------------------------------
This theme and its accompanying documentation are licensed under This theme and its accompanying documentation are licensed under
the Creative Commons Attribution-Share Alike 3.0 license. the Creative Commons Attribution-Share Alike 3.0 license.
@@ -30,6 +29,7 @@ Table of Contents
Managers [r_man] Managers [r_man]
Classes [r_cls] Classes [r_cls]
Tutorials [tutor] Tutorials [tutor]
Contributors [creds]
[others tba] [others tba]
================================================================================ ================================================================================
@@ -47,3 +47,8 @@ sm-ssc theming.
The Guide is a general run-through of how Themes are constructed (along with The Guide is a general run-through of how Themes are constructed (along with
NoteSkins, Announcers, and Characters) NoteSkins, Announcers, and Characters)
================================================================================
Contributors [creds]
These are the people who have worked on Hello World:
* AJ Kelly