first post here, and it's for help/feature requests!

use case: i'm more of a designer than programmer, but not much of either. i've chosen to use NGUI to animate our menus. the main reason for doing this, as opposed to using unity's animator, is because we want the menu to animate while the game is paused (timescale = 0, easiest way). there's no convenient way of doing this using the animator. i struggled for a couple of days to try and hack together some scripts people had made to get around this issue, but i'm not much of a programmer, and couldn't get them to work. we're using NGUI for some other things, and so i've decided to rebuild the animations using tweens, and take advantage of NGUI's ignore timescale option.
1) as a designer, with some programming ability, i'd like to be able to call specific tweens and tween groups from code, so that i can take advantage of the animation curve, but also the flexibility of calling events from scripts. (how do i call Tween ScaleA on gameobject1 using this trigger/that trigger/on finished, and not Tween ScaleB on gameobject1?)
you are super helpful on the forums (probably more so than you need to be), and i realize this isn't a place to "teach people to code," but one of the things i really like about unity's documentation is the examples that they provide. i was able to figure out how create all of our animations, create parameters and a simple state machine, and call everything from code based on the game's current state and user's input. your documentation is superb, but for someone who's not great at programming, more often than not, i'm left with a feeling of "ok, great... now how do i use this?"
2) as a designer who can't figure out how to call specific tweens from code, i'd like all of the trigger conditions, with every possible permutation, available in the UIPlay Tween script.
since i can't figure out how to do this in code, and you're not here to teach us how to code, i come to you on hands and knees to beg for a more robust/user friendly interaction script options in the inspector. this is one point that is driving me absolutely-computer-smashing-insane nuts.
some of my objects have a half dozen Tween Scale components attached, for each state/animation. i've assigned each of these to groups, which i'm equating to states (keeping track of this is enough to drive one mad). i have very specific animations that play when i onpress (true? down?) on a button, ondrag off of it, onpress (up? false?), etc. OnPress plays the animation automatically in reverse when i press off/drag off, which i don't want it to do. OnPress true plays it only when i press down (hooray!), but then OnPress false doesn't seem to want to trigger... anything... and there is no OnDrag off, and... i could get this to work in code using NGUI's events, and unity's animator, easily. i've battled with NGUI for a couple of days here, and am left wanting nothing more than to rage and smash my computer to bits.
3) please, for the love of god, how do i get something to rotate?
one of the animations i've created is very similar to one found in Path's app; press a button and everything comes flying/spinning into place. i tried the spin script recommended in another thread, but it doesn't work with timescale = 0 (rahhh!). one would think Tween Rotation would work, but i cannot cannot CANNOT figure out what arguments to put into from/to, or finagle the animation curve/duration, in order to get something to spin quickly a half dozen times, for about a second, and then stop.
thanks dude! you're really helpful here on the forums, and have built something truly awesome! i feel like a dickhead coming with complaints and requests, but if you want feedback/rage inducing use cases, here ya' go
