hi , I find a useful example
here but there's no text file there so I could be able to run that . please help!
1
so why not create your own textfile using a simple text editor e.g. NotePad. The example code expects the file to be called positions.txt but you could change it to anything you like. Make sure you save the file inside the folder for the sketch.Loads a text file that contains two numbers separated by a tab ('\t'). A new pair of numbers is loaded each frame and used to draw a point on the screen.