how can i make a diamond appear in the slide "Cartographie" if the user has completed and succeeded the bonus game ?

Mar 06, 2023

I have already made a layer called diamond in the last scene G1M6. 

The idea was to create a variable called "Jeubonusdone" and make it true if the user succeed in the game, then trigger it in the slide "cartographie" by doing the trigger : show layer "diamond" when variable "Jeudone" is true. 

But it didn't seem to work. What am i doing wrong ? 

Thanks,

1 Reply
Sandeep Gadam

Hi there, I reviewed your SL file and found that just one trigger is causing the specified issue. In scene G1M6, slide 6.4, modify the existing trigger

"Show layer diamond
When timeliine starts on this slide
If Jeubonusdone is true"

to

"Show layer diamond
When vairable "Jeubonusdone" changes
If Jeubonusdone is true"

This works perfectly at my end.