

- #Monogame for visual studio 2010 code
- #Monogame for visual studio 2010 download
- #Monogame for visual studio 2010 windows
#Monogame for visual studio 2010 code
Each time you type in the name it will take you to the code view, make sure to come back to the design view and type the keyisup event. Now click on Label 2 and apply the following changesĬlick on the Timer and apply the changes, Enabled TRUE and Interval to 20.Ĭlick on the form and look at the form properties window.Ĭlick on the lightning bolt icon on the form.įind the key down and key up events and type in the following event names. It will open this window and apply these changes to Label 1 let’s do 30.Ĭlick on label 1 and check the properties window for the FONT option. Now you can copy and paste as many coins as you like. Change the size mode to Stretch Image and apply a tag “coin” to this picture box. Once again drag and drop another picture box to the form.Ĭhange the size to 20,20. Good thing we imported all of them AM I RIGHT. Size - 40,40 and size mode stretch image. Click on it and change the following in the properties window Now you can make the final copy of the ghost and change the image to the pink ghost.Īll done placing the ghosts, now its time to make some changes to the properties of the ghost picture boxes.Ĭhange name option in the properties window to redGhostĬhange the name in the properties window to yellowGhostĬhange the name in the properties window to pinkGhostĭrag and drop a new picture box to the form. Now we have two ghosts, time for the crazy pink one. Make a copy of the red guy, follow the same steps to change it to the yellow guy and place him between the bottom walls.

Once you clicked on import find the folder with all of the images in it. Make sure the project resource file is selected and click on IMPORT In order to do so, click on the small triangle on the top right corner of the small picture box and click on Choose Image. Now we need to import all of the images from our assets folder to the project. Now copy and paste it 4 times until it looks like belowĭrag and drop another picture box to the screen.Ĭhange the size to 36, 38, Size mode to stretch image and tag to ghost. There is also a very important option called TAG. In the properties window of the picture box find the option BackColor and change it to MidNight Blue. We will be using 5 picture boxes for the walls.įind the picture box component in the tool box and drag and drop it to the form. This is the crazy pink ghost who will haunt your dreams. Once the player has collected them all they win the game. This image will be multiplied and spread across the form. This is the left directional image named left.GIF This is the right directional image named right.GIF This is the down directional image named down.GIF
#Monogame for visual studio 2010 download
Download the resource from above the tutorial or get it from MOOICT.COM This is the up directional image we named this file up.GIF since they all are animated GIF files. They will all play together, and making it look like the games original player. Pacman GIF is the sequence of images below This is the main reason we picked Miss Pacman because she has a bow and beauty spot which is distinctive enough to recognise which way is which. Since we have a player who can move left right up and down, therefore we have created a pac man image which is rotated left right up and down. When the game is over there will be a game over text or when the player won the game it will show You WIN.1 (PINK) ghost will have a random movement which will scale across the form.

#Monogame for visual studio 2010 windows

