[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Still Error ocurred.. :-( ]



--- In femm@xxxxxxxxxxxxxxx, Tsarafidy RAMINOSOA <tsarafidy@xxxx> 
wrote:
> You should write :
> ...
> point_x = 50 * cos(delta)
> point_y = 50 * sin(delta)
> 
> addnode(point_x, point_y)
> ...
> 
> where delta is in degree.
> 
> Tsarafidy.
> 
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?is !
> Yahoo! Mail : http://fr.mail.yahoo.com

Thanks for your reply.

I have done this, but there is still an error. Message box is ...

error : attempt to call global 'math_cos'(a nil value)
stack traceback
1 : main of file 'C:\work\move_01.lua' at line 21

Do you know the reason why?