We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, I'm a complete beginner trying to get into it. This is my first little doodle. I'd like to be able to hit "enter" in order to export the current frame into a folder in the sketch folder (script folder) and I've hit my first brick wall. What have I done wrong here. Can anyone explain to me what I'm failing to grasp?
Answers
the
}
of the functiondraw()
must close after theellipse()
commandthanks!
but also, I thought the keypress function had to be coded into "draw"s function block?
Java language doesn't allow functions inside another function. :-B
Although it does allow classes & interfaces inside another class or function! ;)
Alright that clears things up for now. Rule-Keep my functions separate from each other. As for class/interfaces not sure what that means in this particular scenario, butthat's some higher level stuff I'll have to research, in the meantime thank you for your help!.
Just mentioned those for completeness' sake! L-)