PDA

View Full Version : SLider;P


Wichura
05-10-2003, 09:41 AM
Hi:) Its my first post here, Im just starting Actionscripting, so dont laugh to loud;P I have couple of buttons, which i slide using this code :
onClipEvent (enterFrame) {
xspeed = (_root.horizFader._x-_root.horizFader.initx)/5;
_x += xspeed;}

Anyway, I want to have this kind of an action: If i click on the button (which R MC's) i wat to go to the scene.2, 1. I was trying the GOTO script but it didnt work...:confused: Can anybody help me??? Thx a lot!:D
PS. Im attaching the file... ;)

Wichura
05-10-2003, 10:17 AM
Ok i handled it myself;) Next post helped me:D