Search found 6 matches

by Randy
Thu Nov 14, 2024 3:15 am
Forum: Wishlist
Topic: Declaration of Variable Option
Replies: 3
Views: 10144

Re: Declaration of Variable Option

How about using preprocessor directive? Like @IFUNDECLARED ERROR or @IFUNDECLARED WARNING directive. This would limit the scope of the check to just code inside @IFUNDECLARED.

example:

@IFUNDECLARED ERROR

code.....

@ENDIF
by Randy
Mon Sep 09, 2024 2:01 am
Forum: Hollywood bugs
Topic: Problem with PlayMusic
Replies: 8
Views: 23431

Re: Problem with PlayMusic

I stop working on the code do to the bug with PlayMusic. Do you have eta of the next version of Hollywood?
by Randy
Fri Mar 01, 2024 3:31 pm
Forum: Wishlist
Topic: Declaration of Variable Option
Replies: 3
Views: 10144

Declaration of Variable Option

Option to require variables to be declared in the script or by compiler option. Something like @OPTIONS {DeclareVariable = True} or compiler opt -DeclareVariable.
by Randy
Thu Feb 01, 2024 12:31 am
Forum: Hollywood bugs
Topic: Problem with PlayMusic
Replies: 8
Views: 23431

Re: Problem with PlayMusic

The problem/bug is with mp3, wav, and flac music files I have tested. The some of the mp3 and wav file will repeat over and over a small part of the song. Some times the wav and flac music files will exit with error code 135 and the message is "Bus Error" It's very hard to trace this bug b...
by Randy
Mon Jan 29, 2024 8:47 pm
Forum: Hollywood bugs
Topic: Problem with PlayMusic
Replies: 8
Views: 23431

Problem with PlayMusic

Hello, Having problems with playing wav music file. I purchase some wav music file to play in a game. Started to code the music function. During testing the functions the music playing wound start to distort, then repeat a small part of the music, and finally exit with error code 135 error message B...
by Randy
Thu Jul 20, 2023 9:32 pm
Forum: Announcements
Topic: SciTE - now with official Hollywood support
Replies: 5
Views: 12616

Re: SciTE - now with official Hollywood support

SciTE Linux user looking to install latest version SciTE and enable Hollywood programming language. I have a little Bash script for you. Just download SciTE file and run the script. For more information see https://familybusinesssoftware.com/index.php/software/4-scite-editor-installer-for-hollywood-...