MovieClip similar in Processing
in
Programming Questions
•
3 years ago
Hello,
I'm a Flash Developer and now learning develop Processing.
Can I create a instance of a visual object like movieclip in Flash? For example:
In Flash.
myMovieClip.alpha = 100;
myMovieClip.x = 50;
In Processing I have only one visual object for draw, if I need adjust position of one object I has redraw all screen.
How can I have an object separate from the others where I have total control over it?
Hugs and sorry for my english.
Marlos Carmo
1
