Resizing Scenes?
 Todo sobre iStripper
  October 29, 2023, 12 respuestas 
   Here's the change I made for the girl in the middle, to get her and her shadows in the right direction.
Voici ce que j'ai fais comme changement pour la fille du centre, pour qu'elle soit dans le bon sens, elle et ses ombres.
// Main clip with shadows
 clipSprite {
 pos: -0, -150, 200
 rot: 90, 15, 0
 scale: -1, 1, 1
 source: Center
 standingHeight: 750
 opacity: 0.15
 color: 0, 0, 0
 }
 clipSprite {
 pos: -0, -150, 200
 rot: 90, -15, 0
 scale: -1, 1, 1
 source: Center
 standingHeight: 750
 opacity: 0.15
 color: 0, 0, 0
 }
 clipSprite {
 pos: 0, -150, 200
 scale: -1, 1, 1
 source: Center
 standingHeight: 750
 color: 1, 0.9, 0.9
 }
// Main clip name
 clipNameSprite {
 pos: 0, -180, 200
 hotspot: 0.5, 1
 source: Center
 }
// The chairs and the table
// sprite {
// pos: 0, -50, 250
// hotspot: 0.5, 1.0
// source: MyForeground
// }
// Congratulations! You made it to the end of the script.
// Write your own now!
}