I made a game like this with labels. Except I set the font to Webdings and had the little man icon walking through the maze with keystrokes. And I had the maze randomly generated with a maze generation algorithm. And I had the maze in a 10x10x10 grid, where the exit to the maze was just a stairway up to the next level, and you had to go from basement 10, all the way up to the surface. And then I added mosters on each level and a damsel to rescue, and treasures too, all with the Webdings font.
@nicacaalim738610 жыл бұрын
can i see your code??? :p
@kevnar10 жыл бұрын
nica caalim I can't even see my code. My hard drive crashed on me. It's pretty easy though.
@nicacaalim738610 жыл бұрын
ok i'll try XD
@lorenzogarcia-mb3hy9 жыл бұрын
Hi , i have mp4 file in DB saved as "longblob" and i want it to 1)retrieve the longblob 2)convert it to mp4 file and 3) save to desktop, i use vb.net 2012, how to do that? please help. Thanks
@kevnar9 жыл бұрын
nica caalim www.mazeworks.com/mazegen/mazetut/
@ShuyaTheDark8 жыл бұрын
Would have been funny if you added a screamer in the middle of solving the maze x)
@ChadPark0510 жыл бұрын
wow. such knowledge. much code. very maze. wow
@TurkiAU10 жыл бұрын
Are you serious? :)
@tudar7201110 жыл бұрын
Turki Umairan much serious. very real. such profile pic. wow.
@Goldenkrew300010 жыл бұрын
ChadPark05 WTF Dude
@thevaultdwellerf66915 жыл бұрын
Ah I miss the old autistic memes of back then
@TheAzzabro9 жыл бұрын
I encountered an error when trying to run the program. It pops up with Error 1 'Maze' is not a member of 'Maze'.
@AnubisPresents4 жыл бұрын
Some options aren't available in the newer version of Vb, help.
@calmc8 жыл бұрын
So that's how those net puzzles were made
@jaredlim6411 жыл бұрын
Would this work for VB 2003? We program in class with that old software and I'm just worried that if i transfer my work from 2010 via Flash Drive the data would not be accessible.
@epiphany48110 жыл бұрын
I keep getting an error that says "Error 1 'MoveToStart' is not declared. It may be inaccessible due to its protection level."
@Owen2k65 жыл бұрын
Great I have a maze game now Cheat: click and hold and then drag (then you can go through walls
@michaelmcpeters80982 жыл бұрын
Add in a mouse click event to send you back to start. :-P
@PcHDLighT12 жыл бұрын
hey, but i dont have on the right size properties, what I need to do to come out???
@cosmiccheetah69068 жыл бұрын
Lol, that's like a new version of Flappy Bird.
@cosmiccheetah69068 жыл бұрын
Chihoon Choi I meant because they're both extremely frustrating, filthy fucking degenerate.
@Pawlmeister12 жыл бұрын
I dont see Properties "tab" Form1 System.Windows.Forms.Form where u change icon and all that? I've looked everywhere haven't found i can open it.
@tomasdias73686 жыл бұрын
THANK U SOOOOOOOOO MUCH !!!!!!!!! LOVE UR WORK
@mrFaci11 жыл бұрын
I ot a problem.I noticed myself that when i use Select all it also selects Finish label, and it was using MoveToStart() when i entered on Finish label also, i deleted Finish from wall enter code, and deleted WallMouseEnter from Finish labels Events, but now when i enter on Finish it does nothing. Help
@Hishamsack12 жыл бұрын
Can I do this in Visual Basic 2008? It has worked fine up until the the Cursor enters the "Finish". I tried writing "Handles Finish_MouseEnter but it shows a red line under it, and without it the message box not appear, nor with is as a matter of fact. Please tell me if there are some minor changes I have to do to make this code compatible with VB 2008. Also I'm new at this.
@uusm91689 жыл бұрын
Wow this is amazing, I'm going to try this tomorrow :D thank you so much for this
@jenlifh28712 жыл бұрын
You didn't did it for sure
@jonom62513 жыл бұрын
How do you get it to reset the mouse to the maze when you leave the panel?
@cowboykomperda11 жыл бұрын
How would I make an Image pop up when you Finish it?
@AkirosGuy12 жыл бұрын
I have made something like this,but a bit different in this manner: Instead of the cursor,i'll be moving a picturebox (with a ball image inside). Is there any other way to make it move inside the limits, apart from using coordinates to restrict the ball movement? Cause it's too complicated and need a mamooth amount of time to write it correctly...
@СамаилГулиев8 жыл бұрын
guys,i did everything right and game can be played.But i was not able to open it after closing.How to decide this problem?
@kungfumaster754711 жыл бұрын
i cant do it!!!!!!! i always have errors about "movetostart" please tell me how!..
@lorenzogarcia-mb3hy9 жыл бұрын
Hi , i have mp4 file in DB saved as "longblob" and i want it to 1)retrieve the longblob 2)convert it to mp4 file and 3) save to desktop, i use vb.net 2012, how to do that? please help. Thanks
@sjors12345678913 жыл бұрын
Dude, how to disable the mouse buttons?
@EminemFan84412 жыл бұрын
Hey Im brand new to programming, just finished programming 1. Right now i feel like i will never be able to do anything like this. About how long did it take you to fully understand how to program. Do you have any advice?
@helioimperium12 жыл бұрын
does programs which you build in Visual basic have dependencies on .NET ?
@nmrgiesta36257 жыл бұрын
error 'Offeset' is not a member of 'System.Drawing.Point'. Private Sub MoveToStart() Dim StartingPoint = Panel1.Location() StartingPoint.Offeset(10, 10) Cursor.Position = PointToScreen(StartingPoint) End Sub Can you help me? visual studios 2013
@Reprintsandmore11 жыл бұрын
Hey, i dont have this 'Toolbox' on the left side what can i do or where is it? Fast answer please :/
@NemanjaDjakicNecez10 жыл бұрын
For a good maze game in visual basic with download available, google "mouse in action visual basic" I'm sure you will like it. :)
@jpcabrera60217 жыл бұрын
How do fix the "identifier expected" error with the MoveToStart Code?
@iambonmucho12 жыл бұрын
Better Idea for a maze game: Write under Public Class Form1 ... End Class this code: Public Class Wall Inherits PictureBox Private Sub Wall_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.MouseEnter Form1.GameActive = False End Sub End Class
@Louthsk8er10 жыл бұрын
Nice maze and nice music
@soba99298 жыл бұрын
i liked this channel but please can u make a thing that moves the mouse icon any icon pls it will be cool
@CandyMan14TT11 жыл бұрын
i got a problem is says that Panel1 is not declared,how can i declare it ??
@sulavpokharelnation7 жыл бұрын
how to make a game on vb 2010 that look like super mario games.... plz help me
@Cortex97pl12 жыл бұрын
So now, how to do next level? By moving pictureboxes with the level? or how? Please respond.
@tincamifia11 жыл бұрын
what website are you using to mke this game?
@kaizer7023 жыл бұрын
Can you add some specifications cause its really hard to understand sometimes you put stuffs then delete after and put your mouse away to the code its hard to understand
@mattdowler7928 жыл бұрын
found a problem with the mouse. if you right click and hold when the form is up, you can go through walls and not go back to start.
@fopiagaming84888 жыл бұрын
+Matt Dowler same
@mattdowler7928 жыл бұрын
Found a way around my problem. You just implement a mouse click event and that solves it.
@fopiagaming84888 жыл бұрын
oh ok thx
@patrickjasonwonggso12 жыл бұрын
Let's make another version of scary maze!
@diegosalasnoain11498 жыл бұрын
How can i do this on visual C++?
@1001stathis12 жыл бұрын
to play with keybord?
@bobjeff871612 жыл бұрын
at 4:48 i dont see "finish". can u pls help me?
@Uninterrc11 жыл бұрын
Hi, i have tried running it but i get this error......can you help me with this???? Error message Visual basic cannot start debugging because the debug target user/appdata/local/temporaryprojects/maze/bin/debug/maze exe is missing plaese build the projects and retry or set the outputpath and assembly name properties appropriately to point at the correct location for the target assembly
@cianfelz10 жыл бұрын
how about using a object instead of mouse pointer hope you help
@570gorgonzola12 жыл бұрын
Hey, would happen to know how to make a game of snake on vb?
@babitakumari59196 жыл бұрын
Is this working on VB.net 2008
@kingstylaa9511 жыл бұрын
me too... did u find the solution?!?
@10Darkmoon1012 жыл бұрын
Error3'movetostart' is not declared. It may be inaccessible due to its protection level. Please help me
@aquibkhan93856 жыл бұрын
4:20 what did you type?
@XGamerXsTyLeX12 жыл бұрын
i did everything it you said but it say's that there is error's please help
@mostarso66147 жыл бұрын
Bro when did he put a message box in the form
@YoEsUTub12 жыл бұрын
can you teach me how to change the cursor
@TheGabriel67012 жыл бұрын
i dont get the code part
@YanCarranzaDG5 жыл бұрын
Good bro
@bluetiger81112 жыл бұрын
@sammmy1002 the error tells you what line the error is on, then look for anything underlined
@urinalpatty53867 жыл бұрын
Can you please turn down the music next time? Its way too loud
@kelvin67846 жыл бұрын
try turn down your volume lol
@CommissarMitch10 жыл бұрын
took this and made buttons for start and finish :D
@corruptedeck30117 жыл бұрын
A "MAZE" ing
@epickail10084 жыл бұрын
Lololol
@alusineswelinzemakargbo93448 жыл бұрын
thank you ,i want an icon to display on the screen
@isnadsultana35506 жыл бұрын
Can you add score board with previous score included also how to put player name beginning of the game?
@MGArtDZN7 жыл бұрын
The only bad thing about it is that u can simply go around the form ;-
@duminduchathuranga13710 жыл бұрын
Superrrr.............!!!
@CyberPunk011 жыл бұрын
How do you mean "Web Site"? This is a program not a web site, so i see by this comment that you are a starter on VB 2010 so let me explain. The first thing is to read a book about programming(The best is "Visual Basic made easy") and try to remember some codes, then go online(KZbin) and search for tutorials like this one. And you will learn the code in, about 2 years like me :)
11 жыл бұрын
i'm in programing since commodore 64 and still learning...
@anubhavbhatnagar76998 жыл бұрын
woww tht was awesome... plz plz tell the code seperatels.. i m begging u
@kumarankong243711 жыл бұрын
hey can someone post a link of a copy of this Maze. Needed it for reference TYVM , Much love.
@RAGEMODDZz10 жыл бұрын
Will you link your source ?
@YoyoMapler12312 жыл бұрын
hey, this is really great but what if instead of using a mouse i use a picture box. im wondering how i should code it so that instead of the mouse its the picture box that gets moved to the start when it goes through a wall. i already know how to make the picture box move but i wanna know how to make it so it gets moved to the beggining if it goes trough a wall. if u can explain simply im not too good its just for a project, ill be giving you credit for the info. thanks :)
@TheGamesProjects11 жыл бұрын
Hi ya Im stuck i did everything WHEN I debug this window pops up, Erorr while trying to run project: Could not load file or assembly Maze Game or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) PLEASE RELPY NOW AND HELP ME
@gallane00311 жыл бұрын
That's pretty cool :)
@bis149 жыл бұрын
hi can you zoom out the video or can you share with us the steps and the codes tnx.
@mtech193511 жыл бұрын
Hey can u tell me After Private sub The Remaining Codes ????
@inidyOu2512 жыл бұрын
hello! :) Will you help me to Create Games Using Flash Then Insert it From Visual Basic?? Our Main Topic Is AGRI-GAMES.. it's About Rice And Pest Management.. Or else.. Will You Program Question and Answer Using VB. about Rice And Pest..? thankyou :)
@ma.vicellenapares3368 жыл бұрын
Is this working on VB.Net 2010?
@DanCojocaru20008 жыл бұрын
This is what he uses so I might say yes! ;) P.S. Works on any VB 2005 and up guaranteed.
@paulinacano758510 жыл бұрын
GRACIAS!!! Saludos desde Colombia
@Ujaigy12 жыл бұрын
Hello . But how can I make a .exe file or something that will allow me to play the game without opening it in VB. Thx , nice videos.
@abubakarsadiqmuhammad2203 жыл бұрын
I'm having the same problem as you I want to know how to use the application without opening through visual basic
@haveabestlife12 жыл бұрын
The Message bBox for finish did'nt worked
@HaseverGaming11 жыл бұрын
Thankyou this was a good vid but can you please create one showing how to make levels on a game? because i am making a game and well i dont know how to put levels to it PLEASE HELP thanks
@DanDgl012 жыл бұрын
Can't hear any audio!
@Persesas12 жыл бұрын
thank you very much, it helped me alot :)
@BuraksakalliOrgyoutubetr12 жыл бұрын
Score Add ? Please
@t1meesh2309 жыл бұрын
Awesome thank-you so much! :)
@someirishskater9 жыл бұрын
Awesome man, thank you :)
@CyberPunk011 жыл бұрын
Why not just click on the label1 and under the msgBox put form2.show() and then go to :project/add windows form. In the form2 make the level 2, FINISH! :) .
@venomsaad11 жыл бұрын
Awesome Vid!!!
@whatcanisay311 жыл бұрын
nice n cool
@filemonshalonda768611 жыл бұрын
how to code the video game
@masqueradet11 жыл бұрын
Nice Vid.
@computertutoirals14698 жыл бұрын
best channel
@Ryan-yr6hs7 жыл бұрын
This is Amazeing
@dantebeebox4886 жыл бұрын
I hear the drums echoing tonight But she hears only whispers of some quiet conversation She's coming in, 12:30 flight The moonlit wings reflect the stars that guide me towards salvation I stopped an old man along the way Hoping to find some old forgotten words or ancient melodies He turned to me as if to say "Hurry boy, it's waiting there for you" [Chorus: Bobby Kimball] It's gonna take a lot to drag me away from you There's nothing that a hundred men or more could ever do I bless the rains down in Africa Gonna take some time to do the things we never had [Verse 2: David Paich] The wild dogs cry out in the night As they grow restless longing for some solitary company I know that I must do what's right As sure as Kilimanjaro rises like Olympus above the Serengeti I seek to cure what's deep inside Frightened of this thing that I've become [Chorus: Bobby Kimball] It's gonna take a lot to drag me away from you There's nothing that a hundred men or more could ever do I bless the rains down in Africa Gonna take some time to do the things we never had [Bridge] Hurry boy, she's waiting there for you [Chorus: Bobby Kimball] It's gonna take a lot to drag me away from you There's nothing that a hundred men or more could ever do I bless the rains down in Africa I bless the rains down in Africa I bless the rains down in Africa I bless the rains down in Africa I bless the rains down in Africa Gonna take some time to do the things we never had
@ryanspiker382511 жыл бұрын
Thank You. You are a boss!!
@VOIDSenseMusic12 жыл бұрын
Sorry but I have mazephobia since I played the Scary Maze.
@artemka71111 жыл бұрын
How Save To .exe?
@pojkken711 жыл бұрын
Thank you very much! Lifesaver :)
@secretagent99612 жыл бұрын
Easy to win: 1. Remember when is the FINISH. 2. Press windows button + D. 3. Go to the FINISH with the mouse. 4. Press again windows button + D. Thumbs so everyone can see :D :D
@fuXas100011 жыл бұрын
When you finished let's say first level jus add new form and if I'm not wrong you need add code yourformname.show()
@imaculatatrisukma47118 жыл бұрын
trimaksih banyak :) sangat membantu :)
@alfalajbuilding11 жыл бұрын
thnx very much but it wud b nice if u gave a downloadable copy of the codes entered