Inventory Plus. Versión 1.0, for Unity 3D. 3y3.net

Size: px
Start display at page:

Download "Inventory Plus. Versión 1.0, for Unity 3D. 3y3.net"

Transcription

1 Inventory Plus Versión 1.0, for Unity 3D 3y3.net

2 Index Introduction... 5 Youtube Channel... 5 Quick Start tutorial...6 Starting up the tutorial... 6 Minimum scene requirements... 6 What is the best place to add inventory?... 6 Presets and skins. Basic knowledge... 7 Tuning inventory. Basic parameters... 8 Item database. Basic setup... 9 Player Manual Show/Hide Inventory, equipment and crafting Split stacks Break Item In deep Main behavior Presets Save in play mode Persistent content and file name Inventory rows and columns Inventory help Weight mode Use experience and item levels Global visual settings Loot hint text Custom Variables Toggle keys, equipment and Crafting window Inventory Key... 19

3 Equipment setting Crafting system, visual aspect Equip/Craft alignment Visible equipment slots Skins, sounds, textures, fonts how to set the look of Inventory Plus Sound settings Inventory Settings Title settings...24 Slot Settings Equipment Settings Custom variables and custom values A bit of theory Creating Custom Variables Advanced Item Database Opening Item Database Create an Item Setting Item Parameters Crafting system Localization, how to translate literals to your own language How to create your own skin Inventory textures Slot textures...37 Equipment/Crafting textures Font faces Programming & third party integration (PlayMaker, etc) How to prepare an in scene object to receive drops from the inventory Get/Set the main variables of the inventory from an outer script Basic operations... 39

4 Experience level Inventory Weight Public methods and common functionality F.A.Q May I run Inventory Plus in Unity Free? May I run Inventory Plus in mobile devices? May I run several inventory instances in the same scene at same time?... 41

5 Introduction We are proud of announce the new Inventory Plus, the definitive asset to create AAA Inventories instantly. Inventory Plus was designed cover all fundamental aspects for any inventory system either for RPG, adventure, FPS, or any other game, providing you full control and a professional visual result. Some of the Inventory Pus features are: AAA visual inventory, equipment and crafting Looting and drop in scene system Crafting system, both Recipe (RPG like games) or Free mode (adventure like games) Player equipment and statistics Drag&drop items between inventory, equipment and crafting windows Stackable items to a predefined limit per item Customizable in game tool tip window Nine preset skins (more to come) or customize your own skin easily More than 120 configurable parameters Can set level of experience for use, craft and equip any item Optional Weight mode for inventory Customizable sounds for pick up, drop, error and equip Auto save/load inventory contents Professional custom editor Works both on Unity Free and Unity Pro Works on Mobile (*no left click implemented) Unlimited item database for equipment and consumable items Auto generated item icon from prefab, with transparent background! Three looting modes, mouse click, key press and auto collect Define minimum activation distance for loot Define your own player statistics and its values in items Customize and apply changes to the inventory in scene Professional recipe editor. Items can be combined or break into other items Translate easily to any language. Localizable strings class. Full documented API and third party integration This manual will cover all the aspects and functionality of Inventory Plus. In addition we recommend you to see our Youtube channel which has lot of tutorials, from basic to advanced, about how to use all Inventory Plus features. Anyway, we will add references to these videos along the manual when appropriate. Youtube Channel

6 Quick Start tutorial This intro will allow you setup an inventory quickly and familiarize you with basic aspects and configuration parameters of Inventory Plus. The tutorial was designed to work in conjunction with the Demo Tutorial scene of the package. If you wish a complete description of the Inventory Plus and its functionality, please jump directly to the In Deep section. Starting up the tutorial Open the Demo Tutorial scene in the Tutorial folder. The scene should contain only a directional light, a checkered terrain and a First Person Controller. If you hit play you can control the player moving around the scene. Minimum scene requirements Inventory Plus will look for a Main Camera so it is required a camera objet tagged as MainCamera in the scene. In this scene the camera is in the First Person Controller object. Test that the camera is tagged as MainCamera. What is the best place to add inventory? Some functionality in Inventory Plus uses distance from inventory to target, for example when you set the Loot minimum distance. Also, the inventory has an Audio Source to play some sounds. So the place where Inventory asset is placed is important. Usually, the best practice is in the Player game object. Drop the Inventory_3y3net script in the First Person Controller object.

7 A good practice is to create an empty GameObject, drop the Inventory_3y3net in this GameObject and place the game object in the player so you can set the Inventory transform just where you wish. Presets and skins. Basic knowledge If you run your scene immediately after adding the Inventory_3y3net script, you will show only an ugly box without any details, slots, textures The quick and easiest way to get a full skinned inventory is use the Presets. Version 1.0 comes with nine presets, three in SciFi look, three in fantasy/adventure look and three in horror look. We promise to add more presets in future updates (by the way, if you have a good proposal for a preset, request it in [email protected]). Click on the Third Person Controller that contains the Inventory Script you just dropped and select any of the presets in the inspector until you get the preferred one. Now the look of your inventory will be simply awesome!

