Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
General Discussion
Other
hell_scre..
Help please. Bar
in
General Discussion
•
Other
•
1 year ago
Would anyone know how to make this?
http://www.youtube.com/watch?v=DwFGzkaoYCQ
Thank you
1
Replies(1)
asimes
Re: Help please. Bar
1 year ago
int progress = 0;
void setup() {
size(255, 100);
}
void draw() {
background(255);
for (int i = 0; i < progress; i++) {
stroke(255-i);
line(i, 0, i, height);
}
if (progress < width) progress++;
}
Leave a comment on asimes's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to hell_scream's question
Top
Reply
{"z8857858":[25080000001525396],"z7976654":[25080000001525411]}
Statistics
1
Replies
315
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
Help with dialog setup
Best way to learn box2d with Proces...
simple button tutorial
Your Opinion on a Game Story
Creating a start/stop button?