Search found 10 matches

by rontoledo
Sun Apr 14, 2013 5:10 pm
Forum: Games
Topic: How Do You Create a Skee Ball Game? Game Physics with LC?
Replies: 0
Views: 3258

How Do You Create a Skee Ball Game? Game Physics with LC?

Has anyone attempted to, or have suggestions on how to, create a skeeball-like game using LiveCode? Here is a video of a skeeball game: http://www.online-games-zone.com/pages/sport/skeeball.php . I'd like to create a basic virtual version of this using LiveCode, and employ AnimationEngine as necessa...
by rontoledo
Tue Mar 02, 2010 7:03 am
Forum: Multimedia
Topic: Playing Multiple Sounds Concurrenly in a Stack
Replies: 2
Views: 4029

Re: Playing Multiple Sounds Concurrenly in a Stack

Jan, many thanks; I'm figuring out how to control two test players right now. Thank you for the sound information-- as well as for Quartam Reports!
by rontoledo
Tue Mar 02, 2010 6:50 am
Forum: Multimedia
Topic: Playing Multiple Sounds Concurrenly in a Stack
Replies: 2
Views: 4029

Playing Multiple Sounds Concurrenly in a Stack

How do I get multiple sounds to play concurrently in a stack? Specifically, I need to have a background WAV sound playing continuously, with 2-3 sound effect WAV files playing over the background sound.

Currently, when I attempt to play multiple sounds, they cut each other off, instead of layering.
by rontoledo
Tue Jan 13, 2009 10:59 pm
Forum: Talking LiveCode
Topic: Resizing a Text Field Dynamically, While Locking XY Position
Replies: 4
Views: 4364

Hello again, Just gave it a try, and it worked perfectly! As I'm using AnimationEngine for the grabber (so that it constrains to moving along the X axis only (with an invisible line graphic as the grabber's guide/contraint), I only modified the grabber's handler as follows: on ConstrainLinearCallbac...
by rontoledo
Tue Jan 13, 2009 10:22 pm
Forum: Talking LiveCode
Topic: Resizing a Text Field Dynamically, While Locking XY Position
Replies: 4
Views: 4364

Malte, Thank you much for this; I'm going to give a whirl shortly. It's ironic that you would reply-- I've been experimenting with AnimationEngine's excellent constraintLinear and constraintLinearCallback functions to achieve the left/right slider effect for the grabber! Everything has been working ...
by rontoledo
Tue Jan 13, 2009 9:58 pm
Forum: Talking LiveCode
Topic: Resizing a Text Field Dynamically, While Locking XY Position
Replies: 4
Views: 4364

Resizing a Text Field Dynamically, While Locking XY Position

Hello All, I'm new to Revolution, and am attempting to create a paned interface. Specifically, I have two text fields, with a little grabber icon between them. The effect I'm trying to accomplish is that, as I drag the little grabber button between the two fields, the two fields on either side are t...
by rontoledo
Sat Jan 10, 2009 7:21 pm
Forum: User Groups and Events
Topic: California Bay Area Users Group?
Replies: 2
Views: 6737

Hey there. Well if you're still up to threatening a UG, please count me in. Sorry I missed MacWorld all the more now. I'll hop on the list-serv, too.

We have chatted a while back; glad to see how dedicated Rev folks are!
by rontoledo
Sat Jan 10, 2009 5:18 am
Forum: User Groups and Events
Topic: California Bay Area Users Group?
Replies: 2
Views: 6737

California Bay Area Users Group?

Hello there. I'm in Berkeley, CA. Are there any Revolution Users Groups in the area that I could join?

Thank you,
Ron Toledo
by rontoledo
Sat Jan 10, 2009 12:55 am
Forum: Talking LiveCode
Topic: Using Shell Command to Run ImageMagick-- Silently
Replies: 3
Views: 6633

Wonderful!

Thank you both very much. I'm a ColdFusion developer, and have committed to learning Revolution as a new language. I continue to be wowed by Revolution's elegance, and this forum and your support makes it even better.

Have a great day,
Ron
by rontoledo
Fri Jan 09, 2009 6:59 am
Forum: Talking LiveCode
Topic: Using Shell Command to Run ImageMagick-- Silently
Replies: 3
Views: 6633

Using Shell Command to Run ImageMagick-- Silently

Hello there. In Windows, using RunRev's Shell command, I've been able to run ImageMagick via command line to perform a simple image conversion: on mouseUp put "convert c:\aPicture.jpg c:\aPicture.png" into switchCommand get shell (switchCommand) end mouseUp Btw, I also tried: on mouseUp put "c:\imag...