You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The character does the move animation, but doesn't move anywhere.
I see that the html element has a width and height set of 128px for both values, <div class="clippy" style="display: block; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") 0px 0px no-repeat; top: 229.5px; left: 224px;"><div style="display: none; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") 0px -1152px no-repeat;"><div style="display: none; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") no-repeat;"></div></div></div>
I can modify that in clippy.min.js, or even within chrome dev tools.
But when I drag ( width or height for the clippy class) larger than 128px, the agent starts to repeat itself, and show itself duplicated every few hundred pixels.
How do I fix this, so I can get the agent to move like it should when I execute the moveTo function?
The text was updated successfully, but these errors were encountered:
I try this
agent.moveTo(500,500);
The character does the move animation, but doesn't move anywhere.
I see that the html element has a width and height set of 128px for both values,
<div class="clippy" style="display: block; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") 0px 0px no-repeat; top: 229.5px; left: 224px;"><div style="display: none; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") 0px -1152px no-repeat;"><div style="display: none; width: 128px; height: 128px; background: url("clippy/agents/Merlin/map.png") no-repeat;"></div></div></div>
I can modify that in clippy.min.js, or even within chrome dev tools.
But when I drag ( width or height for the clippy class) larger than 128px, the agent starts to repeat itself, and show itself duplicated every few hundred pixels.
How do I fix this, so I can get the agent to move like it should when I execute the moveTo function?
The text was updated successfully, but these errors were encountered: