hi there,
like the title says i'm using the 9verb template (1.5.1...the one that came with the AGS install) and when i'm trying to repeatedly run code in "room_RepExec", to animate a background object, the cursor disappears.
can anybody tell me why that's happening?
thanks!
Are you animating with eBlock or eNoBlock? If you using eBlock the game will go into "pause" mode until the animation ends, and since you are constantly animating it, you end up with a "frozen" game.
Is that what is happening?
I'm not familiar with the 9verb, but sounds like that's the real problem.
Also if it's not that, please post your code, so we can have a chance to spot a mistake in the code that might be causing the problem.
thanks!:D
silly me, i didn't set the block at all and failed to realize it defaults to "eBlock"...