8 If you play around the Inventory editor you will see some buttons, Inventory settings, Title settings, Slot Settings and Equipment Settings. We will cover in deep these sections later, but by now, do not hesitate to touch, modify and play with any of the value in these sections. You can restore de default values simply by clicking in any preset button. Tuning inventory. Basic parameters Although Inventory Plus has good online help and most of the fields in editor are selfexplanatory, it has more than 120 parameters the user can change. Most of these parameters can be used by default as it only changes very specific aspects of the Inventory, others not. The most basic parameters of Inventory Plus are: Inventory Rows and Columns: Set the number of rows and columns of the Inventory and therefore the number of slots. Inventory Help: Will display an icon in the top left corner of the inventory. When the player mouse over this icon a tooltip window will be displayed with basic info about the inventory.

9 Title text. Is the text to display in the inventory title. Tooltip on mouse over. If this check is on, a tooltip with all item information will be displayed every time the user mouse over any item in the inventory. The look of the tooltip will be similar to the general skin selected. Inventory Alignment: Set the position of the inventory in the screen. The inventory layout is really flexible and allows you to set horizontal or vertical style inventories. These are the very basic Inventory Plus configuration capabilities. For a comprehensive description of all properties, please see the Inventory Editor Reference section or In Deep section. Now is time to fill up the inventory with items and see Inventory Plus in action. But first stop the scene! Item database. Basic setup The Item Database is a list which contains all different kinds of items the inventory can hold. Moreover, it contains a complete description of each of these Items, such as name, icon, if can be stacked in the slot, stack limit, etc It must be manipulated with scene stoped, remember this. Initially the Item database is empty and you need to add as much items types as you will use in your game. Add an Item is really easy, simply drop the prefab in the Prefab, field and automatically an icon will be rendered (with a nice transparent background!) or, if you prefer, set your own icon. Follow these instructions:

10 1) Add two new items to Item Database by click two times the Add New Item or directly typing 2 in the Number of Items field. 2) Open Item 00 by clicking the button. Dont panic!! Item description is, by far, the most complete and important part of the inventory setup. In this section you define the behavior of the items, if the prefabs can be looted or dropped in the scene, the custom statistics for each item, description text, how can they be combined to create other items, if can be broke in parts, etc

11 3) Now go to prefabs folder in the demo project folder and drop the BlueSphere prefab in the prefab field. Set the name to Sphere and type any description you wish. 4) Repeat the process with the ComplexObject prefab in the Item1 item of the database. Give this item the name Blue Bomb and any description you wish. The final aspect of the Item Database should be as this: By the way, did you notice that the icon is automatically generated? Nice... 5) If you wish to see some items really inside your inventory, open each of the items in the item database and set the Lootable flag to true. 6) Then drop some prefabs in scene.

12 7) Now play the scene and get the player close to any of the items... nice, uh? Do not hesitate to play around changing values and seeing results. If you wish a complete definition of how to setup items see the Inventory Editor Reference section or In Deep section. The tutorial folder also contains the demo finished, if you have some troubles doing this tutorial, open this scene and compare with yours.

13 Player Manual Before go in deep on how to configure Inventory Plus you need to know the basic Player Manual, that is, what can the player do and how. Show/Hide Inventory, equipment and crafting There is a toggle key assigned for each window. Bu default I for inventory, E for equipment and C for crafting. In addition, each window has a close button in the top right corner. Split stacks If a slot contains a stack of items, this stack can be split by right clicking on it. The contextual menu allows the user to select the number of items to split. Break Item If the itam has beed designed to be breakable, the player can break it by right clicking in the slot. The contextual menu allows the user to select the number of items to break.

14 In deep At this point you are supposed to know how to create an Inventory, where is the best place to drop it in scene and the very basic aspects of item configuration and setup. Now is time to move to serious things and learn how to configure all aspects of the most powerful inventory asset! Main behavior This section will cover comprehensively all the configuration parameters of the inventory. Some of the descriptions have been shown in previous sections. Presets The fastest way to get your inventory ready is to use one of the nine existing presets. Simply by clicking in any of the buttons all the main parameters will be set to the selected preset. We keep our promise for adding new presets in future updates (want to know a secret? We are now cooking the Military and Toon presets and will be ready soon!) Feel free to modify any of the presets, change sizes, textures, etc... Remember that you can get back to the original preset simply by clicking again the button. Save in play mode

15 One of the best things in Inventory Plus is that you can play your scene and visually change textures, fonts, sizes or any other parameter in the editor. Once you stop the scene, all the changes will persist. This allows you a smooth control over the visual aspect of your Inventory. To activate this feature simply check on the toggle button. Persistent content and file name Inventory Plus takes care of saving and reloading inventory and equipment contents making persistent any changes that happens in game. Check on the Persisten content toggle, give an unique file name and forget about saving and loading your game inventory data. Inventory rows and columns Set the number of rows and columns of your inventory and take a peek at the visual aspect of it. Rows can be set between 1 and 10, columns can be set between 1 and 15. Inventory help If you set on this toggle a help icon will be displayed in the top left corner of the inventory. When user mouse over this icon a Inventory Status tooltip will be displayed with information about total slots, free slots, inventory mode, etc...

16 Weight mode By default, the inventory has no limit in the weight of the items the user can carry. If you wish to limit the total weight allowed, simply check on the toggle and set the maximun weight allowed. Once set, Inventory Plus does not allow the user to add items exceeding this limit and an error sound will be played. Use experience and item levels Inventory Plus can limit how the player can user, craft or equip the items by an experience/level system. Check on the Use experience toggle and set the current exprience (this value is public and can be changed by API and third party assets), and the player will limited to use, craft or wear items of less or equal experience than current. Global visual settings This section will cover four different visual aspects of the inventory: 1) Title text. Is the text to display in the inventory title. 2) Tooltip on mouse over. If this check is on, a tooltip with all item information will be displayed every time the user mouse over any item in the inventory. The look of the tooltip will be similar to the general skin selected.

17 3) Inventory alignment. Set the position of the inventory in the main screen. Can be either Top Left, Top Center, Top Right, Middle Left, Middle Center, Middle Right, Bottom Left, Bottom Center or Bottom Right. 4) Inventory padding. Set the distance between the inventory and the border of the screen. Loot hint text Inventory Plus has an automatic looting system so the player can loot any object in the scene if is listed in the Item Database (see section Item Database) You can set the Text color, outline

18 color, font and size of the hint text that will appear when an Item is lootable in scene. NOTE: The content of this hint text is set in the Item definition (see section Item Database). Custom Variables See section Custom Variables and Custom Values. Toggle keys, equipment and Crafting window Click on the blue button Keys, Equipment and Crafting to show all the options.

19 Inventory Key Set the toggle key to show/hide the inventory window. By default is set to key I Equipment setting Inventory Plus comes with a complete equipment and player stats system. This section will cover how to configure the main visual aspects of the equipment system. 1) Equipment box: Check on this toggle to activate all the equipment features. 2) Equipment Key: Define the show/hide toggle key for equipment. By default is set to E. 3) Player stats: Finally, you can set on or off the visual player statistics. Take a look at the different equipment layouts with and without stats. NOTE: Equipment slots and player stats can be defined by you, see Equipment Slots and Custom Variables sections. Player stats ON Player stats OFF

20 Crafting system, visual aspect Inventory Plus provides a very powerful crafting system. This section will cover how to configure the Crafting visual aspect and behavior. 1) Crafting box: Check on this toggle to activate all the crafting features. 2) Crafting Key: If you set on the Crafting box check, you can define the show/hide toggle key for crafting window. By default is set to C. 3) Crafting Mode: Inventory Plus provides two crafting modes. The Recipe Mode will display a full list with all recipes and descriptions, using a color code to tell the user which recipes can be crafted based on the items he has in the inventory. This is the classical Crafting system for RPG games. The Free Mode will display an empty box where the user can drop items with no clue on how to combine them. All the items that can be crafted with the dropped elements will be displayed in the bottom of this box. This is the classical Crafting system for adventure games. Crafting Window in Recipe Mode

21 Crafting window in Free Mode 4) Order by / Sort by: If Recipe Mode is set you can show the recipe list plain or grouped by Slot. You can set also the order of the recipes by either, Item leve, alphabetically or by weight. Take in mind that if the list is grouped, the order will be applied inside each of the groups. Equip/Craft alignment Set the relative position of the equipment and crafting window relative to the inventory window. You cat set it to either, Top, Doen, Left or Right. Select an aligmnt that match well with the Globa Inventory Aligment. For example if your inventory is 2x8 and bottom center aligned, the best equipment/crafting aligment will be Top because if you set Down the equip/craftwill be displayed out of the screen! Visible equipment slots In this section you define how many slots does the equipment window has.

22 Simply toggle on or off the desired slots and automatically the equipment window will be set to the appropriate look. For example: Skins, sounds, textures, fonts how to set the look of Inventory Plus This section will cover all the visual and audio settings for the inventory Sound settings Click on the blue button Sound Settings to show all the options. Simply drop the audio files on each of the fields. Inventory Plus plays sound when drag, drop and equip an item and when any error happens.

23 Inventory Settings Click on the blue button Inventory Settings to show all the options. In this section you configure the mains visual aspects of textures, borders and shapes of the inventory. 1) Icon Layout: Can be set to Mode Normal or Mode Exagon. The first mode will display a grid layout for the inventory slots. The second one will use a zigzag layout suitable for exagon slots. See pictures bellow. Normal Mode Hexagon Mode 2) Inner padding: Set the internal padding between the borders of the inventory and the inner slots. 3) Draw box: If not set, Inventory Plus will draw only the slots in the screen, with no borders, title nor background. 4) Background texture: The texture picture to draw as inventory background.

24 5) Crop background: If set, the background texture wont be resized and will be cropped to the inventory size. If not set the texture will be redimensioned to the inventory size. 6) Horizontal border: The texture to draw in top and down borders. 7) Vertical border: The texture to draw in left and right borders. 8) Corner: The texture to draw on each corner of the inventory. Title settings Click on the blue button Title Settings to show all the options. In this section you configure the visual aspects of the title of the inventory. 1) Title texture: The texture to draw in the inventory title. 2) Title size: Size for the title 3) Title aspect ratio: This option will change the height/width relation for the title. 4) Title alignment: Set the alignment of the title. The title will be allways draw in top of the inventory, but you can set alignment to Left, Center or Right. 5) Horizontal padding: This option set the horizontal padding of the title respect to the inventory. Use this option if you wish to slightly move the title left or right. 6) Vertical padding: This option set the vertical padding of the title respect to the inventory. Use this option if you wish to slightly move the title up or down. 7) Title color: The color for the text in the title. 8) Title outline color: The color for the outline text in the title. 9) Title font type: Font to use in the title

25 10) Font size: Font size for the title 11) Text vertical padding: This option set the vertical padding of the title text respect to the title texture. Use this option if you wish to slightly move the title text up or down. Slot Settings Click on the blue button Slot Settings to show all the options. In this section you configure the visual aspects of the slots of the inventory. 1) Cell size: The size of the slot in the inventory. 2) Cell padding: The padding between slots in the inventory. 3) Icon scale: The scale of the icon to display respect the size of the cell. Sometimes the icon fills the whole slot and some parts falls out (for example, because the slots has circular or hexagonal shapes) With this option you can resize the icon to fit exactly the size of the slots. 4) Empty slot texture: The texture to draw in the background of emplty slots. 5) Filled slot texture: The texture to draw in the background of fill slots. 6) Slot frame texture: The texture to draw over each slot. Is a frame to get a superb visual aspect.

26 7) Highlighted slot texture: The texture to draw in the background of slots when the mouse is over. 8) Stack alignment: When a slot contains a stackable item, a small number will be draw to show the amount of items stacked in this slot. This option will set the alignment for this text. 9) Stack text color: The color for the stack text. 10) Stack text outline color: The color for the outline stack text. 11) Font type: Font to use in the stack text. 12) Stack Font size: Font size for the stack text. Equipment Settings Click on the blue button Equipment Settings to show all the options. In this section you configure the visual aspects of the equipment of the inventory. 1) Equipment size: The size of the equipment window.

27 2) Equipment padding: The padding of the equipment window respect the inventory window. 3) Equipment background: The background texture for the equipment window. 4) Crop background: If set, the background texture won t be resized and will be cropped to the equipment size. If not set the texture will be dimensioned to the equipment size. 5) Equipment silhouette: The texture for the silhouette in the equipment. 6) Empty slot texture: The texture to draw in the background of empty slots. 7) Filled slot texture: The texture to draw in the background of fill slots. 8) Slot frame texture: The texture to draw over each slot. Is a frame to get a superb visual aspect. 9) Highlighted slot texture: The texture to draw in the background of slots when the mouse is over. 10) Show slots hints: If set, a small text will be draw on each equipment slot showing the slot function. 11) Equipment text color: The color for the equipment hint text. 12) Equipment text outline color: The color for the outline equipment hint text. 13) Equipment type: Font to use in the equipment hint text. 14) Equipment Font size: Font size for the equipment hint text. Custom variables and custom values One of the most powerful features of Inventory Plus is the Custom variables and custom values. A bit of theory A custom variable is a value you can define and set for any item. You can define as many custom variables as you wish and use then in runtime. Moreover, the player stats system is fully integrated with the Custom Variables you define. For example, if you wish a game where the player stats are Strength, Attack, Armor and Magic simply create this variables in the Custom Variable section and set the values for each item in the Item database (see next section). But Custom Variables are not limited only to player stats. You can use them to store values for consumable items (like live potions, temporary shields, whatever you want) and create items with its own values for this variables. Creating Custom Variables To create your Custom Variables click on the green button Add New Custom Variable or set directly the number of variables to create. To show or hide the custom variables click the small

28 green button Show Custom Variables. Once you create the custom variable you should to set its values. 1) Name: Is the name of the variable. This name will be used to display in the tooltip and stats (if Show in tooltip or is stat is set) and also to set the value for this variable on each item (see section Item Database below) 2) Show in tooltip: The name and value of this variable will be displayed in the item tooltip. 3) Is stat: The stat will be displayed in the stat section of the equipment window and Inventory Plus will sum the values of all items in the equipment which has set this variable. 4) Variable color: The color for the name of the variable in the tooltip and equipment stat window. 5) Value color: The color for the value of the variable in the tooltip and equipment stat window. Create as many Custom Variables as you wish and use them in the Item Database definitions. Also, there are API functions to retrieve Custom Values from items in runtime. So you can store and retrieve your own values for each item, for example, a chance of an item to be poisoned, and apply in runtime. Advanced Item Database The Item Database is the true hearth of your inventory. Here you will define all the kinds of items the player can use, wear, drop, loot, craft, etc... The values for the custom variables you wish to set on each item and the craft recipes. Each Item has lot of configurable parameters but most of them can be used by default.

29 Opening Item Database To open the Item Database click on the blue button Item Database Create an Item To create an item simply click in Add New Item button or directly set the total amount of items to be created.

30 Setting Item Parameters Don t panic! In five minutes you will be familiar with all item options and moreover, you will find confortable settings all the values. 1) Prefab: First of all, it is not mandatory to use a prefab to define an item. You can simply use an icon texture and define most of the values of the item. When do you should use prefabs? If the item can be looted from the scene, or can be dropped you must set the prefab. IMPORTANT! Do not drop a scene game object here. Instead drop the Project original prefab. Otherwise the Inventory won t work properly.

