quick question

  • DIPESH14
  • Born
  • Born
  • No Avatar
  • Joined: Jan 13, 2004
  • Posts: 1
  • Status: Offline

Post January 13th, 2004, 9:59 am

hELLO
I have a quick question
If i have two images and want one of them to appear (zoom in) when i click on the first image, how would i go about doing this?

Thanx in advance
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 13th, 2004, 9:59 am

  • norie
  • Novice
  • Novice
  • No Avatar
  • Joined: Dec 22, 2003
  • Posts: 18
  • Loc: bako
  • Status: Offline

Post January 14th, 2004, 11:03 pm

convert the images to movieclips (if you haven't already):
Code: [ Select ]
on(release){
_parent.myMovieClip._xscale = _parent.myMovieClip._yscale = 200; // elarges by 200 percent
}
  1. on(release){
  2. _parent.myMovieClip._xscale = _parent.myMovieClip._yscale = 200; // elarges by 200 percent
  3. }

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 26 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.