Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
ryanne.hollies
ryanne.hollies's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Unexpected token: Ball
[4 Replies]
01-Apr-2012 07:03 PM
Forum:
Programming Questions
I do not understand why this error is coming up. I have everything defined in my class Ball
boolean animate = true;
Ball ball1;
//--------------------------------------------------------
void setup() {
size(400, 500);
smooth();
ball1 = new Ball();
}
//--------------------------------------------------------
void draw() {
background(64);
ball1.display();
ball1.fall();
}
«Prev
Next »
Moderate user : ryanne.hollies
Forum