Groups with Visual effects
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Groups with Visual effects
Hi,
How I must use the visual effects with groups to show the effect only into rect of the group?
Salut,
Josep
How I must use the visual effects with groups to show the effect only into rect of the group?
Salut,
Josep
Re: Groups with Visual effects
As far as i know, that is not possible. the effects are always applied for full viewing distance. the only thing to do it, would be to create framing objects on top of the objects with the effects. Note that you can have irregular polygon graphics with holes in them, so a single graphic would probably be enough.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Groups with Visual effects
Visuals work on fields (in my experience so far) but not groups.
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Re: Groups with Visual effects
If locking the screen won't mess things up, you can do this:
Code: Select all
on mouseUp
lock screen for visual effect
show group "my group"
unlock screen with visual effect dissolve
end mouseUp
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Groups with Visual effects
Doesn't work for me 

Re: Groups with Visual effects
Does "show group "Fred" with visual effect dissolve" not work?
Gerry
Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Groups with Visual effects
Correction: Upon deleting the app from the simulator and re-loading, both the methods above work. Thank you!
-
- Posts: 379
- Joined: Thu Dec 08, 2011 2:43 am
Re: Groups with Visual effects
Note: I noticed that if I am trying to use the "flip" effect, and I omit the word "with" then the flip takes place for the entire card, not just the image or group. So be sure to use
if you are using the code in-line.
Code: Select all
show image "whatever" with visual effect flip right