Perhaps Rev does not like the quotes in here: '"auapDmnea4KYDCjlbHK2Hbx6X-Q/Q09EUG9zRFBKaEVBQUFBQUFBQUFBQT09"' I looked into that and got rid of the quotes, but it still gives the same error. I honestly have no idea what to do now. The syntax is fine according to SQL. Why does livecode hate me so? :x
Hi all, I've searched the forum and haven't found a relevant thread. I feel the question is important. I've got an SQLite statement that will execute in multiple database editors but it won't execute in livecode. This is the code that generates the SQLite Statment on updateDatabase local queryFields...
Alright, I've changed a lot of the inner workings. I am only using an intersect once to check and see if the planet is over the right orbit when the mouse is let go. I got rid of the move commands and am using set locations in a nifty little "send with messages" loop. I still am having some lag thou...
I've got a relatively simple graphical drag and drop game that I'm building for practice. It consists of dragging the planets to the correct orbits around the sun. Currently, when the user drags a planet to the correct orbit, the planet (which is a button object) moves along a circular path determin...