Target (Button._Target Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

The
property may be a non-negative integer. The objects are ordered according to
tabIndex
their
properties, in ascending order. An object with a
tabIndex
an object with a
tabIndex
that precedes the other in the tab ordering is
The custom tab ordering defined by the
attention is paid to the hierarchical relationships of objects in the SWF file. All objects in the
SWF file with
tabIndex
determined by the order of the
value, the one that goes first is
multiple objects.
Availability: ActionScript 1.0; Flash Player 6
Example
The following ActionScript is used to set the
. However, all four buttons (
false
in a custom tab order using
is not included in a custom or automatic tab order because
that instance. To set the tab ordering for the four buttons, add the following ActionScript to
Frame 1 of the Timeline:
three_btn.tabEnabled = false;
two_btn.tabIndex = 1;
four_btn.tabIndex = 2;
three_btn.tabIndex = 3;
one_btn.tabIndex = 4;
Make sure that you disable keyboard shortcuts when you test the SWF file by selecting
Control > Disable Keyboard Shortcuts in the test environment.
See also
tabEnabled (Button.tabEnabled property)
,
property)
tabEnabled (MovieClip.tabEnabled property)
(MovieClip.tabIndex property)

_target (Button._target property)

public _target : String [read-only]
Returns the target path of the button instance specified by
Availability: ActionScript 1.0; Flash Player 6
372
ActionScript classes
value of
. If two objects have the same
2
undefined
tabIndex
properties are placed in the tab order, and the tab order is
values. If two objects have the same
tabIndex
. You shouldn't use the same
undefined
tabEnabled
,
one_btn
two_btn
. Although
tabIndex
,
tabIndex (TextField.tabIndex property)
tabIndex
tabIndex
.
property is flat. This means that no
property for one of four buttons to
,
and
three_btn,
is set for
tabIndex
three_btn
tabEnabled
,
tabChildren (MovieClip.tabChildren
,
tabIndex
.
my_btn
value of
precedes
1
value, the one
tabIndex
value for
tabIndex
) are placed
four_btn
,
three_btn
is set to
for
false

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF