Search found 2 matches

by Christian H
Sun May 18, 2008 6:54 pm
Forum: Coding Questions
Topic: Filled bezier shape?
Replies: 8
Views: 1824

*points=AllocateMemory(2*4*4)

Why AllocateMemory :?:

OpenWindow(0,0,0,800,600,"",$ca0001) ; $ca0001?
InitSprite()
OpenWindowedScreen(WindowID(0),0,0,800,600,0,0,0)

Dim points.Point(4)

points(0)\x = 100 ;start
points(0)\y = 100

points(1)\x = 300 ;control
points(1)\y = 20

points(2)\x = 500 ...