Hi there: I'm having some difficulty translating a PImage-- a shine-graphic to be placed on top of dialogue boxes in an iMessage-like list of messages. If you run the sketch, you'll see the first dialogue box works as intended, but oddly the following instances of class Post ignore the translate call to the PImage, grad, in the class Blert. Thoughts on why this may be? I appreciate any help. Thanks.
Main:
//very basic class structure added
//posting improved
String[] names = {
"Friend",
"Savannah",
"Wallace Stevens",
"CXP team member",
"M.M.",
"Another friend"
};
String[] sayings = {
"Hi there.",
"Hi my name is so-and-so and I'm working on so-and-so-and-so-and-so project.",
"She sang beyond the genius of the sea. The water never formed to mind or voice, like a body, wholly body, fluttering its empty sleeves; and yet its mimic motion made cry, caused constantly a cry, that was not ours, althought we understood, inhuman, and of the veritable ocean...Oh blessed rage for order, pale Ramon, the makers rage to order words of the sea. Words of the sea. Words of fragrant portals, dimly starred, and of ourselves and of our origins, in ghostlier demarcations, keener sounds.",
"This is a test for a new Yammer feed for the 1100 Flower Status Board. Send suggestions for improvements to Savannah Niles.",
"I do not like to repeat successes, I like to go on to other things.",
"The surest way to corrupt a youth is to teach them to hold in higher esteem those who think alike than those who think differently."
};
String[] imageURLs = { //question about .gifs in processing