User Profile

Collapse

Profile Sidebar

Collapse
neliy
neliy
Last Activity: Nov 15 '07, 10:38 AM
Joined: Jun 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neliy
    started a topic Actionscript Challenge

    Actionscript Challenge

    Hello, I need to create a text field which will change its height and width while I resize the browser window. Imagine that the text field will cover the right side of the window from the top to the bottom and will be filled with text. While I resize (minimize height) the browser window I need my text to continue covering the whole right part of the window from the top to the bottom as the text field is expanding to the left side. Sorry if I made...
    See more | Go to post

  • neliy
    replied to Download via Flash
    That was more than I was expected! your a legend! thank you
    See more | Go to post

    Leave a comment:


  • neliy
    replied to Download via Flash
    Exactly what you said. The images are already viewable by thumbs and by clicking on it I need the download file window to appear in order for the user to get the image. Plz help...
    See more | Go to post

    Leave a comment:


  • neliy
    started a topic Download via Flash

    Download via Flash

    Hey there. I need to add a link in my current project from which the user will be able to download some images. I tried to find a tutorial to find the way or an actionscript example but I couldn't. Can someone help me plz? thnx
    See more | Go to post

  • neliy
    started a topic Scrolling Text with Background

    Scrolling Text with Background

    Hello there! Can someone tell me if I can create a scrolling text with a different background (not same with movie's background)

    Thnx
    See more | Go to post

  • neliy
    started a topic Import extrenal images with movement

    Import extrenal images with movement

    hey there. the actionscript to import external images is:

    loadMovie("phot o.jpg", photo.empty); //two movie clips

    how can i import the same jpg and make it scroll left or right after its appearence?

    Im a real actionscript noob...
    See more | Go to post

  • neliy
    started a topic Split movie (size problem)

    Split movie (size problem)

    One more weird question. I have a movie which is 6MB. its almost a complete application. well i decided to split it (cause probably it wil take ages to load) which means i want to have smaller movies to load them into the main so the main size will be smaller. so i dublicate the main file and delete all the unnessecary layers, scenes and objects from the library. i actually keep only one scene without the background components. can someone tell me...
    See more | Go to post

  • What he proposed is actually working!
    the thing I dont understand now is:

    when we create a gif file with transparency in photoshop, the transparency is there!

    when we export a gif file from flash what kind of gif file we will receive? cause everytime i try it the white color (or whichever color i place at the background) is always there...is it possible to create a movieclip which is actually transparant while...
    See more | Go to post

    Leave a comment:


  • Please check the link below (was refering to this):

    http://www.thescripts.com/forum/thread652851.html

    I know how to use transparency into flash but exporting transparency... ?

    Hope it helps...
    See more | Go to post

    Leave a comment:


  • neliy
    replied to simple aniamtion if flash 8
    Check this tutorial, I think is exactly what you need

    http://www.acky.net/tutorials/flash/bouncing_ball/

    The extension of the movement now...create about 10 frames between the keyframes and youll see the difference (dont forget - Insert Motion Tween)...
    See more | Go to post

    Leave a comment:


  • I think you got a bit confused. I was asking about the actual publish of a transparency through flash not photoshop!

    thanks anyway...
    See more | Go to post

    Leave a comment:


  • Problem publishing a Transparent Gif / Png image with Flash 8.

    I was checking older threads... well finally hows that possible? how transparency can be published?
    See more | Go to post

  • neliy
    replied to Simple flash animation
    is your animation a movie clip? cause if it is, it will play all the time eventhough you placed the stop() on frame. Try to place your animation on another frame so you can link the button to that frame or place your animation inside the button. It depends on what you want to do!...
    See more | Go to post

    Leave a comment:


  • If i correctly understood, you need both text and image to appear on a button or at least while you click on the button! so when you create the button you can add more than one layers (inside it) and add both your text and image wherever you need them (up, over, down, hit). If motion is included change your image or text to a movie clip and give the motion into the movie clip! I hope I helped!
    See more | Go to post

    Leave a comment:


  • neliy
    started a topic getURL question

    getURL question

    Hey there! I know the syntax of this command is:

    on (release) {
    getURL("http://www.thescripts. com", "_blank");
    }

    Can someone tell me why when I press Ctrl+Enter to test the movie the link works properly but when I test it through the explorer or swf after publishing it doesnt? Do you think is going to work after uploading the website?
    See more | Go to post

  • neliy
    replied to Publishing problem?
    well im not writing html code at all but thanks 4 the thought! i solved it. probably was the computers problem cause after an hour everything was working back to normal... :) i cant really say how much i appreciate your help even in the simpliest and stupid queries! all of you thanks for bothering!
    See more | Go to post

    Leave a comment:


  • neliy
    started a topic Publishing problem?

    Publishing problem?

    Another weird question! I have a flash movie but only the swf is working properly. in html file i cant see the menu only the background, hows that possible?
    See more | Go to post

  • neliy
    started a topic getURL actionscript

    getURL actionscript

    hello there. Well I actually have 2 small problems with getURL. I need to connect a button with a web site an my code looks like this:

    on (release) {
    getURL("http://www.blahblahbla h", "_blank");
    }

    also I'm trying to make some pop ups work like this:

    on (release) {
    getURL("pops\1. htm", "_blank");
    }

    while the root of of...
    See more | Go to post

  • neliy
    replied to Squeeze buttons aside
    i wont stop looking 4 it but if you ll find it youll help me so much!
    See more | Go to post

    Leave a comment:


  • neliy
    started a topic Squeeze buttons aside

    Squeeze buttons aside

    Hey there! I'm trying to create a menu with 5 buttons and I want it to make the following movement. At the time the mouse is over a button, the button will get bigger and squeeze aside the rest of the buttons. I found through a tutorial code that makes objects to move away form the mouse cursor and I was wondering if this would work in my menu, while seting a movie clip 4 each button in the over state? (the code includes mouse coordinates which I...
    See more | Go to post
No activity results to display
Show More
Working...