sakurawar you can do whatever you want...
timer..score..on first level player needs to guess firs letter..on second random letter...
on third maybe 2 letters...
perhaps the simplest solution...add global Variable "Level" and put yours events in Grups...Group 1;Group2;Group3..
If "Level =1" set Group1 active else not active...
If "Level =2" set Group2 active else not active...
...................
this is slightly upgraded version <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">
capx> http://s000.tinyupload.com/index.php?fi ... 7122361962
there are 3 arrays.... AnimalsArray [13,4,1]
looks like:
FramesArray [13,1,1]
looks like: 0 1 2 3 4 5........12
and AlphabetArray [26,1,1]
looks like: A B C D .......X Y Z
you can ckeck also DeXVinogradov excellent little tool array-contents-editor-2d-3d-beta_t120926