Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: answers appreciated
From: Miranda Maryadi
Date: Tue, 23 Nov 1999 08:37:23 GMT


>1. Is it possible to rename scenes? It sure would make it easier to find
>the one I want.

You can select Modify-->Scene then you can rename the scene.

>2. When a movie is loaded onto a new level, is it possible to disable
>the buttons on the movie below?

I think the best way to do this is putting the button into a movie symbol.
Then have the button to call any actions from the level0 (main timeline).
Insert the button into movie symbol frame 1 and add the Stop action into
first frame. Double click the button symbol, and put the action (any
actions you like)
On the second frame, change the property of the button into graphic --
single frame (frame number), and also put the Stop action on the frame
properties.

This is what you can use at the main timeline's keyframe :


Load movie("./themovie.swf", "1") --> for the movie at the same directory
as your main movie.
Tell target("/button") --> remember to put the button's instance name, e.g
: button
Go to and stop (2)
End tell target

Then the movie will load to the main movie (as level 1) and the button will
be unclickable.

You can use same method to button's action.

I can't answer another questions because I'm not a pro.. and still got a
lot to learn. If you want a sample movie for above's question, mail me
personally and I can send the movie to you.

Bubye


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: answers appreciated, Danny Wilson

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]