Brand spanking new at Live Code, and most languages in general. So, i'm a fish out of water so to speak.
Currently taking a class, and my assignment is to make a game, "fun." The game is, "guess my number," (how the hell you make a game like this fun is beyond me, but whatever.)
Anyway, my plan is to make a solid color background, and have a spider on it (more like a little spec with legs.) and if you poke the spider, it squashes but the double amount appears, and maybe even a timer and score. Not sure if i wanna get that crazy because something tells me I barely will be able to get through the solid background color.


But, let me show you what i'm given, and maybe you guys can help me out? I want to take app making seriously, so it's imperative that any uncommon terminology be explained (please?), because honestly i don't know the first thing here.
on mouseUp
put the text of fld "fld_guess" into theGuess
set the randomSeed to the long seconds
put random(100) into theAnswer
if theGuess is theAnswer then
answer "Correct"
else
answer "Wrong! The correct answer was " & theAnswer & "."
end if
put empty into fld "fld_guess"
end mouseUp
in addition, how serious can someone get with live code? is live code the alice of app making? I don't exactly know what i'm working with here or how powerful or not powerful of a tool that's at my fingertips. What's the next step after I get this down (software wise) if this isn't the goto app for app making?
Thanks for all of your patience guys and gals.