31 Never drop the prefab from the scene. Instead drop it from the Project Inspector. 2) Label: The name for the item. This name will be used to display the item name in tooltip, equipment and even in scene hints. 3) Description: The full description for the item. This name will be used to display the item name in tooltip and equipment windows. 4) Needed experience: The needed experience to use, wear, craft or break the item. This value will be used only if Use experience is on in the main inventory settings. Otherwise, will be ignored. 5) Icon: The icon texture to display in the inventory. If you drop a prefab for the item and nice icon will be automatically generated. 6) Item type: The type of item. If you set the item to an equipment slot then the player could wear the item in this slot. 7) Item weight: Weigh of the item. This value will be used only if Weight inventory is on in the main inventory settings. Otherwise, will be ignored. 8) Custom values: Here you can set the item values for any of the Custom Variables defined in the inventory.

32 To create custom values simply click in Add New Custom Values button or directly set the total amount of values to be created. To show or hide the custom values click the small green button Show Custom Values. Custom values are really easy to set, first select the variable name from the drop down list. Here you will see all the Custom Variables you defined in the Inventory. Finally set the value for this variable in this type of item. If the value is for a stat variable, you can use the plus + or minus signs or nothing. But it is needed a numerical value because all this variables will be sum in the equipment stats window. Set all the variables you wish for the item.

33 9) Lootable: If you drop a prefab for the item, a toggle button for Lootable will appear. If you set to on, the player can loot all the game objects of this prefab directly in scene. If you set lootable to on the new options will be displayed. Looting mode: Set the looting mode for this item. Can be set to a) Mouse Click: The player must click on the scene game object to loot it. b) Key Press: The player mus click a specific key to loot the game object from the scene. If you select KeyPress then you must select the Key to loot the item. By default is set to G. c) Autocollect: The player simply need to walk over the game object to loot it. Activation radio: Is the minimum distance needed to be able to loot the item. Loot hint mode: Set the hint to display in scene when the user is able to loot an item (the item is lootable and is close enough to be looted) The available options are:

34 a) Loot instructions only: Display a hint text with instructions (mouse click or specific key to loot) b) Loot instructions and item name: Similar to previous but with the item name. c) Loot instructions and full tooltip: Displays the loot hint and the tooltip for this item d) None: Does not display anything at all Can be dropped: If set, the user can drop the item from inventory to scene. 10) Can be stacked: If set, then the item can be stacked in an inventory slot up to the limit you set in Max Stack Size. 11) Can be crafted: If you set on this toggle a new bunch of fields will be displayed. These are the heart of the recipes/crafting system. Can be decomposed: Set on if the item not only can be crafted but also can be decomposed in other items. Crafting system The first step for create crafting recipes is to add as many components to the list as ingredients you need. To create new components click on the green button Add New Component to Craft List or set directly the number of components to create. To show or hide the component list click the small green button Show Craft Values. Each craft component has the following values:

35 Component#: Is the item from the database. The entire item from the database will be listed in the drop down. Simply select the desired one. Needed items: The numner of items of this type needed to craft. Decomposed items: The number of resulting items of this type when you broke up the item. You can add as many ingredients as you wish to each recipe. Once you finish, Inventory Plus will automatically set the Recipe/Craft system for in game use.

36 Localization, how to translate literals to your own language Most of the text to display is directly set by you in the item database, inventory title, etc.. But there are some other literals that are automatically displayed by the inventory system. If you wish to translate this text to your own language simply open the Scripts/InventoryLocalization_3y3net file and change all the literals you wish. It is recommended to make a copy of the original file.

37 How to create your own skin Inventory Plus comes with 9 nice presets and the promise of create more and more in next updates. But for sure you may wish to use your own inventory background texture, or slot frame or equipment silhouette, etc... This section will cover the image types and sizes needed to set your own skin. Inventory textures 1) Background texture: 1024 width x 1024 height 2) Vertical border texture: 20 width x 1024 height (automatically cropped) 3) Horizontal border texture: 1024 width x 20 height (automatically cropped) 4) Corner texture: 20 width x 20 height 5) Title texture: 512 width x 128 height Slot textures 1) Empty background texture: 256 width x 256 height 2) Filled background texture: 256 width x 256 height 3) Border frame texture: 256 width x 256 height 4) Highlighted background texture: 256 width x 256 height Equipment/Crafting textures 1) Background texture: 1024 width x 1024 height 2) Silhouette: 512 width x 512 height 3) Empty background texture: 256 width x 256 height 4) Filled background texture: 256 width x 256 height 5) Border frame texture: 256 width x 256 height 6) Highlighted background texture: 256 width x 256 height Font faces You can set the font faces for these elements. 1) Loot in scene hint (main section on the editor) 2) Inventory title font face (title settings section) 3) Slot stack amount figure (slot settings section) 4) Equipment hint text (equipment settings section) A good practice is import your textures to a specific folder (remember to set alpha transparency if needed) and drop each texture in the field of the inventory inspector you wish.

