LC 4.5.3 windows 7 I compiled my stacks into a standalone exe with two stacks outside of the exe in order to save hi scores. Now in the IDE the hi scores are saved when I close the hi score stack and re-open it, the compiled exe file does the same.Thats good it all works. When I use inno setup or in...
Is it best to put empty into a local? Even though it will receive another put later.
What I mean is does it have any affect on performance if lots of variables have something in them unnecessarily?
Hi I am a beginner/hobbyist I would like some advice please, I have never used livecode to upload or download via ftp. I have a stand alone game with hi scores feature. It works well in the standalone. I can create a web page on my server called hiscores.html What i need is a user to be able to uplo...
Hmmm Just a thought, I want to eventually allow users to post hi Scores to a web page, so may not be a good idea to delete a players score that has the same name because any player could then delete a players score simply because they have the same name but a lower score, I think I should include so...
Craig if word 1 of line y of temp = word 1 of line (y -1) of temp then delete line y of temp Because it would delete itself if it went top down? or maybe because it's now wednesday? :oops: put fld "showHiScores" of stack Scores into temp repeat with y = the number of lines of temp down to 1 if word ...
Hi I am putting names and scores into a fld, so if the cHiScoreName is already in the fld I need to delete the line that contains the same name in the fld before I update with new data I am having problems working out how to delete the line. set the cHiScore of fld "alltimehighScorefld" to fld "allt...