Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: daniel on Sun 30/04/2017 10:26:43

Title: 9Verb template + room_RepExec = cursor disappears
Post by: daniel on Sun 30/04/2017 10:26:43
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!
Title: Re: 9Verb template + room_RepExec = cursor disappears
Post by: Cassiebsg on Sun 30/04/2017 11:19:01
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.
Title: Re: 9Verb template + room_RepExec = cursor disappears
Post by: daniel on Sun 30/04/2017 11:43:17
thanks!:D
silly me, i didn't set the block at all and failed to realize it defaults to "eBlock"...