3D ray cast in access (2 Viewers)

murray83

Games Collector
Local time
Today, 23:55
Joined
Mar 31, 2017
Messages
866
Hi

please see my very basic demo of what I have been working on ( and no its not the splash screen lol even though I'm happy with that too )
after seeing https://davevsziggy.itch.io/dave-vs-ziggy a few years ago ( as i changed contracts but still DHL and was still on the drive when i came back after 4 years lol )

so I thought maybe could be done in access and attached is my again ( very early and very basic ) offering
 

Attachments

Compile error with Compare database and mouse clicks/key presses seemed to do nothing.
 
Compile error with Compare database and mouse clicks/key presses seemed to do nothing.
and sorry what version of Access are you running
 
sorry for some what spamming but v1.1

quickly have removed the floor as was not looking good, have updated code so when move the walls change colour to give movement effect

Movement is on the

WASD Keys
 

Attachments

Last edited:
Did you attempt to compile your code? There is "Option Compare Database" twice in Module1. I also get an error "Method or Data Member not found" on this line.
Code:
 Set lbl = frm.Controls.Add("Label", ctrlName, True)
 
Did you attempt to compile your code? There is "Option Compare Database" twice in Module1. I also get an error "Method or Data Member not found" on this line.
Code:
 Set lbl = frm.Controls.Add("Label", ctrlName, True)
This is the same OP who has trouble with adding Option Explicit and compiling his chess program.
 

Users who are viewing this thread

Back
Top Bottom