Author Topic: Adjusting UI for sequential images  (Read 2184 times)

hgtunc

  • Guest
Adjusting UI for sequential images
« on: September 05, 2013, 03:04:53 AM »
Hello, I am new at NGUI. I am planning to make a user interface looks like as Expedia Android UI.

As you see in image there is two part (left and right images) can be define as clipped panels . Each panel scrools at different speed. Also there is different size of images that adjusted for different dimensions for android phones at each panels...

How can I achieve this type of gui? Which scripts and tools at ngui do you recommend me to use?
Thanks in advance..


ENAY

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 248
    • View Profile
Re: Adjusting UI for sequential images
« Reply #1 on: September 05, 2013, 03:07:40 AM »
Sounds like what you are trying can be done in NGUI.
Although it's tough imaging the scrooling speeds just from observing a picture.

hgtunc

  • Guest
Re: Adjusting UI for sequential images
« Reply #2 on: September 05, 2013, 03:27:21 AM »
I will use UI Texture for each image but I have no idea about ordering image about their position and size of image. UIAnchor and UIStrech is not enough for ordering. I need to put them sequentially and then scroll by touch.