Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
20 Flash Tutorials
ni c0rupt3d_l0l
20 Flash Tutorials
Mga tag para sa 20 Flash Tutorials
Deskripsyon
Walang deskripsyon na available para sa larong ito.
Mga Komento
xJTCx
Dec. 01, 2009
lol, nice tutorial. i like the way every comment i saw was by a developer
c0rupt3d_l0l
Oct. 22, 2009
But its much easier just making a key frame on frame 1 then another on say frame 30 then click on the frames add motion tween" and on the frame 30 put the cloud were u want it to go
c0rupt3d_l0l
Oct. 22, 2009
for clouds just put a code in of like on
onClipEvent(load){
speed = 5;
}
onClipEvent(enterFrame){
_root.cloud._x + speed;
}
should work then just make a hitest
onClipEvent(enterFrame){
if (_root.cloud.hitTest(this)){
_root.cloud._x = where u want on screen;
_root.cloud._y = where u want on screen;
}
}
something like that if u wanna use coding
linermaster
Oct. 19, 2009
awesome! thanks man, the code for the ground helped alot
5/5 cus of that
omazing
Oct. 05, 2009
yes RTL... its a motion tween. Also, this tutorial rox. i really need this because i am a newbie game maker. so, it helps. 5/5 (seriously)