Hi,
(sorry it's my second post today but I have 2 distincts problems I can't resolve...)
I'm trying to make appear a sequence of sentences with the Touch function.
For example : Sentence_1 - The player has to click on "Next" sprite to make Sentence_1 to disappear and to make appear the sentence_2. etc.
But when I do that, whatever I use "On touched", "Is Touching", "On Tap object" (I tested all of them!!) it doesn't works correctly and ALL my sentences are disappear.
Here precisely what I did in my events (my sentences are in Text object) :
(By default, all my Texts are invisible except the first)
EVENT 1 :
Text Sentence_1 is visible ........................................ Text Sentence_1 - Destroy
Touch - On touched "NEXT"...................................... Text Sentence_2 Set visible
System - Trigger Once
EVENT 2 :
Text Sentence_2 is visible ........................................ Text Sentence_2 - Destroy
Touch - On touched "NEXT"...................................... Text Sentence_3 Set visible
System - Trigger Once
EVENT 3 :
Text Sentence_3 is visible ........................................ Text Sentence_3 - Destroy
Touch - On touched "NEXT"...................................... Text Sentence_4 Set visible
System - Trigger Once
etc, etc, etc....
But when I test it, if I touch the "Next" sprite, all my sentences are destroying at the same time. What I'm doing wrong ?
Or is it a bug with the Touch function when we test it on construct 2 via computer ? It's an app for Mobile so I don't have the choice to use "Touch" here...
thx for your help