Hi all,
I've found a problem with loadingLevelSchema, where we can find the next code:
...
for (int k = 0; k < 15; k++)
{
proxy.send(new ProxyMouseWheelMessage(-1));
}
...
The problem lies with " ProxyMouseWheelMessage(-1) ".
I have tried the naive agent about 2-3 weeks ago and it worked. Then, I decided to do an agent by my own, but when I tried it, I found out that it was blocked. The instruction Actionrobot.loadLevel(currentLevel) was the end of that algorithm, doing nothing. I tried again the naive agent and I found the same problem (so fullZoomIn and fullZoomOut neither run). Despite of that, if I use the mouse wheel, I can zoom in/out manually :S
Does someone have the same problem as me? Maybe It's a problem with my laptop, but I still dont know.
Thanks