Difference between revisions of "Hotspots (h2)"

From The Official Visionaire Studio: Adventure Game Engine Wiki
m
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
== Tutorial ==
 
== Tutorial ==
 
1. First things first: you should create some images/animations via your graphic/3D editing program of choice.<br/>
 
1. First things first: you should create some images/animations via your graphic/3D editing program of choice.<br/>
2. Next thing you want to do is create a button inside of one of your interfaces & set the ''button type'' to '''action area'''.<br/>
+
2. Next thing you want to do is create a button inside of one of your interfaces & set the '''button type''' to '''action area'''.<br/>
 
3. Create your hotspot animations inside of this button & adjust properties settings for each animation to suit.
 
3. Create your hotspot animations inside of this button & adjust properties settings for each animation to suit.
 
{| class="ts"
 
{| class="ts"
Line 22: Line 22:
 
</gallery>
 
</gallery>
 
|}
 
|}
4.
+
4. Next you need to assign your hotspot animations to each of your scene objects & position them on the screen.<br/>
 +
5. Now you need to go to '''game tab > key actions''' to sort out the key inputs that will toggle the hotspots animations on/off.<br/>
 +
6. Create a '''space''' key action & inside of this create a '''scene > fade "snoop" animations in''' action part.<br/>
 +
7. Create a '''space (released)''' key action & inside of this create a '''scene > fade "snoop" animations out''' action part.<br/>
 +
8. Now rinse & repeat the process for all the other scene objects that you want to show hotspot animations for.
 
{| class="ts"
 
{| class="ts"
 
|-
 
|-
Line 31: Line 35:
 
</gallery>
 
</gallery>
 
|}
 
|}
 
  
 
== Resources ==
 
== Resources ==

Revision as of 21:56, 31 October 2014

Name By
Hotspots (image/animation based) AFRLme


This tutorial shows you how to create hotspots (snoop animations) in Visionaire Studio. Hotspots usually consist of images, animations or text that are used to show points of interest in each scene.

Tutorial

1. First things first: you should create some images/animations via your graphic/3D editing program of choice.
2. Next thing you want to do is create a button inside of one of your interfaces & set the button type to action area.
3. Create your hotspot animations inside of this button & adjust properties settings for each animation to suit.

4. Next you need to assign your hotspot animations to each of your scene objects & position them on the screen.
5. Now you need to go to game tab > key actions to sort out the key inputs that will toggle the hotspots animations on/off.
6. Create a space key action & inside of this create a scene > fade "snoop" animations in action part.
7. Create a space (released) key action & inside of this create a scene > fade "snoop" animations out action part.
8. Now rinse & repeat the process for all the other scene objects that you want to show hotspot animations for.

Resources

Name Description
hotspot_demo.zip A working .ved file, complete with resources. Check out the readme.txt file for instructions.