#1 (permalink)  
Old 06-25-2008, 06:14 PM
Junior Member
 
Join Date: Jun 2008
Posts: 10
Default Help!

I bought your gallery and i love it but i am having trouble
positioning it specifically on my stage, it is on my stage, but in the
top left corner, and i want it to be lower right corner, and I want to
make it a bit smaller as well, how do I go about this?
Reply With Quote
  #2 (permalink)  
Old 07-04-2008, 12:50 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 162
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by jehrlich616 View Post
I bought your gallery and i love it but i am having trouble
positioning it specifically on my stage, it is on my stage, but in the
top left corner, and i want it to be lower right corner, and I want to
make it a bit smaller as well, how do I go about this?
Hello, in main.as you have

_root["bigImage"]._y = 2;
_root["bigImage"]._x = 2; (this is the position for the big picture)

and...

_root["thumbHolder"]._y = _root["bigImage"]._y + 15;
_root["thumbHolder"]._x = _root["bigImage"]._width-5; (this is the position for the scroller), please modify these values.

If you want to make it smaller you should understand that this gallery is fixed size... you could find a workaround this... something like _xscale and _yscale, _root["bigImage"]._xscale= 100; _root["bigImage"]._yscale= 100; _root["thumbHolder"]._xscale = 100; _root["thumbHolder"]._yscale = 100; this is the current scalling of the gallery, you could insert these into main.as in the constructor. Remember this is just a workaround... I can't guarantee that your gallery will look good...
Reply With Quote
Reply

Thread Tools
Display Modes

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.