this is what I want to achieve

This is a discussion on "this is what I want to achieve" within the Flash & Multimedia Forum section. This forum, and the thread "this is what I want to achieve 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 Nov 15th, 2007, 11:47
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
this is what I want to achieve

Hello
This is what I'd like to achieve: http://www.cat-creative.net/maukie2.swf (but using my artwork)
I'm not sure I'm going about it the right way. I'm assuming this is done on button symbol but I've only manage to achieve one movement.
Would appreciate being pointed in the right direction (like how was this achieved?
I'm using Macromedia flash.
many thanks
SJ
Reply With Quote

  #2 (permalink)  
Old Nov 15th, 2007, 12:01
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: this is what I want to achieve

I think this is what you want, see the file, if you have any question feel free to ask...
Attached Files
File Type: fla eyes.fla (46.5 KB, 4 views)
__________________
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 Nov 15th, 2007, 12:09
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
Re: this is what I want to achieve

Hello
I tried to open your file it's in an 'unexpected file format!' so I can't open it.
but thanks anyway.
Reply With Quote
  #4 (permalink)  
Old Nov 15th, 2007, 12:22
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: this is what I want to achieve

what version of flash r u using ?
i saved it in flash 8
__________________
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 Nov 15th, 2007, 13:09
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
Re: this is what I want to achieve

Hello
Flash mx 2004
Reply With Quote
  #6 (permalink)  
Old Nov 15th, 2007, 13:15
marSoul's Avatar
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: this is what I want to achieve

I will try to explain it here, here is the code :

Code: Select all
function rolling() {
    rotations1 = (Math.atan2(_root.eye._y-_root._ymouse, _root.eye._x-_root._xmouse)/(Math.PI/180));
    rotations2 = (Math.atan2(_root.eye2._y-_root._ymouse, _root.eye2._x-_root._xmouse)/(Math.PI/180));
    _root.eye._rotation = rotations1;
    _root.eye2._rotation = rotations2;
    updateAfterEvent();
}
_root.onMouseMove = rolling;
create two symbols like eyes and name them eye and eye2, then put this code on first frame of the movie.
I think this will work
I will try to put swf file to help u understand it clearly.
Regards
Attached Files
File Type: swf eyes.swf (770 Bytes, 3 views)
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
Reply With Quote
  #7 (permalink)  
Old Nov 15th, 2007, 14:11
sjh sjh is offline
Junior Member
Join Date: May 2006
Location: Bath England
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to sjh
Re: this is what I want to achieve

Hello
Will give it a go/ Let you know how I get on.
Many thanks
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
What is the best way to achieve these type of sites ? marSoul Website Planning 4 Dec 11th, 2007 01:08
Portfolio Site. How do I achieve this look? daniboombani Flash & Multimedia Forum 2 Nov 21st, 2007 16:23
How to achieve frames-like modular setup with CSS ? WL1207 Web Page Design 14 Oct 12th, 2007 15:28


All times are GMT. The time now is 07:32.


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