Fly in window

How can this be done (the fly-in-window):

Its a script, thats clear. But could not
find an action :O)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The Move Layer Action (built-in) will move the layer on-stage from off
on the pasteboard somewhere, all you need to do is put the element
where you want it to end up, note the X/Y coordinates at that spot,
then move it off the screen to the left and note the X/Y coordinates
of the starting point. Enter those starting and ending X/Y
coordinates, fiddle with the speed setting, and preview in your browser.

The click to close window part could be done with a bit of JavaScript.
The easiest form of that would be with the Observer Action (part of
Protaculous, found at ActionsForge).

Make note of the name of your flying layer box. It’s probably called
item24 or something equally illuminating if you haven’t changed the
Freeway default.

Create your close graphic, then apply Observer to it. Change the
Library picker to ‘prototype-packed’. In the top Dom Event text field,
enter ‘click’ (without the quotes) and then click the Function Body
button. Enter the following code (adjusting the name of the box to
match your own):

$('item24').hide();

That’s it.

Walter

On Jun 21, 2010, at 8:30 AM, TomP wrote:

How can this be done (the fly-in-window):

http://www.cablecom.ch/

Its a script, thats clear. But could not
find an action :O)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options