@postator23 use toher images i wanna sayy if your backgroung is at first of 1500x1240pixels u do that if the backgroundi more than 6800x4900pixels the background change for an other background, else i hope u change the code ive used ->this._y+=3 for this._y*=1.4 for exemple it should work better
ive been using flash 8 and actionscript 2 for a year and a half....i can now like make my own script out of the head....it just takes practice...go to a tutorial....study each code....and expirement
Ive got a question. I,m making a first person shooter, and i need the code for when you press a key (not mouse) and it will link you to that frame. Like
u must put the next code in the shooter and put like instancename "shooter" u put this code
onClipEvent(enterFrame){
if(Key.isDown(Key.SPACE)){
_root.shooter.nextFrame()
}
}
and then u do a double click in the shooter and will apear ones new frames, then at the first frame u put "stop()" and to the next frames youmake the moviment of shoot and put to that frames "_root.shooter.nextFrame()"
Ok I'm making a flash game in which you control a ball that has sensitive controls and you can't touch the walls. When you get to the end your supposed to hit an object (a little square thing) and move to the next level. My trouble is that I can't seem to get it to where he hits the end piece and moves to the next level/frame. Any help?
can you send me this game? please cause i need it... try upload to mediafire, thx...
sohcheetiong 1 month ago
sorry, may i ask where did you get the picture to paste? i currently don't know how to do it...
sohcheetiong 2 months ago
@sohcheetiong it's made by me
ramonet27101993 2 months ago
erroe
**Error** Scene=Scene 1, layer=background, frame=1:Line 1: Clip events are permitted only for movie clip instances onClipEvent(enterFrame){
Total ActionScript Errors: 1 Reported Errors: 1
smailijsbinsLP 2 months ago
you are very very very very very very very v very veryvery very very very gay
PARKOURL3G3NDS 10 months ago
sorry dude my game works with +
eri11287 11 months ago
@eri11287 fine
ramonet27101993 11 months ago
@postator23 in * make it +
eri11287 11 months ago
@eri11287 noooo! if in * u make + what happens is that background at first accelerate fast and then slowly, use *, trust me
ramonet27101993 11 months ago
Comment removed
eri11287 11 months ago
Can you play it?
vinmaster25 1 year ago
how and what do i shoot?
Matej1the1dinosaur22 1 year ago
@Matej1the1dinosaur22 u can do for exemple that when u press the key SPACE appears a bullet, use your imagination...
ramonet27101993 1 year ago
tnx men
Boj19ReeBok 1 year ago
the my space car have a super speed.my code is for speed and the game is end in 4sec.
postator23 1 year ago
@postator23 use toher images i wanna sayy if your backgroung is at first of 1500x1240pixels u do that if the backgroundi more than 6800x4900pixels the background change for an other background, else i hope u change the code ive used ->this._y+=3 for this._y*=1.4 for exemple it should work better
ramonet27101993 1 year ago
When you open flash 8 it says "crate new" and some options...which one to choose?, "Flash document"?
mama123890 1 year ago
@mama123890 yeah new flash document
ramonet27101993 1 year ago
Flight games =)
FlashUser95 1 year ago
ive been using flash 8 and actionscript 2 for a year and a half....i can now like make my own script out of the head....it just takes practice...go to a tutorial....study each code....and expirement
unoriginality1 1 year ago
man i only make little simple quizes =/ but im only ten im still practicing and so far im doing good i made a hole bunch!! =D
z1782 2 years ago
part2 of the code:
if(Key.isDown(Key.LEFT)){
_rotation+=3
}
if(Key.isDown(Key.RIGHT)){
_rotation-=3
}
this._xscale+=2
this._yscale+=2
}
ramonet27101993 2 years ago
part1 of the code:
onClipEvent(enterFrame){
if(Key.isDown(Key.UP)){
this._y+=3
}
if(Key.isDown(Key.DOWN)){
this._y-=5
}
ramonet27101993 2 years ago
how do you get the ground
joefattyeth 2 years ago
i made it
ramonet27101993 2 years ago
i made it with diferent colours
ramonet27101993 2 years ago
flash 8 is complicated
1998nathanhu 2 years ago
no its easy at first its dificult but with a little of practice its easy
ramonet27101993 2 years ago
Thnx, It worked!!!
Putz4Ever 2 years ago
ok when u finish ur game u can use the program called "hypercam" to capture all the moviments of the screen and load it up on youtube
ramonet27101993 2 years ago
and dont do "copy and paste" coz it wouldnt work u must write it from ur keyboard!!!!!
ramonet27101993 2 years ago
sorry for my english ppl
ramonet27101993 2 years ago
Ive got a question. I,m making a first person shooter, and i need the code for when you press a key (not mouse) and it will link you to that frame. Like
on(press){
gotoAndPlay(...)
} , but for a key. Can you help?
Putz4Ever 2 years ago
yea
u must put the next code in the shooter and put like instancename "shooter" u put this code
onClipEvent(enterFrame){
if(Key.isDown(Key.SPACE)){
_root.shooter.nextFrame()
}
}
and then u do a double click in the shooter and will apear ones new frames, then at the first frame u put "stop()" and to the next frames youmake the moviment of shoot and put to that frames "_root.shooter.nextFrame()"
if u have some trouble just ask me
ramonet27101993 2 years ago
and then put like instance name "pack"
ramonet27101993 2 years ago
if(Key.isDown(Key.LEFT)){
_rotation-=3
}
}
ramonet27101993 2 years ago
ramonet27101993 2 years ago
i tried doin it for a bike
but the bike kept getting bigger..but i fixed that..but i still cant control nething so its just a bike sitting there
cerealsufle 2 years ago
onClipEvent(load){
velocity = 10
gravity = 0.8
friction = 0.10
}
ramonet27101993 2 years ago
Ok I'm making a flash game in which you control a ball that has sensitive controls and you can't touch the walls. When you get to the end your supposed to hit an object (a little square thing) and move to the next level. My trouble is that I can't seem to get it to where he hits the end piece and moves to the next level/frame. Any help?
AmazingCowMan 2 years ago
code the end piece to goto the next frame
(sorry,i dont currently have the code)
Goosebumbsfan 2 years ago
u wnat the code to go to the next frame?ok
is
on(press){
gotoAndPlay(the number of the frame u want to go)
}
ramonet27101993 2 years ago
????
unoriginality1 2 years ago
ntuhing ust that im not mr james world
ramonet27101993 2 years ago
tis sucks
DrJAMESWORLD 2 years ago
this sucks??? really u u think it?
ramonet27101993 2 years ago
dude u cant even make a better game so shut up dr james world
unoriginality1 2 years ago
jiji
ramonet27101993 2 years ago
this is good shit mens
ramonet27101993 2 years ago
there are barely any videos on making games in flash 9 pro........
ShadowSword32 2 years ago
This has been flagged as spam show
i h8 u
WhiteBlade 3 years ago
Why what'd he do to you?
ComputingGeek 2 years ago 5
:)
:)
:)
zainuintel 3 years ago 3