swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] In general need of guidance


From: Matthias Kramm
Subject: Re: [Swftools-common] In general need of guidance
Date: Sun, 17 Jun 2007 19:00:52 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, May 29, 2007 at 09:46:23AM -0500, Randall Hand wrote:
> 1) How do I load an image into a "box". [...]
> 2) Changing Text - [...]

Not sure what the problems is here. Maybe one of the ActionScript gurus
on the list has an idea.

> 3) I've seen examples on how to make the buttons do things with the
> ".on_press:" tags, but how can I change them without user interaction? eg.
> the scrolling through of the buttons.

By using .on_move_in and .on_move_out

E.g.:

.button playbutton2
    .show shape1 as=idle
    .on_move_in
    .on_move_out:
        # actionscript...
    .end
.end

Greetings

Matthias






reply via email to

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