Search found 6 matches

Search found 6 matches Page 1 of 1
by backo
Tue Mar 29, 2011 1:27 pm
Forum: Tutorials
Topic: AS2 acceleration please help
Replies: 1
Views: 2373

i have a problem with my acceleration script in AS2 the script goes: onClipEvent(load){ v1 = 1 //makes variable that = 1 } onClipEvent(enterFrame){ if(Key.isDown(Key.LEFT)){ v1 +=2 //increases variable this._x -= v1 //moves object using variable as speed } if(Key.isDown(Key.RIGHT)){ v1 += 2 //increa...
by backo
Fri Feb 04, 2011 2:35 pm
Forum: Tutorials
Topic: (Help!) moving MC script
Replies: 1
Views: 2209

well, i only have one simple problemi cant figure a script to move one movieclip to another movieclip by the push of a button, lets say... space. heres a example of the script i cant make work onClipEvent(EnterFrame){ if(Key.isDown(Key.SPACE)){ this._x = clip._x this._y = clip._y } } but it does not...
by backo
Tue Dec 07, 2010 2:26 am
Forum: Programming Software
Topic: Plz help; AS2
Replies: 5
Views: 3744

yep, i have tried, i cant find any kind of tutorials or anything :/

i have accually tried to fighure this very thing out for 2 months now xD

well well, i guess i can almost give up on this then xD

unless someone else wants to help me then ^^
by backo
Tue Dec 07, 2010 2:21 am
Forum: Programming Software
Topic: Plz help; AS2
Replies: 5
Views: 3744

AS2 is what the scripting form is whithin Flash 8, withing the newer versions of flash there are AS3 (action scipt 3) so if you dont know too much about flash ill try to explain to you what a movie clip instance is ^^ well, first of all you have a movie clip, wich basicly is a animation within the a...
by backo
Tue Dec 07, 2010 2:16 am
Forum: Introduce Yourself
Topic: HEY :D
Replies: 11
Views: 3498

Well, i figured, since i need five posts to download my friends (awesome) programs i can just as well start off by introducing myself here. :D i will not say my name here, but i am 16 years old, and online i call myself Backo, i cant really remember the reason why, since its a name i made up when i ...
by backo
Tue Dec 07, 2010 2:08 am
Forum: Programming Software
Topic: Plz help; AS2
Replies: 5
Views: 3744

Can anyone please be nice and tell me how to fix my problem, i'll try to explain it for you... so lets see, its a space invaders-ish game, its a tanklooking thingie that can go forth and back, and i have all the animatopn for it, but i am struggeling with making a movie inctance of the bullet at the...
Search found 6 matches Page 1 of 1
Go to advanced search