[Linux] Hollywood 8 console mode
Posted: Fri May 02, 2025 9:23 pm
I use Puppy Linux BookwormPup.
I copied all the Hollywood files from my CD to /root/my-applications/bin/Hollywood:
Hollywood, Hollywood.key, Hollywood.sys, Interpreter and the directories [Docs], [Examples], [LinkerPlugins], [Plugins] and [projects].
In the console, when I navigate to Hollywood's home directory, and run:
with the followin code:
I get an error window saying "Tag expected!" pointing to line 1.
However, when I run this official example:
everything works fine.
What am I doing wrong?
I copied all the Hollywood files from my CD to /root/my-applications/bin/Hollywood:
Hollywood, Hollywood.key, Hollywood.sys, Interpreter and the directories [Docs], [Examples], [LinkerPlugins], [Plugins] and [projects].
In the console, when I navigate to Hollywood's home directory, and run:
Code: Select all
./Interpreter projects/test.hwsCode: Select all
@DISPLAY {1, 640, 480, "Test"}
While Not IsKeyDown("esc")
Flip
Wend
EndHowever, when I run this official example:
Code: Select all
./Interpreter Examples/Hollywood/FloodFill/FloodFill.hwsWhat am I doing wrong?