Advertisement
otorp2

ma print array converttotext

May 2nd, 2020
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let bg = scene.backgroundImage()
  2. let list = [1, 2,4]
  3. info.setScore(0)
  4. // game.splash("" + list[1])
  5.  
  6. bg.print(convertToText(list[2]), 50,50);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement