|
User Details |
message
|
|
Jack Tindale
post date:
2010-07-29 16:48:46
|
|
I have a movie clip that has multiple frames. Switching between the different frames works great, but I want the scroller to reset to the top of each frame . I tried the vscrollerTop but get error messages. rnI am using your free trial offer with as3 with Flash cs5.rnThanks
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-07-30 03:29:57
|
Hello,
You can use the method scrollTo('vertical',0);
Here's a list with all the properties and methods of the component: http://www.extendstudio.com/documentation/creative-flash-scrollerAS3/documentation/docs/classic-scroller-as-dictionary.html
Regards,
Andrei Rinciog
|
|
|
Jack Tindale
post date:
2010-08-02 17:20:12
|
Andrei,
Thanks for the quick response. I tried " scrollTo('vertical',0); " in the main time line with Creative Scroller and in the other frames.
I gave it a instance name of " sb1 ".
The error message is " TypeError: Error #1009: Cannot access a property or method of a null object reference.
at xtd.scroller.ui::ScrollerBase/get xPos()
at xtd.scroller.ui::ScrollerBase/scrollTo()
at GoodScroller_fla::MainTimeline/frame1()
Thanks
Jack
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-08-03 04:15:18
|
Hello Jack,
I think that you call the method before you set the target of the scroller instance.
Oh, and you need to use "Vertical" instead of "vertical". Its a known bug that will be addressed in a future update.
Regards,
Andrei Rinciog
|
|
|
Jack Tindale
post date:
2010-08-03 14:16:28
|
Andrei,
I have tried to use the call method and the addEventListener method but to no avail.
If possible, could I send you a small Flash fla file so you could see what I am trying to do.
Sorry for all the trouble.
Jack
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-08-03 14:23:15
|
Hello Jack,
Sure, sent it to support at extendstudio.com. I will take a look at it first thing in the morning. I was just leaving the office now.
Have a nice day!
Andrei
|
|
|
Chad Cox
post date:
2010-10-01 15:31:26
|
Hi,
I am running into the same error Jack was experiencing. Was this issue ever resolved? If so, could you explain the solution.
Thanks,
Chad
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-10-04 06:28:18
|
Hello Chad,
The problem is that you call that method before the component finishes drawing. You need to call it after this event : onDrawFinish
So, place an event listener on the scroller component that waits for that event and then call the scrollTo method inside the handler of that event.
Regards,
Andrei Rinciog
|
|
|
Chad Cox
post date:
2010-10-04 08:02:33
|
Hi Andrei,
Thanks! That fixed my issue. I appreciate the quick response.
Thanks again,
Chad
|
|
|
Allana Lee
post date:
2010-11-18 14:30:45
|
I need to find the Reset Key Button to reset my lisence. Does anyone no where to find it? It's certainly not on the My Products page.
thanks,
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-11-19 03:55:08
|
Hello Allana,
We sent you an email with a screenshot with the location where you can find the reset license buttons. Tell me if you need more help.
Regards,
Andrei Rinciog
|
|