To scroll 1 screen.
gawakamy
Member Posts: 109
Hi, GS tech supporters.
I have made a scrolled screen watching instruction video "Mulit Screen Menu". The problem is that my screen has 3 sections, and when I scroll it, it just go to last section directly. It must be shown second section first like iPhone basic screen scroll.
This is what I made as below;
Control Camera
Constrain Attribute self.Motion.LinearVelocity.X To -scene.Background.drag.Motion.LinearVelocity.X
Constrain Attribute self.Position.X To max(self.Position.X,160)
Constrain Attribute self.Position.X To min(self.Postion.X,960-160)
I have made a scrolled screen watching instruction video "Mulit Screen Menu". The problem is that my screen has 3 sections, and when I scroll it, it just go to last section directly. It must be shown second section first like iPhone basic screen scroll.
This is what I made as below;
Control Camera
Constrain Attribute self.Motion.LinearVelocity.X To -scene.Background.drag.Motion.LinearVelocity.X
Constrain Attribute self.Position.X To max(self.Position.X,160)
Constrain Attribute self.Position.X To min(self.Postion.X,960-160)
Answers
Hope this helps,
Jack McGraw
@tshirtbooth Oh, I see. Thanks
Oops. I didn't know it was portrait.
I can't think of anything else. Maybe you could post the file with the problem (if you are comfortable with that (or send me a PM)).
Jack McGraw
jckmcgraw(at)gmail(dot)com