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 ...
Search found 10 matches
- 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: 4245
- Tue Mar 02, 2010 7:03 am
- Forum: Multimedia
- Topic: Playing Multiple Sounds Concurrenly in a Stack
- Replies: 2
- Views: 4663
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!
- Tue Mar 02, 2010 6:50 am
- Forum: Multimedia
- Topic: Playing Multiple Sounds Concurrenly in a Stack
- Replies: 2
- Views: 4663
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.
Currently, when I attempt to play multiple sounds, they cut each other off, instead of layering.
- Tue Jan 13, 2009 10:59 pm
- Forum: Talking LiveCode
- Topic: Resizing a Text Field Dynamically, While Locking XY Position
- Replies: 4
- Views: 5234
- Tue Jan 13, 2009 10:22 pm
- Forum: Talking LiveCode
- Topic: Resizing a Text Field Dynamically, While Locking XY Position
- Replies: 4
- Views: 5234
- Tue Jan 13, 2009 9:58 pm
- Forum: Talking LiveCode
- Topic: Resizing a Text Field Dynamically, While Locking XY Position
- Replies: 4
- Views: 5234
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 ...
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 ...
- Sat Jan 10, 2009 7:21 pm
- Forum: User Groups and Events
- Topic: California Bay Area Users Group?
- Replies: 2
- Views: 7674
- Sat Jan 10, 2009 5:18 am
- Forum: User Groups and Events
- Topic: California Bay Area Users Group?
- Replies: 2
- Views: 7674
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
Thank you,
Ron Toledo
- Sat Jan 10, 2009 12:55 am
- Forum: Talking LiveCode
- Topic: Using Shell Command to Run ImageMagick-- Silently
- Replies: 3
- Views: 7619
- Fri Jan 09, 2009 6:59 am
- Forum: Talking LiveCode
- Topic: Using Shell Command to Run ImageMagick-- Silently
- Replies: 3
- Views: 7619
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 ...
on mouseUp
put "convert c:\aPicture.jpg c:\aPicture.png" into switchCommand
get shell (switchCommand)
end mouseUp
Btw, I also tried:
on mouseUp
put ...