hi,
I am tring to create a car racing game…
but I want to use guide layer to draw the racing paths.
and I want to use action script to move my cars
is it possible to do that ?
to move the cars:
on(press)
{
_root.car1._x+=random(10)+1;
_root.car2._x+=random(10)+1;
_root.car3._x+=random(10)+1;
}
but )I want my cars to move in Paths ı draw using pencil tool…
thanks