Actionscript:
Actionscript:
-
if(_scrollable) {
-
_maskwidth = _positions.width - _spacer;
-
} else {
-
_maskwidth = _positions.width;
-
}
Actionscript:
Actionscript:
-
_maskwidth = _scrollable ? _positions.width - _spacer : _positions.width;



August 19th, 2009
Marvin Blase
Posted in
Tags:
[...] - hast du das mit der if-kurzform verstanden? solange der currentframe kleiner als 8 ist soll er weitergehen, sonst auf frame 1 [...]