retroshaun #1 Posted August 30, 2012 Hey everyone, I am starting to mess around with VisualbB a little and really haven't gotten too far just yet. I managed to get sprites and basic playfields working, now I wanted to try a playfield in DPC+ (higher vertical res). So my first question (of many, no doubt!) is... why does pfheights: give me a syntax error? Is this something that doesn't work with DPC+ perhaps? Thanks. Quote Share this post Link to post Share on other sites
+Gemintronic #2 Posted August 30, 2012 Could you post your code? What is the exact error message? Quote Share this post Link to post Share on other sites
retroshaun #3 Posted August 30, 2012 Not right now its on a non-internet laptop But the error is simply: Syntax Error at Line 18 (which simply says pfheights: ) I am sure this is something stupid! Quote Share this post Link to post Share on other sites
Byte Knight #4 Posted August 30, 2012 Pfheights command is not allowed with DPC+. You need to use the DF(0-3)FRACINC variables to control playfield vertical resolution as listed here. Quote Share this post Link to post Share on other sites
retroshaun #5 Posted August 30, 2012 Awesome - thats what I figured AND I figured the DF0-3 too, and its now working. Thanks for confirming Quote Share this post Link to post Share on other sites