Quote:
script17700646343551167452713.groovy: 1244: unable to resolve class java.awt.image.BufferedImage
@ line 1244, column 20.
def frameBuffer = new
java.awt.image.BufferedImage(framewidth, height,
java.awt.image.BufferedImage.TYPE_4BYTE_ABGR)
^
script17700646343551167452713.groovy: 1249: unable to resolve class java.awt.Graphics2D
@ line 1249, column 22.
java.awt.Graphics2D graphics = frameBuffer.createGraphics()
^
James31,
Two other thoughts ...
1. SexScripts uses Java. These two errors are where my script is directly using Java. Is Java correctly installed on your PC? Maybe, reinstalling Java would fix the problem.
2. That code was built based on some tricky code in a script called Hundred Points written by Banjo. Does this game have the same problem? In both cases, the code is joining an image of a dice with another image to create & display a single image.
Note: To make Hundred Points work, Gamehub (also written by banjo) is necessary.