how to sync no of columns ro number of lrvrls

djdeedjdee Member Posts: 180
hello,
am following one of the video of tshirt of changing an attribute using tables. i dint understand 1 thing in it, i.e game.level which he uses. how do u make ur scene change to level 2 when u completed level 1 using tables. in my game, after i finish level 1 my level 2 gets unlocked and when i click on level 2 it displays level1 stage. all though u can do it successfully by editing in the proto type but i wanna use table in my game.
thank you

Best Answer

  • lukey5227lukey5227 Posts: 111
    Accepted Answer
    There is no way of changing a scene via "Text". This means that you can't use attributes to show what scene to switch to. So, if you're doing a level select, you're going to have to manually link the scenes.

    BUT... if you're going from one scene to the next "Level 1 to Level 2", you can use "Next Scene" which will automatically go to the next scene in the scenes order.

    :D_:D

Answers

  • UnicornInvasionUnicornInvasion Member Posts: 301
    game.level is the table attribute. You cannot see it, but it is there!
  • djdeedjdee Member Posts: 180
    yes i know its there.... i wanna know how do u change ur scene to a different scene using tables...
  • djdeedjdee Member Posts: 180
    hey lukey,
    thanks a lot.... cheers... :D
Sign In or Register to comment.