Hi,
if I make my own animated characters using external animation software,what is the best way to play them in a Livecode generated game? I remember that when Livecode was still Runtime Revolution, I tried importing animated GIFs and this made my program freeze on older processors; besides GIFs ...
Search found 7 matches
- Thu Sep 16, 2021 5:17 pm
- Forum: Games
- Topic: Animated Characters from External Source
- Replies: 9
- Views: 44058
- Wed Nov 14, 2012 5:30 pm
- Forum: CGIs and the Server
- Topic: Problems with On-REV server
- Replies: 7
- Views: 11349
Re: Problems with On-REV server
As a matter of fact the file permissions were set by default to 644. I've tried setting them to 755 but makes no difference. I didn't forget any capitalization, but I noticed your sample code, unlike mine, contains return before the lc end tag. Does this affect anything?
- Wed Nov 14, 2012 4:24 pm
- Forum: CGIs and the Server
- Topic: Problems with On-REV server
- Replies: 7
- Views: 11349
Re: Problems with On-REV server
Hi,
thank you for your reply. I've renamed the file and changed its content according to your suggestions but I'm still getting 404 error messages or blank pages with no content at all.
thank you for your reply. I've renamed the file and changed its content according to your suggestions but I'm still getting 404 error messages or blank pages with no content at all.
- Wed Nov 14, 2012 12:20 pm
- Forum: CGIs and the Server
- Topic: Problems with On-REV server
- Replies: 7
- Views: 11349
Problems with On-REV server
Hi
I'm new to on-rev and I'm trying to make it work, but no way. I've tried creating a simple ''hello world' test page with the revolution code enclosed in the php-like snippets <?rev ?> If I save the page as html, the revolution code isn't recognized; if I use the .irev extension I even get a 'file ...
I'm new to on-rev and I'm trying to make it work, but no way. I've tried creating a simple ''hello world' test page with the revolution code enclosed in the php-like snippets <?rev ?> If I save the page as html, the revolution code isn't recognized; if I use the .irev extension I even get a 'file ...
- Sat Oct 18, 2008 11:42 pm
- Forum: CGIs and the Server
- Topic: CGI Setup Problems with GoDaddy
- Replies: 6
- Views: 13400
Re:
I've added the blank space to the first string,but no way.
Then I've also tried to add the path details:
#!cgi/revolution -ui
on startup
put "Content-Type: text/plain" & cr & cr
put "Hello World!"
end startup
but it still doesn't work.The CGI,however,lives in the same folder that contains the ...
Then I've also tried to add the path details:
#!cgi/revolution -ui
on startup
put "Content-Type: text/plain" & cr & cr
put "Hello World!"
end startup
but it still doesn't work.The CGI,however,lives in the same folder that contains the ...
- Sat Oct 18, 2008 8:31 pm
- Forum: CGIs and the Server
- Topic: CGI Setup Problems with GoDaddy
- Replies: 6
- Views: 13400
Re:
I don't think there are script errors.I did use a very simple script.It's the sample script used in the HyperActive tutorial:
#!revolution
on startup
put "Content-Type: text/plain" & cr & cr
put "Hello World!"
end startup
I've even tried to replace the first line with #!revolution-ui,given that ...
#!revolution
on startup
put "Content-Type: text/plain" & cr & cr
put "Hello World!"
end startup
I've even tried to replace the first line with #!revolution-ui,given that ...
- Fri Oct 17, 2008 4:14 pm
- Forum: CGIs and the Server
- Topic: CGI Setup Problems with GoDaddy
- Replies: 6
- Views: 13400
CGI Setup Problems with GoDaddy
Hi everybody,
I have a GoDaddy Linux hosting account and I would like to setup a Revolution CGI.
I followed carefully all the instructions I found on the Hyperactive Software website:
-I converted the script linefeeds to the Linux/Unix format;
-I set the script extension to .cgi;
-I uploaded the ...
I have a GoDaddy Linux hosting account and I would like to setup a Revolution CGI.
I followed carefully all the instructions I found on the Hyperactive Software website:
-I converted the script linefeeds to the Linux/Unix format;
-I set the script extension to .cgi;
-I uploaded the ...