hello i'm working in a rpg game and i'm facing a little problem with my scaleform inventory, i will try to explain a little bit the escenario.
i have a hud that will display life, armor, mana, etc, it has three slot for placing inventory items that can be used in game.
my problem is that when i have the item in my inventory, i don't know how to pass the item from the inventory to the hud, i can't drag it into the hud, the item exist only in the inventory scaleform movie.
i tried to merge the inventory into the hud and using a variable to show/hide the inventory part, but there i'm facing another problem, don't know how to get the input from the player, because the hud shows the inventory, but the input from the player still moves the pawn, i can't pick a item a drag from the inventory to the hud.
any ideas on how to solve this ?
thanks in advance for all the help.
i have a hud that will display life, armor, mana, etc, it has three slot for placing inventory items that can be used in game.
my problem is that when i have the item in my inventory, i don't know how to pass the item from the inventory to the hud, i can't drag it into the hud, the item exist only in the inventory scaleform movie.
i tried to merge the inventory into the hud and using a variable to show/hide the inventory part, but there i'm facing another problem, don't know how to get the input from the player, because the hud shows the inventory, but the input from the player still moves the pawn, i can't pick a item a drag from the inventory to the hud.
any ideas on how to solve this ?
thanks in advance for all the help.
Comment