Skip to content

Commit

Permalink
Grouping example in the MLv4 Rockmeter
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Aug 1, 2011
1 parent 932ead9 commit 6744c30
Showing 1 changed file with 14 additions and 30 deletions.
44 changes: 14 additions & 30 deletions data/themes/MegaLight V4/rockmeter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ inPixels = xscale|yscale
valignment = bottom
rect = (1.0/3.0, 2.0/3.0, 1.0-rock, 1.0)

[layer0:fx0:Slide]
startX = -50
endX = 15
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer1:Image]
texture = bar.png
yscale = 270
Expand All @@ -23,46 +15,35 @@ inPixels = xscale|yscale
valignment = bottom
rect = (0.0, 1.0/3.0, 0.0, 1.0)

[layer1:fx0:Slide]
startX = -50
endX = 15
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer2:Image]
texture = bar.png
xpos = 25
yscale = 220
xscale = 100
inPixels = xscale|yscale
inPixels = xscale|yscale|xpos
valignment = bottom
rect = (2.0/3.0, 1.0, 1.0-power, 1.0)

[layer2:fx0:Slide]
startX = -25
endX = 40
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

[layer3:Image]
texture = bar.png
xpos = 25
yscale = 220
xscale = 100
inPixels = xscale|yscale
inPixels = xscale|yscale|xpos
valignment = bottom
rect = (0.0, 1.0/3.0, 0.0, 1.0)

[layer3:fx0:Slide]
startX = -25
endX = 40
[Group0]
layers = 0,1,2,3

[Group0:fx0:Slide]
startX = -50
endX = 15
startY = .1
endY = .1
transitionTime = 1000.0
inPixels = startX|endX

condition = self.stage.scene.countdownOK

####SCORE GRAPHICS####
[layer4:Text]
Expand Down Expand Up @@ -185,3 +166,6 @@ fadeTo = #FFFF00FF
transitionTime = 1.0
transitionTimeOut = 1000.0
condition = streak % 50 == 0 and streak > 0 and self.triggerPick()



0 comments on commit 6744c30

Please sign in to comment.