This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-01-29 15:32:32

gummybear123pl
New Scratcher
Registered: 2011-01-18
Posts: 2

Inventory and interacting with items or other.

i have a problem with making my idventory in my game (im new i dunn0 how to do it )
also..
I need help with interacting for example :
if i have sword in my inventory i and i want to wear it but how ?
tell me plz and if u could add pictures .

Offline

 

#2 2011-01-29 17:52:19

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Inventory and interacting with items or other.

You can use lists to make an inventory. For example:

Code:

When Item clicked
hide
Add Item to Inventory

For full details on lists, check on the article on the Scratch Wiki.  smile

Wearing things is harder if you want to be able to wear combinations of things, but you could always have the character switch to a certain costume when you click on a wearable item.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#3 2011-01-30 11:43:39

gummybear123pl
New Scratcher
Registered: 2011-01-18
Posts: 2

Re: Inventory and interacting with items or other.

thx very much !!!

Offline

 

Board footer