Actions
Bug #733
openActor command can't find images in subfolders of AOZ Drive. (This used to work.)
Start date:
04/23/2021
Due date:
% Done:
0%
Estimated time:
4:00 h
Affected version:
Description
Example:
Actor "beam",image$="beam.png" // This USED TO work, but now fails with Image Not Defined error.
The actual path for the above file is:
AOZ Drive/resources/images/Asteroids/Magic/beam.png
Actor will only find image files in the root of the images folder:
AOZ Drive/resources/images
Updated by Baptiste Bideaux over 3 years ago
- Status changed from New to Resolved
It's solved. The Transpiler goes through all the files in AOZ Drive and takes into account the first file found in the list.
Updated by Brian Flanagan over 3 years ago
- Affected version changed from 1.0.0 (B7) to 1.0.0 (B8)
Re-tested in 1.0.0 (B8) macOS
The problem is worse than before.
Now it won't find ANY files on the AOZ Drive!
For example:
Actor "magician",Image$="magic.png"
...causes the transpiler to crash.
...Compiler error: crash during compilation: Pass: 2, crash at line 0, column 35! The "path" argument must be of type string. Received type undefined...
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Feedback
Updated by Brian Flanagan over 3 years ago
NOTE: This appears to work fine in Windows, but fails in macOS.
Actions