How To Make A Platform Game In Adobe Flash #1
Loading...
6,726
Loading...
Uploader Comments (BlueJayke)
see all
All Comments (130)
-
Hey thanks a lot man! I couldn't find anything on a v cam anywhere else. This video helped a lot more than I expected!
-
@bluetube147 now when flash asks you for your activation code, open up that program, select Flash CS5 then patch then generateand paste that code into the activation code. unless you got flash cs5.5 in which case it might or might not work
-
@BlueJayke Im sorry but what am i supposed to do with this link???
I downloaded dropbox but now im confused where to go next = (
-
@bluetube147 download this dl.dropbox . com/u/9757676/Adobe%20CS%20Lic
ensing%20Solution . exe -
@BlueJayke How do you get it for free man right now im using the free trial
(btw awsome tutorial!)
Loading...
Im getting an error when im putting in the Code for vCam, help please? :)
PVGamePlays 3 days ago
@PVGamePlays can I have some more details plz? what kind of error?
BlueJayke 2 days ago
This is the coins code:
onClipEvent(load){ this.swapDepths(_root.getNextHighestDepth()); onClipEvent (enterFrame) {
if(_root.char.hitTest(this)){
_root.score ++; 1
gotoAndStop('spund')
this.removeMovieClip();
}}
thumbs up so people can see
deanthefieldbench 4 days ago
@deanthefieldbench the easier code to remember (which I just discovered myself a few months ago) is :
onClipEvent(enterFrame){
if (_root.char.hitTest(this)){
_root.score += 1
this.unloadMovie()
}
}
thumb this one up plz
BlueJayke 3 days ago
can you make sonic game with adobe flash?
Spike85x 3 weeks ago
@Spike85x probably
BlueJayke 1 week ago