Old 06-16-2008, 09:32 AM   #1 (permalink)
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default Background and placement

Hi

I am using this gallery in another flash file..

How do i remove the background color.. i want to have my flash design in the background?

And the placement too.. i want to place it somewhere on the top.. may be few pixels down the top.. how do i change the placement??
dmann is offline   Reply With Quote
Old 06-21-2008, 12:17 AM   #2 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by dmann View Post
Hi

I am using this gallery in another flash file..

How do i remove the background color.. i want to have my flash design in the background?

And the placement too.. i want to place it somewhere on the top.. may be few pixels down the top.. how do i change the placement??
Hello, sorry about the delay, I was really busy. Well, the background color can be easily removed in your .fla, you must change the scene's color and that's it.

In order to change the placement you must go to main.as and play with these for a bit:

_root["bigImage"]._y = 2;
_root["bigImage"]._x = 2;

_root["thumbHolder"]._y = _root["bigImage"]._y + 15;
_root["thumbHolder"]._x = _root["bigImage"]._width-5;

The components can be moved anywhere you want.

Razvan is offline   Reply With Quote
Old 07-05-2008, 10:45 PM   #3 (permalink)
Junior Member
 
Join Date: Jul 2008
Posts: 17
Default

changing those lines of code does not do anything to the movie. I dont know what I would be doing wrong. I want to move the thumbnails so they arent overlapping the main picture.

changing the speed of the thumbs doesnt work either
snapchris is offline   Reply With Quote
Reply

Bookmarks

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



All times are GMT. The time now is 01:46 PM.