There, i cant explain things very well, thanks in advance.
Matt Kasper
Posted 23 February 2002 - 10:23 PM
There, i cant explain things very well, thanks in advance.
Matt Kasper
Posted 23 February 2002 - 10:47 PM
Quote
There, i cant explain things very well, thanks in advance.
Matt Kasper
ditto.
Posted 24 February 2002 - 07:14 AM
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_x += (_root.xArea-_x)/speed;
_y += (_root.yArea-_y)/speed;
}
And This on your Button:
on (rollOver) {
_root.xArea=100;
_root.yArea=100;
}
Josh Dura
Posted 24 February 2002 - 09:03 AM
now onto the flash:
check out the site: http://litescript.ch...ticle.com/vintz
and see how the boxes just popup (there is a bug that im fixing so that the one that is clicked is actually on top; right now they popup in natural order...im working on it :))? i think it would be cool if they slid in starting out fast and slowing down as you get closer to the point where it stops. Where can i learn to do this? I have flash5 and I am not really that good at it :(. Where is a good place to learn?
<edit>(btw this aint no site chek, im tryin to figure out how to do sumthin in flash. quik :-P)</edit>
many thanks.
-PETE
-meh!
(Edited by skrilla monkey at 11:40 am on Feb. 24, 2002)
Posted 24 February 2002 - 11:18 AM
Quote
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
_x += (_root.xArea-_x)/speed;
_y += (_root.yArea-_y)/speed;
}
And This on your Button:
on (rollOver) {
_root.xArea=100;
_root.yArea=100;
}
Josh Dura
u should make a tutorial josh... lots of peeps want 2 know how 2 do that.
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
