2 simple things in flash perplex me.. please help

This is a discussion on "2 simple things in flash perplex me.. please help" within the Flash & Multimedia Forum section. This forum, and the thread "2 simple things in flash perplex me.. please help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 21st, 2007, 06:15
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
2 simple things in flash perplex me.. please help

1) In a certain flash file with 'movie scripted buttons', sometimes upon loading the file, the buttons won't perform their rollover or clickable features. Seems random to me and potentially browser / os based (i'm mac) - but for example, if I load the SWF by typing in the URL it works fine however IF I then refresh the file though I must say "bye bye" to any interaction -- e.g look don't touch.

2) What is the actionscript way of making a movie symbol come to the front?

Your humble student,

Cosmicbdog
Reply With Quote

  #2 (permalink)  
Old Dec 21st, 2007, 10:46
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 4
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: 2 simple things in flash perplex me.. please help

In action script you can control movie clips with these codes :

duplicateMovieClip, createEmptyMovieClip, createTextField,attachMovie,removeMove
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote
  #3 (permalink)  
Old Dec 21st, 2007, 12:31
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 simple things in flash perplex me.. please help

Thanks morSoul...

I'm thinking ideally it would be something like:
Code: Select all
if(page == "home") 
{ 
        /* goto the down state of the clip but_home
	but_home.gotoAndStop("down");

        /* bring the button in front of the buttons around it
        but_home.arrangeToFront;
}
Its just that last line which is obviously not working for me... Additionally, all the buttons are on the same layer.

Any ideas if this is possible? Basically I'm just trying to AS the drop down ability to select an object and go 'Modify' => 'Arrange' => 'Bring to front'...
Reply With Quote
  #4 (permalink)  
Old Dec 21st, 2007, 16:47
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 4
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: 2 simple things in flash perplex me.. please help

You can use a behavior to control what you want,
read this page, it can help you :
http://livedocs.adobe.com/flash/9.0/...1af6-7db0.html
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote
  #5 (permalink)  
Old Dec 22nd, 2007, 02:51
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 simple things in flash perplex me.. please help

Behaviors hey... thank you sir, this seems to have accomplished the task nicely!!!

If I could just now see the actionscript for what its done - is that possible?
Reply With Quote
  #6 (permalink)  
Old Dec 22nd, 2007, 06:10
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 simple things in flash perplex me.. please help

The reason I ask is because in this situation where I've created a bunch of tabs in a navigation dynamic, the tab that is at the forefront I want the scripts to be deactivated on.
Reply With Quote
  #7 (permalink)  
Old Dec 22nd, 2007, 09:48
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 4
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: 2 simple things in flash perplex me.. please help

can you please show the live sample of your work, it could be better understandable if i see it
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A simple flash function marSoul Flash & Multimedia Forum 2 Oct 12th, 2007 15:24
Just want simple Background Song (.mp3) and a simple start/stop. BlackReef Flash & Multimedia Forum 4 Jun 28th, 2007 07:04
Simple Flash 8 problem (Hopefully)... fantombe Flash & Multimedia Forum 3 Aug 31st, 2006 10:19
simple flash for navigation 2 onlinegamesplayer Flash & Multimedia Forum 2 May 23rd, 2006 08:03
simple flash for navigation onlinegamesplayer Flash & Multimedia Forum 16 May 10th, 2006 16:45


All times are GMT. The time now is 17:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43