x


How to link words from different scene

I have been thinking of how to do this for quite sometime but i just couldn't figure out how to get things started.

Please refer to the image for clearer view of what i am asking :)

Basically i am doing a puzzle game. So in the beginning, player will form 6 words in order to proceed to the next level. I will have a list of predefined word that player will be going to form. So the explanation of each word to be display can be predicted.

After player form 6 words, they will be proceed to the level1Complete scene that show them what 6 words they have formed. Which is shown on the top right hand corner of the picture. So the player could choose which word they were like to know details of. Then they will be proceed to the explanation scene(botton right hand corner of image). I will have a small box that contain all the six words.

Basically this is my idea. But i am totally lost and stucked for quite some time. I do not know how to get this started. I would really appreciate if someone could give me some guidance and example code to do it.

THANK YOU VERY MUCH :)) http://imageshack.us/photo/my-images/18/chinesekr.jpg/

more ▼

asked Jul 21 '11 at 07:34 AM

missypooh gravatar image

missypooh
77 33 48 50

what about my last answer in your duplicate Question?

Jul 24 '11 at 12:51 PM SisterKy

hello sisterky, i doesn't seem to get anything to work properly. That wise i opened up new questions with clearer explanation,i hope. Basically i create an empty object in the level of the scene when the word is formed. Next,i will have a displayLevelWords script to display all the words revisionControl.lvlStringList[1]=level2Words.guiText.text + " " ; But it doesn't display anything at all

Jul 24 '11 at 01:07 PM missypooh
(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

You can save your word data in your first scene to XML. Then in the next level/scene simply load the word data from that same XML.

Take a look at this script.

http://unifycommunity.com/wiki/index.php?title=Save_and_Load_from_XML

more ▼

answered Jul 21 '11 at 07:52 AM

Meltdown gravatar image

Meltdown
5.6k 18 25 49

hello. thank for the reply. Can you like give me specific example how to achieve it? Seem so confused to me on how to apply to solve my problem :(

Jul 22 '11 at 04:45 AM missypooh
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x298
x112
x84

asked: Jul 21 '11 at 07:34 AM

Seen: 748 times

Last Updated: Jul 24 '11 at 01:07 PM