swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Drag & Drop


From: peter kostov
Subject: Re: [Swftools-common] Drag & Drop
Date: Tue, 30 Sep 2008 22:30:46 +0300
User-agent: Thunderbird 2.0.0.14 (X11/20080621)

Harish Amur wrote:
Are there any examples on simple 'Drag and Drop'?
I have seen the 'eyes' tutorial  Laurent's page. I am not able to replicate
the same logic for a drag and drop. If there aren't any examples, I shall
share my piece of code, which, of course, is not working!

Thank you,

Harish


You can do it with actionscript like this:

.on_press:
        startDrag(false);
.end
.on_release:
        stopDrag();
.end

Peter

--
http://receptibg.com - рецепти, готварство и хранене, менюта, статии, идеи и полезни съвети
-------
Boryana & Peter Kostovi,
web design & webdevelopment
home site: http://bgwebdeveloper.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]