38 Programming & third party integration (PlayMaker, etc) Inventory Plus has a public API and supports both direct calls to methods or messages from third party assets. You can take a look at the compelte API documentation at: Here we will describe some basic tutorials to know how to interact with the script and integrate with third party assets. How to prepare an in scene object to receive drops from the inventory When the player drops an item from inventory to scene Inventory System will raytrace to the destination position. If there is an object chich implements the method: void DropTrigger(Inventory_3y3net inventory) Then the system will send a message to this game object method and set some public variables to inform the destination method which type of drop is performed. 1. public int triggeroriginslot: The slot index of the inventory from where the drop comes 2. public int triggeritemindex: The itemdatabase item index 3. public int triggeritemamount: The ammount of items dropped 4. public DragOrigin triggerdragorigin: The window from where the drag is originated, can be either Inventory, Equipment or Crafting A simple implementation of this script can be tested in the Demo Scene Programmer : Get/Set the main variables of the inventory from an outer script Sometimes you will need to get or set some inventory variables, for example increase the Inventory Experience Level to allow the player wear or craft some items, or increase the total weight allowed by the inventory etc...

39 Inventory Plus provides two methods to access main variables, the first and most direct method is simply by setting the these variables as they are public. The second is by Messaging from other scripts, this is very common method for third party assets like PlayMaker. You can get the complete list of public variables and methods from the documentation (see link above) but we wish to list the most common methods and variables a game designer may use. Basic operations showinventorywindow: Show inventorey window hideinventorywindow: Hide inventorey window showequipmentwindow: Show equipment window hideequipmentwindow: Hide equipment window showcraftingwindow: Show crafting window hidecraftingwindow: Hide crafting window Experience level The public variable name is currentexperience, so simply access to it to set or get the value. If you are using PlayMaker or similar, send one of this Messages to the inventory object: setexperience(int val): Send the desired experience as parameter in the message int getexperience: Returns the current experience in the inventory Inventory Weight The public variable name is maxweight, so simply access to it to set or get the value. If you are using PlayMaker or similar, send one of this Messages to the inventory object: setmaxweight(int val): Send the desired max weight as parameter in the message int getmaxweight: Returns the current max weight in the inventory These are other weight functions very usefull: int currentweightofinventory: Get the current used inventory weight. int availableweightofinventory: Get the current available inventory weight. Public methods and common functionality Inventory Plus provide a wide range of methods to cover the functionality you may need when developing your game. We encourage you to see the full documentation, this is only a subset of the existing methods. int freeslots: Get the number of free slots in the inventory. int firstfreeslots: Return the first slot index free.

40 int numberofitemsininventory(int itemid): Return the amount of items of specific type in the inventory. bool inventoryweightfor(int itemid, int numitems): Looks if there is enougth weight capacity to store the items provided. bool inventoryroomfor(int itemid, int numitems): Looks if there is enougth room capacity to store the items provided. bool AddItemToInventory(int itemid, int numitems, int atindex): Add numitems Item of type itemid to the inventory at specific slot in atindex. int getequipmentfor(inventoryitem_3y3net.equipmentslot slottype): Get the itemid for a specific equipment slots. EqSlotData[] getequipmentslots():get all the equipment slots content. int[] getinventorystacks():get the amount of items in each slot of inventory int[] getinventoryslots():get all the inventory slots content

41 F.A.Q. May I run Inventory Plus in Unity Free? A: Yes May I run Inventory Plus in mobile devices? A: Yes, there are no limitations for mobile others than screen size. Just remember that there is no right click contextual menu. May I run several inventory instances in the same scene at same time? A: There are no limitations on this aspect. Just remember you can only drop items in its corresponding inventory.

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

The Car Tutorial Part 1 Creating a Racing Game for Unity

The Car Tutorial Part 1 Creating a Racing Game for Unity The Car Tutorial Part 1 Creating a Racing Game for Unity Introduction 3 We will show 3 Prerequisites 3 We will not show 4 Part 1: Assembling the Car 5 Adding Collision 6 Shadow settings for the car model

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Catalog Creator by On-site Custom Software

Catalog Creator by On-site Custom Software Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Sweet Home 3D user's guide

Sweet Home 3D user's guide 1 de 14 08/01/2013 13:08 Features Download Online Gallery Blog Documentation FAQ User's guide Video tutorial Developer's guides History Reviews Support 3D models Textures Translations Forum Report a bug

More information

Netigate User Guide. Setup... 2. Introduction... 5. Questions... 6. Text box... 7. Text area... 9. Radio buttons...10. Radio buttons Weighted...

Netigate User Guide. Setup... 2. Introduction... 5. Questions... 6. Text box... 7. Text area... 9. Radio buttons...10. Radio buttons Weighted... Netigate User Guide Setup... 2 Introduction... 5 Questions... 6 Text box... 7 Text area... 9 Radio buttons...10 Radio buttons Weighted...12 Check box...13 Drop-down...15 Matrix...17 Matrix Weighted...18

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

More information

ADOBE ACROBAT 7.0 CREATING FORMS

ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS...2 Getting Started...2 Creating the Adobe Form...3 To insert a Text Field...3 To insert a Check Box/Radio

More information

