|
-
 Originally Posted by Whyves
First, AS1 and AS2 are basically almost the same thing. AS2 is AS1 in disguise so yes you can use it in the code.
The setNavigation function is actually called after the button was clicked and its event handler processed. If you want to actually intercept the click itself, you have to go in the onMCButton function located in the MultipleChoice component. This is also where the feedback is actually set and where the call to setNavigation is made.
As for the navigation label, it is not set through code but rather through the Options tabs in the Component Inspector (Shift+F7). So, you cannot assume that it is 1 because the button was clicked. By default, it is 0 because the navigation is set to off in the properties. When it is off, the control button will be disabled after it has been clicked.
Hope it helps ...
I want go to next question without answer the question and click on "check answer". would you please help me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|