rss twitter

Posts Tagged ‘if-abfrage’

IF statement shortform

Actionscript:

Actionscript:
  1. if(_scrollable) {
  2.    _maskwidth = _positions.width - _spacer;
  3. } else {
  4.    _maskwidth = _positions.width;
  5. }

Actionscript:

Actionscript:
  1. _maskwidth = _scrollable ? _positions.width - _spacer : _positions.width;

Powered by WordPress | Free T-Mobile Phones for Sale | Thanks to Palm Pre Blog, Video Game Music and Get Six Pack Abs