Chapter 15 Using Forms in Writer

Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer OpenOffice.org Copyright This document is Copyright 2005 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify

More information

How To Avoid Spam On Mailchimp

How To Avoid Spam On Mailchimp Welcome to MailChimp. Email doesn't need to be overwhelming. This guide will help you get your first campaign off the ground. We ll also offer tips for managing your list, viewing your reports, and making

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

Introduction to scripting with Unity

Introduction to scripting with Unity Introduction to scripting with Unity Scripting is an essential part of Unity as it defines the behaviour of your game. This tutorial will introduce the fundamentals of scripting using Javascript. No prior

More information

+ Create, and maintain your site

+ Create, and maintain your site T4 Basics Version 1.0 + Create, and maintain your site With T4, you are in control of the content of your website. Feel free to be creative, and keep your site up to date. Few of T4 Features Media Library

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site

DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site Page 1 of 22 DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site Before you create your Web site, ask yourself these questions: What do I want the site to do? Whom do I want to visit

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

RDM+ Remote Desktop for Android. Getting Started Guide

RDM+ Remote Desktop for Android. Getting Started Guide RDM+ Remote Desktop for Android Getting Started Guide RDM+ (Remote Desktop for Mobiles) is a remote control tool that offers you the ability to connect to your desktop or laptop computer from Android device

More information

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

To change title of module, click on settings

To change title of module, click on settings HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine The Blender Game Engine This week we will have an introduction to the Game Engine build

More information

4.3. Windows. Tutorial

4.3. Windows. Tutorial 4.3 Windows Tutorial May 2013 3 Introduction The best way to get started using Wirecast is to quickly work through all its main features. This tour presents a series of three tutorials, each designed

More information

13-1. This chapter explains how to use different objects.

13-1. This chapter explains how to use different objects. 13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-9 13.4. Set Word... 13-11 13.5. Function Key... 13-18 13.6. Toggle

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Tutorials. If you have any questions, comments, or suggestions about these lessons, don't hesitate to contact us at [email protected].

Tutorials. If you have any questions, comments, or suggestions about these lessons, don't hesitate to contact us at support@kidasa.com. Tutorials The lesson schedules for these tutorials were installed when you installed Milestones Professional 2010. They can be accessed under File Open a File Lesson Chart. If you have any questions, comments,

More information

User s Manual CAREpoint EMS Workstation D-Scribe Reporting System

User s Manual CAREpoint EMS Workstation D-Scribe Reporting System 1838021B User s Manual CAREpoint EMS Workstation D-Scribe Reporting System EDITORS NOTE FORM BUILDER IS A PART OF D-SCRIBE S REPORTING SYSTEM (D-SCRIBE S FORM BUILDER). FORMS WHICH ARE CREATED AND/OR USED

More information

Quick Reference Guide

Quick Reference Guide Simplified Web Interface for Teachers Quick Reference Guide Online Development Center Site Profile 5 These fields will be pre-populated with your information { 1 2 3 4 Key 1) Website Title: Enter the name

More information

Creating Hyperlinks & Buttons InDesign CS6

Creating Hyperlinks & Buttons InDesign CS6 Creating Hyperlinks & Buttons Adobe DPS, InDesign CS6 1 Creating Hyperlinks & Buttons InDesign CS6 Hyperlinks panel overview You can create hyperlinks so that when you export to Adobe PDF or SWF in InDesign,

More information

Scripting in Unity3D (vers. 4.2)

Scripting in Unity3D (vers. 4.2) AD41700 Computer Games Prof. Fabian Winkler Fall 2013 Scripting in Unity3D (vers. 4.2) The most basic concepts of scripting in Unity 3D are very well explained in Unity s Using Scripts tutorial: http://docs.unity3d.com/documentation/manual/scripting42.html

More information

Ansur Test Executive. Users Manual

Ansur Test Executive. Users Manual Ansur Test Executive Users Manual April 2008 2008 Fluke Corporation, All rights reserved. All product names are trademarks of their respective companies Table of Contents 1 Introducing Ansur... 4 1.1 About

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials Manual FastTrack Schedule Documentation Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Copyright 2006 TechSmith Corporation. All Rights Reserved.

Copyright 2006 TechSmith Corporation. All Rights Reserved. TechSmith Corporation provides this manual as is, makes no representations or warranties with respect to its contents or use, and specifically disclaims any expressed or implied warranties or merchantability

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

Creating Forms with Acrobat 10

Creating Forms with Acrobat 10 Creating Forms with Acrobat 10 Copyright 2013, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Kyubit Business Intelligence OLAP analysis - User Manual

Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence www.kyubit.com Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence 2016, All

More information

Introduction to ProForm Rapid elearning Studio. What is ProForm? The ProForm Course Authoring Tool allows you to quickly create

Introduction to ProForm Rapid elearning Studio. What is ProForm? The ProForm Course Authoring Tool allows you to quickly create Introduction to ProForm Rapid elearning Studio The ProForm Rapid elearning Studio includes the ProForm Course Authoring Tool, the SWiSH Rapid Animation Tool, and the RapidCam Screen Recording Tool. This

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Digital Signage with Apps

