Attract-Mode Support > Scripting

Checking game having a snap video

(1/1)

kent79:
I would like to improve Grid Pro again. Please teach me how to write a code. Thanks

Original :

case Transition.ToNewSelection:
         snap_t.visible = false;
         snap_t.video_flags = Vid.NoAudio;
break;


New :

case Transition.ToNewSelection:

         snap_t.visible = false;

                      if game having a snap video 
                             -> snap_t.video_flags = Vid.NoAudio;
                       else if
                             snap_t.video_flags = Vid.Default;
break;


Navigation

[0] Message Index

Go to full version