Search found 3 matches

by ComputerSherpa
Sat Feb 24, 2007 6:54 pm
Forum: G-Force General Discussion
Topic: Manually stepping through a slideshow of images
Replies: 8
Views: 5192

Thanks for your suggestion! That was the first solution I thought of, but it's terribly inelegant, and it's limited to ~36 slides; I'm pretty sure I'm going to need more than that.

Any other suggestions? Tell me the secrets of G-Force scripting!
by ComputerSherpa
Fri Jan 26, 2007 8:01 pm
Forum: G-Force General Discussion
Topic: Programming G-Force: Making an array of strings
Replies: 0
Views: 1567

Programming G-Force: Making an array of strings

Hello! I'm slugging away on this project, and I'm stuck again. I figure that I need to define an array of text strings, each element of which will be the path to one of the images I need. In C++, this would be easy, but C doesn't have an actual string class--if I remember from my programming classes...
by ComputerSherpa
Sun Jan 14, 2007 12:49 am
Forum: G-Force General Discussion
Topic: Manually stepping through a slideshow of images
Replies: 8
Views: 5192

Manually stepping through a slideshow of images

Hello! I purchased a copy of G-Force Professional for use with my church, and I'm trying to write a script that will display a slideshow of images in a particular order. The idea is to overlay the lyrics that our praise band is singing onto G-Force's visualization and project that up front instead o...