|
-
random help
I have three (say) button actions
(1) on (release) {
_root.eck.jimmye._visible = false ;
_root.leg.jimmyl._visible = false ;
_root.murr1.jimmym._visible = false ;
)
(2) on (release) {
_root.leg.blul._visible = false ;
_root.eck.bluc._visible = false ;
_root.leg.irishl._visible = false;
)
(3) on (release) {
_root.eck.jimmye._visible = false ;
_root.leg.jimmyl._visible = false ;
)
Is there any way, on pressing one button that one of above actions are executed randomly.
any help appreciated!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|