Flash Maze Game - Final
Uploader Comments (4YourGamez)
Video Responses
All Comments (98)
-
Thank u! dude! Ur the best! I can now scare my friend, and whoever play my game lol.
-
I learned this off another video and I wonder why u don't add in ur scripts as u go along
It's so much easier
-
a button to start the game! why didnt i think if that! >.>
-
THank for making this i offically love you now.
-
Thanks for the quick demo! I will share this with some of my students for a quick visual. :)
-
Does any one no how to make it when u click the mouse moves to a different part of the screen? please help
thanks.
-
sweet
-
On the square object which moves the player to the next level, make sure it is converted to a Movieclip and add this actionscript to it:
onClipEvent(enterFrame){ if(this.hitTest(_root.ball._x,
_root.ball._y){ _root.gotoAndPlay(2); } }
//Where ball is the movieclip name of the ball and '2' is the frame number of the next level.
-
Lovely i Just Need the flash thanks:)
-
I figured it out, I wasnt adding a blank keyframe.
You guys may have noticed some of my video's have been taken off Youtube.
This is due to a WMG "Sweep" of all songs licensed to WMG. I'm currently trying to resolve the issue, and the Video's will be back on ASAP.
You can blame WMG for getting rid of my video's and countless other ones...
You'd have thought it was under Fair Use Policy for using them for educational purposes but... whatever.
Thanks,
4YourGamez.
4YourGamez 3 years ago
Thanks for all your feedback guys,
I'll take it all into account.
I most likely will add a step by step instruction into the description as well. Including the actionscripts! Thanks for your feedback, its always appreciated. ;)
Thanks,
4YourGamez
4YourGamez 3 years ago
I use the shortcut key to actionscript: F9. If thats what you mean.
4YourGamez.
4YourGamez 3 years ago
Some versions of Flash use AutoFormat, which automatically put ";"'s at the end, saving you the time to do that.
Thanks for the rating.
4YourGamez
4YourGamez 3 years ago
Thanks for the comment j2j318!
Oh, and my cursor is just the standard windows cursor. Howevever, I use Camtasia Studio to record my tutorials, and I can select whether I want it highlighted or not. ;)
4YourGamez
4YourGamez 3 years ago