Search found 4 matches

by brianski
Mon Mar 05, 2012 5:10 pm
Forum: Hollywood bugs
Topic: @SAMPLE won't run when compiled in Hollywood 5.0
Replies: 6
Views: 8266

Re: @SAMPLE won't run when compiled in Hollywood 5.0

Sorry, I don't see where to upload on this forum.
by brianski
Mon Mar 05, 2012 1:03 am
Forum: Hollywood bugs
Topic: @SAMPLE won't run when compiled in Hollywood 5.0
Replies: 6
Views: 8266

Re: @SAMPLE won't run when compiled in Hollywood 5.0

No error message. Just won't run when compiled. (Runs from IDE without a problem) I'm thinking it has something to do with the samples themselves, now that I've confirmed that the Bouncing Ball example will compile and run properly under Hollywood 5.0. These same samples that I have been using under...
by brianski
Sun Mar 04, 2012 5:52 pm
Forum: Hollywood bugs
Topic: @SAMPLE won't run when compiled in Hollywood 5.0
Replies: 6
Views: 8266

@SAMPLE won't run when compiled in Hollywood 5.0

When I use the preprocessor command @SAMPLE, compiled programs refuse to run. They run from the IDE just fine. Replacing with LoadSample() seems to fix the problem. (When using Hollywood 4.8, this was not a problem)
Using Hollywood 5.0 under Windows 7
by brianski
Fri Mar 02, 2012 4:35 pm
Forum: Hollywood bugs
Topic: Problem with LoadBrush in Hollywood 5.0
Replies: 1
Views: 3718

Problem with LoadBrush in Hollywood 5.0

Some of my programs crash under the new Hollywood 5.0. I've tracked the problem to the LoadBrush() command when using table data for "X" or "Width." For some reason, "Y" and "Height" values are not a problem. Example: LoadBrush(1,"mypic.jpg", {X=10, ...