Digital Signage with Apps Version v1.0.0 Digital Signage with Apps Copyright 2012 Syabas Technology, All Rights Reserved 2 Digital Signage with Apps Project...6 New Project...6 Scheduler...6 Layout Panel...7 Property Panel...8

More information

Creating a Poster Presentation using PowerPoint

Creating a Poster Presentation using PowerPoint Creating a Poster Presentation using PowerPoint Course Description: This course is designed to assist you in creating eye-catching effective posters for presentation of research findings at scientific

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Joomla Article Advanced Topics: Table Layouts

Joomla Article Advanced Topics: Table Layouts Joomla Article Advanced Topics: Table Layouts An HTML Table allows you to arrange data text, images, links, etc., into rows and columns of cells. If you are familiar with spreadsheets, you will understand

More information

Auto Clicker Tutorial

Auto Clicker Tutorial Auto Clicker Tutorial This Document Outlines Various Features of the Auto Clicker. The Screenshot of the Software is displayed as below and other Screenshots displayed in this Software Tutorial can help

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Florence School District #1

Florence School District #1 Florence School District #1 Training Module 2 Designing Lessons Designing Interactive SMART Board Lessons- Revised June 2009 1 Designing Interactive SMART Board Lessons Lesson activities need to be designed

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

Tutorial for Tracker and Supporting Software By David Chandler

Tutorial for Tracker and Supporting Software By David Chandler Tutorial for Tracker and Supporting Software By David Chandler I use a number of free, open source programs to do video analysis. 1. Avidemux, to exerpt the video clip, read the video properties, and save

More information

SMART Notebook 10 User s Guide. Linux Operating Systems

SMART Notebook 10 User s Guide. Linux Operating Systems SMART Notebook 10 User s Guide Linux Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at www.smarttech.com/registration.

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

Outlook Tips & Tricks. Training For Current & New Employees

Outlook Tips & Tricks. Training For Current & New Employees Outlook Tips & Tricks Training For Current & New Employees The workshop will help build the necessary skills needed to begin using Microsoft Outlook 2010. The participant will learn how to create e-mail

More information

Bank Account 1 September 2015

Bank Account 1 September 2015 Chapter 8 Training Notes Bank Account 1 September 2015 BANK ACCOUNTS Bank Accounts, or Bank Records, are typically setup in PrintBoss after the application is installed and provide options to work with

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. [email protected]

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. [email protected] 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Create a Google Site in DonsApp

Create a Google Site in DonsApp Create a Google Site in DonsApp 1 Google Web Site Interactive. Constructivist. Collaborative. Communities. WHAT IS GOOGLE SITE? With one single click, you can create a website without any knowledge of

More information

CAPITAL V8. Capital Business Software Tutorial Series. Introduction to Capital Business Manager V8 User Interface 1.2

CAPITAL V8. Capital Business Software Tutorial Series. Introduction to Capital Business Manager V8 User Interface 1.2 CAPITAL V8 Capital Business Software Tutorial Series Introduction to Capital Business Manager V8 User Interface 1.2 C A P I T A L O F F I C E B U S I N E S S S O F T W A R E Capital Business Software Tutorial

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

SketchUp Instructions

SketchUp Instructions SketchUp Instructions Every architect needs to know how to use SketchUp! SketchUp is free from Google just Google it and download to your computer. You can do just about anything with it, but it is especially

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

Barcode Labels Feature Focus Series. POSitive For Windows

Barcode Labels Feature Focus Series. POSitive For Windows Barcode Labels Feature Focus Series POSitive For Windows Inventory Label Printing... 3 PFW System Requirement for Scanners... 3 A Note About Barcode Symbologies... 4 An Occasional Misunderstanding... 4

More information

Charts for SharePoint

Charts for SharePoint KWizCom Corporation Charts for SharePoint Admin Guide Copyright 2005-2015 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2 Canada E-mail:

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

PDF Web Form. Projects 1

PDF Web Form. Projects 1 Projects 1 In this project, you ll create a PDF form that can be used to collect user data online. In this exercise, you ll learn how to: Design a layout for a functional form. Add form fields and set

More information

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review.

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review. Gonzaga University s content management system (CMS) is a software program that allows individuals to create and edit departmental websites. This tutorial demonstrates commonly used CMS functions. For

More information

BD CellQuest Pro Software Analysis Tutorial

BD CellQuest Pro Software Analysis Tutorial BD CellQuest Pro Analysis Tutorial This tutorial guides you through an analysis example using BD CellQuest Pro software. If you are already familiar with BD CellQuest Pro software on Mac OS 9, refer to

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Publisher 2010 Cheat Sheet

Publisher 2010 Cheat Sheet April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices

More information

Configuring the JEvents Component

Configuring the JEvents Component Configuring the JEvents Component The JEvents Control Panel's Configuration button takes you to the JEvents Global Configuration page. Here, you may set a very wide array of values that control the way

More information

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register.

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register. Tools Section Barcode Printing These are basic instructions for Version 7 Polling barcode printing. Users will need to have a PLU/UPC file containing either UPC-A, UPC-E, EAN 13 or EAN 8 numbers, label

More information

Appointment Scheduler

Appointment Scheduler EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information