GoodGuyOnWeb
Member
Please refer to the following thread:
How do I put an image in the pendulum bob ?
Mathemetics Pendulum
A not very useful animated pendulum. (it is smoother on a real device in release mode) Sub Activity_Create(FirstTime As Boolean) Dim cvs As Canvas cvs.Initialize(Activity) DrawPendulum (cvs, 50%x, 20%y, 40%x, -45, Colors.Red) DrawPendulum (cvs, 50%x, 60%y, 30%x, 45, Colors.Blue)...
www.b4x.com