Search found 15 matches
- Wed Nov 04, 2015 12:31 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen Push In the Middle of a Dissolve?
- Replies: 7
- Views: 4803
Re: Screen Push In the Middle of a Dissolve?
Great to know, much appreciated!
- Tue Nov 03, 2015 8:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen Push In the Middle of a Dissolve?
- Replies: 7
- Views: 4803
Re: Screen Push In the Middle of a Dissolve?
Thank you, once again, Klaus. I certainly implemented your work around with a single photo fading out slowly and up and yes, it is totally responsive to the push effect. Now, I will work with two photos and bring the blendlevel up in one as the other one is going down. Of course the other very nice ...
- Tue Nov 03, 2015 6:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen Push In the Middle of a Dissolve?
- Replies: 7
- Views: 4803
Re: Screen Push In the Middle of a Dissolve?
I understand, that's a great suggestion! I am using a repeat loop anyway so I will experiment with changing the "the blendlevel" and at the transition will reset all levels back to normal.
- Tue Nov 03, 2015 6:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen Push In the Middle of a Dissolve?
- Replies: 7
- Views: 4803
Re: Screen Push In the Middle of a Dissolve?
Thank you, Klaus! I think I will let go of the dissolves so that the mobile app is responsive at all times with the necessary pushes.
- Tue Nov 03, 2015 5:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Screen Push In the Middle of a Dissolve?
- Replies: 7
- Views: 4803
Screen Push In the Middle of a Dissolve?
On a mobile app, I would like to keep transitions between different images that I have with " unlock screen with visual effect dissolve very slow" giving me a nice film-like desired effect. However, I have also been needing to push these cards (within which the images are dissolving from one to anot...
- Tue Oct 27, 2015 2:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Waiting for Sound
- Replies: 4
- Views: 3717
Re: Waiting for Sound
Thank you, Simon! I have tried mobilePlaySoundOnChannel, but, I believe I had trouble due to needing to also run a video(with audio) at the same time. Although I have only tested on an iOS simulator, I am able to do "play" audio while also having a video(with audio) play audio with my current code. ...
- Mon Oct 26, 2015 6:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Waiting for Sound
- Replies: 4
- Views: 3717
Re: Waiting for Sound
Sorry, yes, it is for mobile...
- Mon Oct 26, 2015 5:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Waiting for Sound
- Replies: 4
- Views: 3717
Waiting for Sound
I am implementing multiple image changes (like a looping slide show) while waiting for an audio clip to finish. Initially I was doing this loop while checking for "wait until the sound is done with messages". However, it is quite possible I am mistaken, I found that the program was sluggish and not ...
- Sun Oct 18, 2015 7:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Project Browser Group Triangles?
- Replies: 4
- Views: 3401
Re: Project Browser Group Triangles?
Thank you for looking into this, Klaus, I will try 7.1.1 RC1.
- Sat Oct 17, 2015 6:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Project Browser Group Triangles?
- Replies: 4
- Views: 3401
Re: Project Browser Group Triangles?
I am using 7.0.6 build 10038...
- Sat Oct 17, 2015 5:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Project Browser Group Triangles?
- Replies: 4
- Views: 3401
Project Browser Group Triangles?
I believe at some point (using 7.0.6) I remember having access to triangles next to group names in the Project Browser. Right now, for some reason, I can't see those triangles but just the name of the group appear with no way to go inside the group. I can access them through the Application Browser,...
- Tue Oct 06, 2015 7:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Concurrent Audio & Video with Audio
- Replies: 1
- Views: 1574
Re: Concurrent Audio & Video with Audio
I have tried now to switching to mobilePlaySoundOnChannel approach for the audio file and it works fine concurrently with a video(with audio) that is playing via a mobileControlDo "myPlayer", "play". I also realize now that mobilePlaySoundOnChannel does work on both mobile platforms. The catch is I ...
- Sat Oct 03, 2015 4:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Concurrent Audio & Video with Audio
- Replies: 1
- Views: 1574
Concurrent Audio & Video with Audio
I am trying to have two events happening concurrently, an audio file and a video file that happens to have its own audio, for a project to be released to iOS and Android. Initially, I was successful in achieving this by handling the video with a [mobileControlDo "myPlayer", "play"] and by handling t...
- Mon Sep 28, 2015 7:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hiding a Card?
- Replies: 3
- Views: 2496
Re: Hiding a Card?
Klaus & Craig, thank you for the warm welcome and both suggestions! I am going to stay with checking the last wanted card name (or number) and if the cards are not in a clean sequence in the long run, I will take the route suggested by Craig.
- Mon Sep 28, 2015 5:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hiding a Card?
- Replies: 3
- Views: 2496
Hiding a Card?
I have a few cards at the end of a stack that I would like to skip over in doing go next or go previous routines. I realize that stacks can be hidden, but is there a way to hide or go invisible on a card? I have been skipping over the cards by checking their names but was curious if there was a more...