Sketchy Physics Code Sections not showing
-
Hello,
I installed sketchup 8 (i've been using sketchy physics fine with sketchup 7) and then installed sketchyphysics via the exe install. I made sure it installed into the correct sketchup8 directory but now the ontick and ontouch boxes in the UI don't appear.
I've tried reinstalling? Any tips?
Joe
-
can you please tell me which folder you placed the sketchyphysics into?
what i did was copy all of the files in the plugin folder from sketchu 7 into the plugin folder of sketchup 8. that seems to work fine. you could use that as a last resort.
-
also, try make a box first and try the UI on that first. it might work.
try that before reinstalling anything, or trying my previous advice.
A small test
a small test to see if ontick does work, just put this script into the ontick field
if key('space')==1;UI.messagebox("This script works!");end
start the simulation and press space and a message should come up.
-
@camokid11 said:
also, try make a box first and try the UI on that first. it might work.
try that before reinstalling anything, or trying my previous advice.
A small test
a small test to see if ontick does work, just put this script into the ontick field
if key('space')==1;UI.messagebox("This script works!");end
start the simulation and press space and a message should come up.
Found out what it was. It was teh EXE install of sketchyPhysics I was having troubles with. I did the zip file and it worked perfectly. Sorry for the late update, but if anyone else has the issue, I wanted to make sure they find a resolution.
Oh, and YES, the code you posted above does work. So, it's not that the code wasn't running, I just couldn't get access to it with the EXE install I was used via the UI panel. Weird, but it's working, and that's all I need
Joe
Advertisement