Flash Query

Reply

Join Date: May 2007
Posts: 1
Reputation: kmits is an unknown quantity at this point 
Solved Threads: 0
kmits kmits is offline Offline
Newbie Poster

Flash Query

 
0
  #1
May 29th, 2007
Need a script to zoom in on mouse click / over in flash mx.
Pls do reply soon.

thanks
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 41
Reputation: hussulinux is an unknown quantity at this point 
Solved Threads: 2
hussulinux hussulinux is offline Offline
Light Poster

Re: Flash Query

 
0
  #2
Jun 8th, 2007
You can try something like:

Graphics and Multimedia Syntax (Toggle Plain Text)
  1. on(rollover){
  2. image.width = image.widht + 10;
  3. image.height = image.height + 10;
  4. }
  5. on (rollout){
  6. image.width = image.widht - 10;
  7. image.height = image.height - 10;
  8. }
Hussain Fakhruddin
Teks: http://www.teks.co.in
hussulinux at gmail dot com
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Flash Query

 
0
  #3
Jun 12th, 2007
Originally Posted by hussulinux View Post
You can try something like:

Graphics and Multimedia Syntax (Toggle Plain Text)
  1. on(rollover){
  2. image.width = image.widht + 10;
  3. image.height = image.height + 10;
  4. }
  5. on (rollout){
  6. image.width = image.widht - 10;
  7. image.height = image.height - 10;
  8. }
This would work until you have set noScale property to no. Better would be using MovieClip._height or MovieClip._height where movie clip would be replaced by the clip instance name or _root for whole movie. You could also use _xscale or _yscale properties if you want relative zoom.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum


Views: 1293 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Graphics and Multimedia
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC