Curl Effect
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 21
- Joined: Sat Jan 15, 2011 6:40 pm
Curl Effect
Hi,
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
Re: Curl Effect
When LC5 came out I noticed that curl effect card to card worked fine. When I have to go from stack to substack that it wasn't working. I submitted a ticket and they said it was a bug and added it to their bug support.
I also noticed that i get an error in debugger every time I use the code "visual effect"
I also noticed that i get an error in debugger every time I use the code "visual effect"
Re: Curl Effect
Try this:rvanar wrote:I also noticed that i get an error in debugger every time I use the code "visual effect"
Code: Select all
lock screen for visual effect
go card "cardname"
unlock screen with visual effect "curl up"
Re: Curl Effect
CALL-151 wrote:Try this:rvanar wrote:I also noticed that i get an error in debugger every time I use the code "visual effect"Code: Select all
lock screen for visual effect go card "cardname" unlock screen with visual effect "curl up"
I did try that code visual effects for me work just fine card to card it's stack to substack that it fails. I tried that code that you gave me (going from stack to substack) and in the simulator it crashed.
Re: Curl Effect
If you look into the documentation, you will find that the visual effect work on Cards but not on Stacks.rvanar wrote:I did try that code visual effects for me work just fine card to card it's stack to substack that it fails. I tried that code that you gave me (going from stack to substack) and in the simulator it crashed.
Opening the dictionary suggest you :the visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command
Guglielmo
Re: Curl Effect
Hi,
"Go stack... in window" doesn't work on iOS. You have to use "go stack" without "in window"
Best,
Mark
"Go stack... in window" doesn't work on iOS. You have to use "go stack" without "in window"
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode