- Has been a member for 5-6 years
- Won a Competition
- Item was Featured
- Author was Featured
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- Malaysia
- Referred between 10 and 49 users
@sanvodan
please see my answer for frenzy_rumble above, he was having the same problem too. But since you gave a good suggestion, i have added an optional modification on the product description above called “Optional Modification: Auto category jump (July 18, 09)”.. Enjoy.
yes you can on your button in movie.swf add this:
on(release){
import mx.transitions.Tween;
var t:Tween = new Tween(_root.mainHol["c" + _root.curCategory], "_alpha", _root.mvEase, _root.mainHol["c" + _root.curCategory]._alpha, 40, _root.mvSec, true);
//the category to go into.. first category is 0, 2nd is 1 and so on..
_root.curCategory = 3;
_root.curImage = 0;
_root.fromItem = _root.imgCategories[_root.curCategory][2];
_root.totalItems = _root.imgCategories[_root.curCategory][3] - _root.imgCategories[_root.curCategory][2];
var t:Tween = new Tween(_root.mainHol["c" + _root.curCategory], "_alpha", _root.mvEase, _root.mainHol["c" + _root.curCategory]._alpha, 100, _root.mvSec, true);
_root.initiate();
}



292 Purchases
200 Comments