Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

movement using actionscript along path/guide layer???

Status
Not open for further replies.

Curisco

Programmer
Feb 6, 2002
90
SE
Hi there folks.

After following a tutorial on movement with actionscript:

onClipEvent(enterFrame)
{
speed= 2;
this._x += speed;
}

i would now like to make the movement follow a path set by guiding layer or something with the same effect as a guide layer,
All help and suggestions would be gratefully appricated
Thanks again for your time and help.

:hr: Ramsey

-------------------------------------
Laughing out loud every day,
keeps the doctor away....gotoAndPlay
-------------------------------------
 
if its a simple path (circle,sine,ellipse) then best just to use a math formula to calculate the coords.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top