[Thread Prev] [Thread Next]
Simple...
Look at the Project tab. You will see ALL the things that exist in
your project. I see that you have programmed the color LIME, but also
the color SKY. The instruction for "turtle touches sky" is "text1".
It simply reports the value of the text box, with no Logo command to
"catch" the value.
There is a tiny line with the color SKY just above the LIME base in
your drawing. If a turtle hits that color (usually, they ust "jump"
over it because of their "fd" value), you get the message.
Alain Tougas
alain@xxxxxxx
B: (514) 939-8700 poste 237
Le 07-06-04 à 23:45, zehava wizman a écrit :
Hi !
Alain,thanks for your good solution about coping textbox, So
simple and works so nice.
Now I have mystry problem. In the attached project, there is a
simple game : moving with arrows has to advance the Ice to touch
the ball. Each time its happened, text1 got a point,If it touches
the Lime line ,text1 loose one point (instruction within lime color).
The game works good, but sometimes, there is an error message "
I don't know what to do with -13" (-13 is example)
I dont find what is wrong with the code .
Thanks, Zehava
Alain LCSI <alain@xxxxxxx> wrote:
Hi,
Give your text box UNIQUE names. For example, the page 1 contains a
text box named textonpage1 and the page 2 contains a text box named
textonpage2. Notice the comma and the absence of quotes.
to try
textonpage2, print textonpage1
end
Alain Tougas
alain@xxxxxxx
B: (514) 939-8700 poste 237
Le 07-06-04 à 07:41, zehava wizman a écrit :
Hello Forum!
I have textbox that contents some instructions, I want to copy the
textbox with its text from page to page by a proc. I used top
select buttom copy , but it works only in same textbox.here attach
an example ( I want to copy text1 from page1 to page2)
Thanks, Zehava
Need a vacation? Get great deals to amazing places on Yahoo! Travel.
<copy_textbox.mw2>
Be a better Heartthrob. Get better relationship answers from
someone who knows.
Yahoo! Answers - Check it out.
<settext problem.zip>
Previous by thread:
Re: coping textbox with its text from page to page by interactive mode
Next by thread:
Copying a page from one project to another
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|