Loading...
Logo
Processing Forum
marcocp91's Profile
8 Posts
9 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    I have the following:

    String lines[] = loadStrings("lineslist.txt");

    lineslist.txt contains:
    draw X0 Y0
    draw X0 Y10
    draw X10  Y10
    draw X0 Y10

    I want to draw lines using X and Y of lineslist.txt

    Thank you.

    Marco.
     

    Hello,

    Want to make this division:

    float pixels = 3.779527559;

    axis=(mouseX - 45) / pixels;

    It returns me the alert "cannot convert from float to int".

    Any help is apreciated.

    Thank you very much,

    Marco.
    Good afternoon,

    I'm trying to make a grid with two "coordinates": letters and numbers.

    I would like to know how I can make the grid and to know what coordinate is selected when I put the mouse over one.

    I know my english is very bad. I have made a simple drawing.

    Hope anyone can help me.

    Thank you very much.

    Marco.