Match Up Demo broken

Monkey Forums/Monkey Bug Reports/Match Up Demo broken

skid(Posted 2014) [#1]
As it's the first sample in the list it seemed worth mentioning that the Match Up demo doesn't run in html5:

"/Users/simon/MonkeyXPro80b/bin/transcc_macos" -target=Html5_Game -config=Debug -run "/Users/simon/MonkeyXPro80b/bananas/devolonter/matchup/matchup.monkey"
TRANS monkey compiler V1.73
Parsing...
Semanting...
/Users/simon/MonkeyXPro80b/bananas/devolonter/matchup/src/gamefield.monkey<72> : Error : Method ProgressBar.new(Local x:Float,Local y:Float,Local width:Float,Local height:Float) is private.
Done.



marksibly(Posted 2014) [#2]
Thanks!


ombinar(Posted 2014) [#3]
Any resolution on this bug? Pro version doesn't work even Desktop or Android targets. Thanks in advance.


therevills(Posted 2014) [#4]
@ombinar, open up "devolonter\matchup\src\progressbar.monkey" and remove the keyword "private" and recompile matchup.monkey.


ombinar(Posted 2014) [#5]
I actually did that before but it's all good now. Thanks @therevills!