Actual Driving: Development 1
The most realistic graphics of 1993 I decided that the first thing to do to improve Actual Driving would be to give it a graphics overhaul. I started with a sky box which was simple enough, one of the actions that comes with the With3JS Extensions is "Create 3D scene" I was already using it to make the 3D effect work but had neglected its skybox feature. When setting up the Create 3D scene action I just had to include a background image with an image ratio of 2:1 (1024:512 for example). The important part here is the background image section, "NewSprite4" Despite how simple that is this took me way longer than expected because I just could not get it to recognise my image, I added it to the scene and named it HCLDSKY2 ( I don't remember why to be honest), you may notice that in the above image I'm using "NewSprite4" though. That's because the name of the image in this case doesn't come from the name you gave the thing yourself but from wha...