Re: Visual effects - simulated sheet look

2005-12-20 Thread Marty Knapp

Scott Rossi wrote:


1) Don't use an effect.  Script a *real* panel (a group of controls) and
move it in and out of position as needed.
 

I went this route and it works great. I sliced my background image into 
pieces, hid my group behind the top piece, then use the move command 
to slide it into place. Works great on the Mac and my PC. And I can 
adjust the move to a speed that is consistent across OSes and processor 
speeds.



Marty Knapp
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Visual effects - simulated sheet look

2005-12-20 Thread Eric Chatonet

Hi Marty,

Scott is too modest: he released a great stack named Ease that  
allows to sheet anything you want with acceleration or deceleration.
I used it two years ago to sheet a kind of drawer: the effect was  
great and very natural.

http://www.tactilemedia.com/download/

Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


Le 20 déc. 05 à 22:55, Marty Knapp a écrit :


Scott Rossi wrote:

1) Don't use an effect.  Script a *real* panel (a group of  
controls) and

move it in and out of position as needed.

I went this route and it works great. I sliced my background image  
into pieces, hid my group behind the top piece, then use the move  
command to slide it into place. Works great on the Mac and my PC.  
And I can adjust the move to a speed that is consistent across OSes  
and processor speeds.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Visual effects - simulated sheet look

2005-12-19 Thread Marty Knapp

Hey,

I'm trying to simulated the OSX sheet effect for a stack that will be 
used on OSX and XP. I've tried a couple of visual effects that work OK 
on the Mac, but not the PC. My thought was to implement one solution 
that would work on both platforms. Here's what looks best so far on the 
Mac (older G4 OS 10.2.8, Rev 2.2.1):


lock screen
show group LoadSearch
visual effect wipe down
unlock screen

but on my PC it seems to have no effect and my group object just pops 
onto the screen. (a low-end e-machines)


I suppose another angle would be to move it off the visible screen and 
use a move command.


Any suggestions?


Marty Knapp
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Visual effects - simulated sheet look

2005-12-19 Thread Scott Morrow

Marty,
What about resizing (growing) the group or alternately, using  
revChangeWindowSize to grow a stack?
Let us know if you find something that looks good.  I'm a big fan of  
sheets... especially now that rev won't show them off screen :)

-Scott Morrow

Elementary Software
(Now with 20% less chalk dust !)
web http://elementarysoftware.com/
email   [EMAIL PROTECTED]

-

On Dec 19, 2005, at 4:51 PM, Marty Knapp wrote:


Hey,

I'm trying to simulated the OSX sheet effect for a stack that will  
be used on OSX and XP. I've tried a couple of visual effects that  
work OK on the Mac, but not the PC. My thought was to implement one  
solution that would work on both platforms. Here's what looks best  
so far on the Mac (older G4 OS 10.2.8, Rev 2.2.1):


lock screen
show group LoadSearch
visual effect wipe down
unlock screen

but on my PC it seems to have no effect and my group object just  
pops onto the screen. (a low-end e-machines)


I suppose another angle would be to move it off the visible screen  
and use a move command.


Any suggestions?


Marty Knapp
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Visual effects - simulated sheet look

2005-12-19 Thread Scott Rossi
Recently, Marty Knapp wrote:

 I'm trying to simulated the OSX sheet effect for a stack that will be
 used on OSX and XP. I've tried a couple of visual effects that work OK
 on the Mac, but not the PC.
 ...
 Any suggestions?

Two suggestions:

1) Don't use an effect.  Script a *real* panel (a group of controls) and
move it in and out of position as needed.

2) If you really want to use an effect, you can place your content/controls
in a group, position the group at the top of the card (or wherever you want
your sheet to slide into), hide the group, and then try the following:

  show group fakeSheet with visual push down fast

...to show the group sheet style.  To unsheet the group, use:

  hide group fakeSheet with visual push up fast

While visual effects are normally applied to an entire card, using a visual
effect with hide/show localizes the effect the rect of the object being
hidden/shown.  This is a handy technique when you don't want an effect
applied to the entire card.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution