Historical time line 2004-03-12 - By Andreas Weber
Back Sorry, the lower bound of the drag was not correct yet. Here we go again:
navi_mc.dragLimitY = navi_mc._y; navi_mc.lastX = navi_mc._x;
navi_mc.onPress = function(){ this.startDrag(false,0,this.dragLimitY,Stage.width ,this.dragLimitY); this.onMouseMove = function(){ var dif = lastX - this._x; content_mc._x += dif; lastX = this._x; } }
navi_mc.onRelease = function(){ this.stopDrag(); delete this.onMouseMove; }
-- ---- ------ Andreas Weber motiondraw.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|