Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: [flasher] How do you add an action to an over state in Flash 5? |
From: | Scott Jeppesen |
Date: | Sun, 21 Jan 2001 04:31:09 -0000 |
Just right click on the button and add one of the following:
on(press){
// code goes here
}
on(release){
}
on(releaseOutside){
}
on(rollOver){
}
on(rollOut){
}
or for multiple conditions:
on(release,releaseOutside){
}
etc...
SJ
-----Original Message-----
From: King McCarthy [kingoakweb [dot] com (mailto:kingoakweb [dot] com)]
Sent: Saturday, January 20, 2001 7:14 PM
To: flasher from chinwag
Subject: [flasher] How do you add an action to an over state in Flash 5?
Flashers,
I just got Flash 5, and tried to add an action to a button state, but the
actions were all greyed out. In Flash 4, you just double clicked on the up,
over or down state to add an action. I went to Flash 4 and did that, then
opened the file in Flash 5. Sure enough there was an action. What am I
missing?
Thanks,
King
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:
** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: ScottJegoxstudios [dot] com
To unsubscribe, email leave-flasher-479780Vlists [dot] chinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]