PDA

View Full Version : text moving


shreky
05-30-2003, 02:32 PM
now, please be clear, I dont want a scroll...

I want text to just move up continously when the frame loads. No way for the user to read it or stop it, just to make it look good? kapiche? ok, now next problem

I want a button where an object appears under the button and moves across on rollover, but the object just appears and doesnt move. any ideas? <--not action script btw, but while im posting here....

pellepiano
05-30-2003, 02:39 PM
1. Put the text inside a movieclip. ON that movieclip put

onClipEvent(enterFrame){
this._x+=5;
}

Thats all.

2. Make the moving object as a movieclip. Put that movieclip in the buttons second frame.

shreky
05-30-2003, 02:52 PM
thanks, i got that sorted, now what about the moving button rollover and now i got a new problem

how do u show someones IP in a text box? plus if any other details like operating system etc can be shown that would be helpful

pellepiano
05-30-2003, 03:56 PM
Dont know about the IP but www.flash-db.com has a lot of cool stuff ( some free and downoadable ) that works with php. Among them some Flash apps that get the IP and can ping and things like that.