Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
lillo78
lillo78's Profile
1
Posts
3
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
Help with stop motion
[7 Replies]
09-Apr-2012 02:09 PM
Forum:
Programming Questions
Hi, i'm a brand new processing user and i'm trying to make kinda stop-motion,
this is the code i have, by the way:
PImage[] images = new PImage[184];
void setup(){
size (800,800);
background(0);
}//setup
void draw(){
for ( int i = 0; i< images.length; i++ )
{
images[i] = loadImage( i + ".JPG" );
}
}//draw
My doubts are :
1. i should save the .jpg files in the same sketch folder. didn't i?
2. are both the setup and the void well constructed? i mean, are the right orders into the right place?, 'cause it doesn't work X-)
Thx so much
«Prev
Next »
Moderate user : lillo78
Forum