Actionscripted Cursor Effects Tutorial [Flash][Effects][Actionscript]
Started by: The Pirate | Replies: 34 | Views: 6,297
Oct 10, 2007 6:35 PM #62756
Awesome tutorial, but 1 part is missing. I can create a thing to multiply to numbers using input boxes and dynamic text boxes. The tut worked but i don't have 0 knowledge.
Oct 10, 2007 6:57 PM #62761
Quote from vertmanAwesome tutorial, but 1 part is missing. I can create a thing to multiply to numbers using input boxes and dynamic text boxes. The tut worked but i don't have 0 knowledge.
Aaaaaand your point is?
Oct 12, 2007 5:01 AM #62974
Quote from ScorpioxxxThere is a slight error if i remember, read through the code and you'll find it.
I thought there might have been, but everyone was praising the tutorial and talking about how awesome it is.
Besides, I'm honestly not that great with ActionScript. I mostly just steal other people's scripts and save them to a text file, so I'll have them for reference whenever I need them.
Oct 15, 2007 9:49 PM #63518
Sooooo...
Anyone gonna help me with this?
Anyone gonna help me with this?
Oct 19, 2007 5:53 PM #64030
ya it would only play the first frame of my animation wats up with that?
axle_exil
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Oct 20, 2007 12:35 PM #64216
you'know....i was about to odda punch you at the start but you got my attention and made me not be dumb :Smile:
Oct 20, 2007 10:51 PM #64318
This tutorial would be more helpful if it actually worked.
Help plz.
Help plz.
Nov 23, 2007 8:15 PM #68905
Dude this is confusing, how do you make a movie clip without anything to turn into one?
Nov 23, 2007 10:44 PM #68923
Quote from Metal FlowerDude this is confusing, how do you make a movie clip without anything to turn into one?
Use the 'insert new symbol' option, or, just turn something into a movieclip and delete it once inside then continue using the empty MC. If anyone really needs the correct code i'll see if I can find it/fix it.
Dec 8, 2007 2:11 AM #70933
i wondered about the same thing like metal flower...
AND WHAT DO I HAVE TO EXPORT IT AS? .GIF? .SWF?!
this is no tutorial for someone who hasnt got ANY experience with actionscripting... like me! maybe its the lateness (3:10 AM) or its the fact that i have to translate it in my language...
but i think that was too difficult... im totally defused and hate actionspripting like never :D
AND WHAT DO I HAVE TO EXPORT IT AS? .GIF? .SWF?!
this is no tutorial for someone who hasnt got ANY experience with actionscripting... like me! maybe its the lateness (3:10 AM) or its the fact that i have to translate it in my language...
but i think that was too difficult... im totally defused and hate actionspripting like never :D
Dec 8, 2007 3:40 AM #70947
Quote from Karthagoi wondered about the same thing like metal flower...
AND WHAT DO I HAVE TO EXPORT IT AS? .GIF? .SWF?!
this is no tutorial for someone who hasnt got ANY experience with actionscripting... like me! maybe its the lateness (3:10 AM) or its the fact that i have to translate it in my language...
but i think that was too difficult... im totally defused and hate actionspripting like never :D
GIF files use no type of code. So I don't know why you'd even think that. Just use your head and stop trying to overcomplicate things.
Dec 8, 2007 3:47 AM #70948
Neat Stuff...Nyfti
Dec 8, 2007 10:18 AM #70978
Eh, it doesn't work.
Dec 8, 2007 10:45 AM #70981
look, im gonna go get the WORKING code right now, its a simple error that anyone with actionscript knowloage could figure out, I'll edit with the right code in a min.
EDIT:
Here, try to figure out whats different:
In alpha 0 thing
in frame
EDIT:
Here, try to figure out whats different:
In alpha 0 thing
onClipEvent (load) {
nmber = 2;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
nmber++;
_root.effect.duplicateMovieClip("effect"+nmber, nmber);
_root["effect"+nmber]._x = this._x;
_root["effect"+nmber]._y = this._y;
_root["effect"+nmber]._rotation = random(360)+1;
if (nmber>=60) {
nmber = 2;
}
}in frame
Mouse.hide ()
Dec 8, 2007 11:14 AM #70985
It works now^^ thx.
Can't really be bothered to figure out the code =(
Screw you, Raffeh.
Can't really be bothered to figure out the code =(
Screw you, Raffeh.