I am just posting in the hope that someone smart in here will be nice and spend a few minutes helping me out.
I have made a processing app that I would now like to upload it to my server so that it can launched from a browser.
Unfortunately I am experiencing some difficulties:
1. The program isn't running as smooth as when launched directly from the computer through Processing - any ideas why?
2. The second frame (with the cat), doesn't show up when launched through the browser? (note. you have to get the mouse' head to the hole and then click - you might have to try a few times to hit it)
3. I would like to have it as a pop-up window without no background - any ideas on how to do this?
I am currently sitting here working all I can on getting a hand-in ready for tomorrow (or today - Friday 19th). I
have to pass!
I have only just learned working with Processing tonight. I think that what I need help with it is actually quite simple, but I haven't yet fully understood the basics, so your help will be highly appreciated, as I have now been trying to figure it out myself for hours...
I have uploaded two links below. The first one being a short visualized explanation of what I wish to do, and the second being my codes so far.
int circleX, circleY; // Position of circle button int circleSize = 45; // Diameter of circle color circleColor, baseColor; color circleHighlight; color currentColor; boolean circleOver = false;