Discussions for Scenes for Version 1.2.X Fullscreen Mode here
关于iStripper的一切
February 3, 2015, 5050 回复
Well, if nobody's bored yet with this, I figured a way to spin the model name in, pause it for a second, then spin out again but leave the name flashing for another second or two :)
clipNameSprite {
color: 0, 0, 0
pos: -1000, -1100, 0
hotspot: 0, 0
scale: 14.0, 7.4, 0
rot: -90, 90, -90
source: clip
animate: .5 , PingPong, InOutQuad, color, 0, 0, 0.8
animate: .3 , PingPong, InOutQuad, color, 0, 0.8, 0
animate: .5 , PingPong, InOutQuad, color, 0.8, 0, 0
animate: 7.0, 0, InOutQuad, rot, 360, 360, 5760 // Changed PingPong to 0
}
clipNameSprite {
color: 1, 1, 1 //Changed color to white
scale: 13.6, 7.0, 0
pos: -1000, -1090, 0
hotspot: 0, 0
rot: -90, 90, -90
opacity: 0.5
source: clip
animate: 7.0, PingPong, InOutQuad, rot, 360, 360, 5760 // I Put Pingpong back here.
}