[Thread Prev] [Thread Next]
On 5 Feb 2006 at 21:13, zehava wizman wrote:
> hello forum
> here attached a project with starting game designed. I faced
> wth some problems.
>
> 1. I want the program will identify after shoot4 that its
> stage is finished and will return to the main page, I
> tried it with the command of "if "button5 "on? [page1]" (in
> shoot procedure) and it's didn't work.
Hi zehava,
Why not just:
to shoot4
shoot
t5, ht
page1
end
> 2. In the aim there are two turtles(t6, t8) ,inorder to
> identify the touching, I want to put the touching command
> in shoot procedure, but each time there is another turtle
> in the gun. I think its can be done with who, but I dont
> know how to use it.
I see. You are talking about page3.
Isn't the bullet always t7 and the center of the target
always t8? Why can't it be:
if touching? "t7 "t8 ....
Daniel
*****************************
OpenWorld Learning
http://www.openworldlearning.org
Previous by thread:
problem with gun game
Next by thread:
touching command using WHO
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.
|