Jump to content
MakeWebGames

Recommended Posts

Posted

From the feedback of our users we've discovered that the tutorial can causes some problems:

On some screen sizes it can block the button that is supposed to be pressed.

If someone ignores the tutorial message and clicks another link the tutorial balloon may disappear and keep the person in a loop not being able to access anything.

Is there a way to have in the header a constant message saying "You are in Tutorial Mode click here to quit" in case they become stumped?

Posted

Sure, a fixed text could be added, as well as we could discover when the balloon covers the button (I never saw it BTW). If you are able to give me more info, or a way to reproduce those bugs, maybe I can fix them.

Posted

It really depends on a screen size. i notice that on a wide screen this is not as prevalent as on a laptop.

In the first instance the balloon may cover the button when it switches pages but if the user reloads the page it moves to the correct position. The problem seems to be the instance between the page loading and where the balloon should appear.

I think the general indicator at the top with the option to always quit will solve this as not every screen size can be catered for nor every kind of template.

Posted

The thing is, the tutorial should be smart enough to not cover the button you want to show ;) So for me this is a bug to fix, and I will have a look to it, before adding any additional indications. BTW adding an indication that you are still in the tutorial should not be overall difficult as additional module:

1) Create a new module

2) Create a auto_pre_content.php file

3) in the auto pre content hook use the user variable GetUserVariable(tutorialsFinished) and if it is not "done" output some "you are in the tutorial" info. To close the tutorial, set this variable to done.

Posted

Great.

I put a notification with a link to quit the tutorial.

I also went further to offer an option to restart the tutorial.

I added in code to delete all the numerous rows created based on tutorial position so the player can start from scratch.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...