Scroll Content - Multiple scrolling areas

In using this sample code, which works great for a single scrolling area in my app, I am having trouble getting multiple scrolling areas to function.

http://developer.anscamobile.com/code/scroll-content (Thanks, Gilbert!)

Can anyone explain the basic process of getting multiple scrolling areas to work please? [import]uid: 4621 topic_id: 1756 reply_id: 301756[/import]

Currently I can get one scrolling area working well, but if I duplicate all of the code and change all occurrences of scrollContent to scrollContent2, for example, the initial scrollContent area still scrolls but without the velocity/physics it had originally, and the scrollContent2 doesn’t scroll at all, unless I remove the original scrollContent code from the other place in my application.

No errors are generated in the terminal.

Thanks in advance to anyone that can help! [import]uid: 4621 topic_id: 1756 reply_id: 5187[/import]