Ok, the poor old Cage received some drubbing in the last survey thread, so I made a trio with swing for all the cagey people ;). Also Arctic Fire as I'm enjoying sepia backgrounds atm. ;)
Edit: ET zip has been updated 10th July 2014
http://scenes.virtuastripper.net/ET Scenes05.zip
Paste the above text, into your browser address bar & press enter to download the zip file.
Extract zip to your models/data/Scenes folder in your pc.
Extract will add and update ET Scenes folder.
It will not erase renamed previous scenes or affect other user folders.
~
Coller le texte ci-dessus, dans votre barre d'adresse du navigateur & Appuyez sur entrer pour télécharger le fichier zip.
Extraire le fichier zip sur votre dossier de ../models/data/Scenes dans votre pc.
Extrait va ajouter et mettre à jour de dossier ET scènes.
Il ne sera pas effacer les scènes précédentes ou affecter d'autres dossiers de l'utilisateur.
~~
Model names sizes were adjusted using scale: as demonstrated by
@WA in his waterfall et autre scenes.
//Model name
clipNameSprite {
pos: -23, -20, 0
hotspot: 0.5, 1
scale: 0.6, 0.6, 1
source: clip
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In a background animation, you define the duration of the linear movement of a backdrop sprite xxx.png (left - right) in seconds.
In the ArcticFire scene, Backdrop - paperbark01.png pans across its width completely in 120 seconds:
// Stage
sprite {
pos: -750, -10, 0
hotspot: 0, 1.0
source: BackDrop
opacity: 0.95
size: 4400, 980
//material: true
//blend: true
animate: 120 , PingPong, linear, pos, -2700 , 0, 0
}
the extent of movement to fit your wide image is governed by the animate function :
// animate: duration, repeat mode, movement curve, property, amplitude .
where x amplitude to fit my backdrop in this case = -2700.
~footnote: You may repost any of my images altered or otherwise here to help illustrate scene file coding issues or discussion. Reuse of my images is limited to anywhere in Virtuagirl or Deskbabe forums only. Not for use elsewhere please without prior permission. Thanks.
~
Vous pouvez reposter une de mes images altérées ou autrement ici pour aider à illustrer le fichier scène codage des questions ou une discussion. Réutilisation de mes images est limitée à n'importe où dans les forums de Virtuagirl ou Deskbabe seulement. Pas pour utilisation ailleurs s'il vous plaît, sans autorisation préalable. Merci.
: Edit: red link under preview now works.