Discussions for Scenes for Version 1.2.X Fullscreen Mode here
iStripper에 관한 모든 것
February 2, 2015, 5053 답변
Holy crap, Beastman! I love it! I'm gonna play around with spinning the name as well now :) Is there anything we CAN'T do with this stuff???
Thanks for that and also for the extra info on 'animate.' I knew it changed your RGB colours but I wasn't sure why, till now :) I'll change that so it just goes back thru the colors in reverse order. Ie: R,G,B,G,R.
Guys, you need to check out Beast's mods to my scene. It looks awesome! Simply copy and paste his code above into my .scn file just above or just below the two clipNameSprite bits and comment out my originals //. If you prefer Beast's changes then you can delete my originals :) Be careful with the open and close brackets tho{}
Edit: (A couple of hours and tweaks later...) Beast made the names swing and they look REALLY cool!
Now I've taken the names for a multi-dimensional spin! Check this out in my, or your own code ;):
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 , PingPong, InOutQuad, rot, 360, 360, 5760
}
clipNameSprite {
color: 0, 0, 0
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
}
This works on a 3D cam scene. Not sure if it will work on a 2D cam but I doubt it :( That probably needs a few more tweaks...
Edit: Trying to figure out a way to make the spins pause for at least a second or two before spinning off again. It appears that the clipNameSprite function only lasts a set amount of time and anything we add to it can't change this time duration. I've tried spinning the names faster with more than 20 times the rotation speed but it still won't pause in the middle, long enough to read the names :/
The software allows up to 5 seconds to display the names in desktop mode. Is there any way to micro control this in Fullscreen?