# Guide layer

**URL:** https://forum.kirupa.com/t/guide-layer/269974
**Category:** Uncategorized
**Created:** [September 3, 2008, 7:04pm UTC](https://forum.kirupa.com/t/guide-layer/269974 "2008-09-03T19:04:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gencoglu](https://avatars.discourse-cdn.com/v4/letter/g/898d66/32.png) [@gencoglu](https://forum.kirupa.com/u/gencoglu)
#### Post date: [September 3, 2008, 7:04pm UTC](https://forum.kirupa.com/t/guide-layer/269974/1 "2008-09-03T19:04:44Z")

</div>

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
