Author Topic: jet pack joyride expandable scrolling list  (Read 4436 times)

milali

  • Guest
jet pack joyride expandable scrolling list
« on: January 25, 2013, 03:07:33 AM »
Hi I want to create a scrolling list where you have an icon and you can tap on the item and it expands to have a description which has a purchase button.

How should I approach this?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: jet pack joyride expandable scrolling list
« Reply #1 on: January 25, 2013, 04:54:16 AM »
In subway surfers I do it with tweens. It can be a headache though.

The tricky part is that you should only show your extra description once it's fully opened, and remove it as soon as it starts retracting again.

BeShifty

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 7
  • Posts: 52
    • View Profile
Re: jet pack joyride expandable scrolling list
« Reply #2 on: January 26, 2013, 03:19:59 PM »
Isn't this very similar to the fancy quest log example? I'd check that code out first.

milali

  • Guest
Re: jet pack joyride expandable scrolling list
« Reply #3 on: January 28, 2013, 06:15:23 PM »
Isn't this very similar to the fancy quest log example? I'd check that code out first.

its exactly like that! I'll check out the codebase for that :)