Checking if a variable has a certain value? (1 Viewer)

ddlooping

MP Donator
  • Premium Supporter
  • November 23, 2008
    80
    5
    Home Country
    United Kingdom United Kingdom
    Hello :)

    I'm trying to "tweak" the movingpictures.xml in the MediaStream skin and would need to know how you check if a variable has a certain value.

    For example, so a control (image type) appears when the user score for a movie equals 6, what code do you need to use?

    I've tried ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score(6)</visible>
    ... and ...
    <visible>facadeview.filmstrip+Control.IsVisible(50)+#MovingPictures.SelectedMovie.user_score==6</visible>
    but neither are working.

    Hardly surprising, I know. as it is only guess work. :D

    TIA. ;)
     

    ddlooping

    MP Donator
  • Premium Supporter
  • November 23, 2008
    80
    5
    Home Country
    United Kingdom United Kingdom
    Nevermind, I've just realised "user_score" has not been fully implemented yet.:oops:
     

    Users who are viewing this thread

    Top Bottom