Page indicators help
SolarPepperStudios
Member Posts: 754
Ok, so I am trying to make an animated page indicator for my cover-flow scene. Like the one you see at the bottom of your Springboard. I already have the images like the following: (X = highlighted O = non-highlighted)
XOO
OXO
OOX
My rule that I tried that didn't work was when actor.position.x > X change image to Image otherwise change image to other image. Then I had another rule saying if actor.position.x > Z change image to other image. X & Z are where the coordinates would go. Any help with another way to do this?
XOO
OXO
OOX
My rule that I tried that didn't work was when actor.position.x > X change image to Image otherwise change image to other image. Then I had another rule saying if actor.position.x > Z change image to other image. X & Z are where the coordinates would go. Any help with another way to do this?
Comments
If attribute self.position.x is > 0
and
If attribute self.position.x is < 568
then
Change image
The for the other two pages just do if > 568 and less than 1136, then Change image. (Etc)
Good luck,
- ThomaS
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
- Thomas
Glad it worked out.
- Thomas