Skip to content

Commit

Permalink
Indicated that _isTransitioning is currently not working
Browse files Browse the repository at this point in the history
Author: wastedabuser
Refs SammyJoeOsborne#2
  • Loading branch information
Adolio committed Jan 24, 2015
1 parent dd33e4f commit 8bf5acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sammyjoeosborne/spriter/Animation.as
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ package com.sammyjoeosborne.spriter
private var _currentKeyIndex:int = 0;
private var _currentTime:int = 0;
private var _isPlaying:Boolean = false;
private var _isTransitioning:Boolean = false;
private var _isTransitioning:Boolean = false; // currently does nothing :(
private var _playDirection:int = 1; //could be 1 for forward, -1 for backward
private var _playbackSpeed:Number = 1; //percentage for how fast this animation should play, 1 being the default 100%

Expand Down

0 comments on commit 8bf5acc

Please sign in to comment.