Thank you very much for your reply Nickj.
I don't know about java code or programming. So I'd appreciate if you could send me an example.
By the way, I'm trying to do a game, but I have some problems. The game is a "lettersoup" I want to click at the beggining of a word and at the end of it. (When this two steps are done, then it has to appear an arrow covering the option) I tried setting variables, but they don't work as I thought they would. Here is what I've done:
In the actions of the first letter of the word:
afterdisplay Variable(Name='word',Value='0',Scope='CurrentSlide')
onclick Variable(Name='word',Value='1',Scope='CurrentSlide)
In the actions of the last letter of the word:
onclick If(Condition='#varword==1')
Display(Object='shape59',Display='Show',Effect='Object',Duration='0')
The problem is that even I don't click on the first letter of the word; if I do it on the last one, the shape59 appears anyway.
I want the shape59 appears just when the first and last letter of the word have been clicked. Is this possible?
Thank you very much for your help. I know I'm trying to do very difficult things, but I need them for my courses.
I know I can do them on java. The point is that when I run them on my website they're really slow.(It would be great to be able to do it in courselab).[:D]
Thank you very much for your help.
Thank you very much for your reply Nickj.
I don't know about java code or programming. So I'd appreciate if you could send me an example.
By the way, I'm trying to do a game, but I have some problems. The game is a "lettersoup" I want to click at the beggining of a word and at the end of it. (When this two steps are done, then it has to appear an arrow covering the option) I tried setting variables, but they don't work as I thought they would. Here is what I've done:
In the actions of the first letter of the word:
afterdisplay Variable(Name='word',Value='0',Scope='CurrentSlide')
onclick Variable(Name='word',Value='1',Scope='CurrentSlide)
In the actions of the last letter of the word:
onclick If(Condition='#varword==1')
Display(Object='shape59',Display='Show',Effect='Object',Duration='0')
The problem is that even I don't click on the first letter of the word; if I do it on the last one, the shape59 appears anyway.
I want the shape59 appears just when the first and last letter of the word have been clicked. Is this possible?
Thank you very much for your help. I know I'm trying to do very difficult things, but I need them for my courses.
I know I can do them on java. The point is that when I run them on my website they're really slow.(It would be great to be able to do it in courselab).[:D]
Thank you very much for your help.