only the K and the D are capitals, the rest are lower case. I think thats your issue. AS2 will not change, so as long as you say you want to make a fla with AS2 in the begining, all these old codes should work.
i watch your video "how to load and save in script" but i don't understand if you have more video of saving and loading script 2.0 videos please share me
im not gonna lie to you. i totally lazied out and never made the second video. but you should have everything you need on saving cookies on the other video. the second video here was going to be how to make walls for the walking man. unrelated to saving cookies.
This has been flagged as spam show
i wrote this:
speed=10;
onEnterFrame=function() { with(_root.yball){ if(Key.isDown(Key.DOWN)) { _y+=speed; } if(Key.isDown(Key.UP)) { _y-=speed; } if(Key.isDown(Key.RIGHT)) { _x+=speed; } if(Key.isDown(Key.DOWN)) { _x-=speed; } }
}
but it shows 3 error
1.access of undefined property speed=10.
2.access of undefined property onEnterFrame=function(){
3.access of undefined property with( _root.ball){
neupanemil 1 year ago
hi, my "isDOWN" is not turning blue... i dont think cs5 understands it's a command
plz help^^
Twixmonster1 1 year ago
@Twixmonster1
hey. the syntext for it is Key.isDown
only the K and the D are capitals, the rest are lower case. I think thats your issue. AS2 will not change, so as long as you say you want to make a fla with AS2 in the begining, all these old codes should work.
hope that helps you out!
Fink.
alisaravi 1 year ago
i watch your video "how to load and save in script" but i don't understand if you have more video of saving and loading script 2.0 videos please share me
rifaqatsaeed1 1 year ago
im not gonna lie to you. i totally lazied out and never made the second video. but you should have everything you need on saving cookies on the other video. the second video here was going to be how to make walls for the walking man. unrelated to saving cookies.
alisaravi 1 year ago
hi, i am saeed i want to learn saving and loading in action scripting please
help me.
rifaqatsaeed1 1 year ago
The Part onEnterFrame = function () {
has a error Occoured
did i do something wrong????
richeedsf 2 years ago
@richeedsf show me your whole script.
alisaravi 2 years ago