Hey Chris,
Not sure I'm explaining the problem properly, so hopefully this quick test game in AC will help illustrate:
http://www.willoneill.com/inttest/IntTest.html
As you can see, the game starts with the default cursor, and you can click around t…
Looks good! My only thought is that the Adventure Creator logo would look better if it was vertically centered in the banner.
Also, I think the taxonomy of 'Games' up top may not be totally intuitive in terms of what will lead people to the demos. …
I appreciate the quick feedback as always, Chris! I get what you mean conceptually, and I think I see how the script you've provided should do that.
Unfortunately, it doesn't seem to work. The sprite appears as normal when I'm outside of the hotspot…
Hey Chris,
OK! Been trying to put this into action with a friend, and have gotten it working but with a snag. Hoping you can help.
Here's the script we've made in accordance with your direction:
using UnityEngine;using System.Collections;
public cla…
Thanks, Guran! My next project was originally something I was working on in AGS, but I have now moved it completely over to Adventure Creator. Please look forward to it!
Yes, I think that would definitely be alright - with this kind of effect, I think you want the player to be reading on-screen rather than listening to a v/o of a voice actor anyways.
Hope you'll be able to implement something like it moving ahead! T…
Thanks, PixelArtist! I went into the manual and realized that the element I was missing out on was how I had to create and incorporate the Menu system. I've got it doing exactly what I need to now. That's what I get for relying solely on tutorial vi…