x=-170,y=0
function line (){
x=_root.x
y=_root.y
_root.ct.lineStyle(2,0x31F231,50)
if(x<170)
{
y=Math.pow(Math.abs((170*170)-(x*x)),0.5)
//setInterval()
_root.ct.lineTo(x,y)
_root.ct.lineTo(-y,x)
trace(x+y)
_root.x+=3
}
}
Comunidad de diseño web y desarrollo en internet online
|
|
Por _CONEJO BOFH 7639 de clabLevel
17 tutoriales
|
|
|
|
|
Por _CONEJO BOFH 7639 de clabLevel
17 tutoriales
|
|
|