How do I draw a curve?
Posted: Tue Jan 30, 2024 10:23 am
I am wanting to draw a curve, like a bent line, but I cant figure out which command does it, surely there is a command to do this in Hollywod?
The Cross-Platform Multimedia Application Layer
https://forums.hollywood-mal.com/
Code: Select all
StartPath(1)
CurveTo(1,0,0,100,100,10,100)
DrawPath(1,100,100,#BLUE)
Repeat
WaitEvent()
Forever