Phaser 3 Game Tutorial - 03 - Making a Menu Screen n Loading Images Sprites Audio

  Рет қаралды 33,067

jest array

jest array

5 жыл бұрын

github.com/jestarray/gate
sound:
freesound.org/people/Shuinvy/...
zenva loading bar:
gamedevacademy.org/creating-a...

Пікірлер: 58
@pafiro
@pafiro 2 жыл бұрын
Creates a beginner friendly tutorial on how to make an entire main menu and loading screen in 8 minutes. "Was I going to fast?" Great video though, learned a lot! Thanks!
@roryanderson5123
@roryanderson5123 5 жыл бұрын
Really enjoyed the way you put the video together. Quick and to the point! Keep up the good work :)
@leot1509
@leot1509 5 жыл бұрын
Great video! A lot of content in a short time! I don't think you're going too fast, the pace is pretty good. An 8 minute tutorial is much easier to watch than a 30 minute one. This way I don't get too bored by stuff I already know and for the things that are new to me, I can just pause and rewind. Thanks for making these videos! They're helping a lot!
@scriptingarthur
@scriptingarthur 5 жыл бұрын
Great video, I like the format of the video, straight to the point shows how to use the methods and what you can do with them
@vigneshs2886
@vigneshs2886 5 жыл бұрын
Just the right amount of speed and the right amount of content ... now I demand a thousand videos from you...
@EftaLaxa
@EftaLaxa 5 жыл бұрын
"Whatup my fellow humans." I love your channel and these tutorials, so great! Thank you very much.
@the5kyliner
@the5kyliner 4 жыл бұрын
Really nice tutorial, thank you! So much good content in very short time. love it!
@TPNYC
@TPNYC 5 жыл бұрын
Precious few resources on Phaser 3. Lots of distracting videos for Phaser 2. Thanks a ton, and keep up the great work!
@davofalltrades
@davofalltrades 5 жыл бұрын
These are great videos! Thanks for making them.
@Lutenesed13
@Lutenesed13 5 жыл бұрын
TIll now this is the best phaser 3 tutorial!
@Seftdelmer
@Seftdelmer 5 жыл бұрын
Great video, keep them coming Mr. Array.
@lsutoob
@lsutoob 3 жыл бұрын
To answer your question: yes a bit too fast, but slowing it down to 75% did the trick. Great tutorial!
@Twitchsane
@Twitchsane 3 жыл бұрын
It would be nice to continue making videos. This kind of tutorials are nice. Keep going with phaser
@eduardo_messias
@eduardo_messias 5 жыл бұрын
Top! Congrats for the great video.
@yosledev
@yosledev 10 ай бұрын
awesome video, you get a new subs here!
@gammafp
@gammafp 5 жыл бұрын
Thanks for your video :)
@julesyoung6571
@julesyoung6571 5 жыл бұрын
Brilliant! Thanks
@leizhao8399
@leizhao8399 5 жыл бұрын
Why can't I see background image if I add "this.add.image(0,0,'title_bg').setOrigin(0)" into LoadScene.js?
@tlmsk1911
@tlmsk1911 5 жыл бұрын
Thank you!
@ThaSaltyDawg
@ThaSaltyDawg 5 жыл бұрын
playButton.on("pointerover", ()=>{ // does not hover it activates on the click, is there something I'm missing?
@oussous0222
@oussous0222 5 жыл бұрын
thank you very much !!!
@danielthompson8993
@danielthompson8993 5 жыл бұрын
Hey jest love your videos and small question about Parcel. I am having trouble with getting tilemaps to work because parcel will not serve json files.When I go to do something like this: this.load.tilemapTiledJSON('level1', 'assets/level1.json'); parcel just craps out and sends the default index.html file... Any ideas for how to load json over parcel or some workaround with the loader system?
@jestarray
@jestarray 5 жыл бұрын
it should be "./assets/level1.json" . Your assets folder should be in the generated dist folder.
@honza139706
@honza139706 5 жыл бұрын
I cant display the image i had green square around , please help ! The path is set correctly to the assets
@stanleythehandsome5402
@stanleythehandsome5402 5 жыл бұрын
Dude i have same problem, did u find solution?
@rivarelven4129
@rivarelven4129 4 жыл бұрын
​@@stanleythehandsome5402 it is becuse you need a server or that your internet connection is slow
@rivarelven4129
@rivarelven4129 4 жыл бұрын
it is becuse you need a server or that your internet connection is slow
@stanleythehandsome5402
@stanleythehandsome5402 4 жыл бұрын
@@rivarelven4129 I solved this 2 months ago but thanks for answer anyway
@ellipsoid8
@ellipsoid8 5 жыл бұрын
Thanks for video. you can go faster if it accelerates the release of new videos)
@mdjbanuelos1897
@mdjbanuelos1897 3 жыл бұрын
I gotta say man. Your videos on phaser are pretty good. I've tried others and just couldnt follow them.
@luci_lol
@luci_lol 5 жыл бұрын
are you editing out the "parcel index.html" bits or is your website automatically updating whenever you edit your code? I have to use CTRL+C to shut down the server and re-type "parcel index.html" after every edit, refreshing the page doesn't do anything. How do you get it to auto update?
@jestarray
@jestarray 5 жыл бұрын
I refresh the page and sometimes it refreshes automatically but I don't CTRL+C and shutdown the server because you don't need to do that. This should be automatically done with "parcel index.html" but maybe its a problem with your browser saving the page in cache. Try turning off the caching : www.technipages.com/google-chrome-how-to-completely-disable-cache
@luci_lol
@luci_lol 5 жыл бұрын
@@jestarray That worked, thank you so much! This series has been really helpful.
@igorbasovskyi2120
@igorbasovskyi2120 5 жыл бұрын
Hi, how to start playing music right away ? I have this message in console - The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
@jestarray
@jestarray 5 жыл бұрын
github.com/pixijs/pixi-sound/issues/65 It may be a browser issue, make sure you're using latest chrome with autoplay in flags disabled. For other browsers I'm not too sure.
@igorbasovskyi2120
@igorbasovskyi2120 5 жыл бұрын
jest array thx I will try it and reply to you
@jeffevans8200
@jeffevans8200 4 жыл бұрын
Hey Jest, could you go over how to do input boxes and text boxes?
@jestarray
@jestarray 4 жыл бұрын
You could use svelte, react, vue, etc. I'll probably cover it when phaser 4 comes out because you need to set up your project in a certain way with all the bundlers and etc
@jeffevans8200
@jeffevans8200 4 жыл бұрын
@@jestarray It looks like I might be able to use dom to manipulate and do an input box
@user-ol8jo8pw1s
@user-ol8jo8pw1s 5 жыл бұрын
Thanks.
@toster1089
@toster1089 5 жыл бұрын
Chrome doesn't load my files(all get 404) when I use parcel. Do you maybe know what's going on?
@jestarray
@jestarray 5 жыл бұрын
if you can access the server at localhost:1234, then it should be working.
@toster1089
@toster1089 5 жыл бұрын
@@jestarray Yes server works, just fine as scenes do. Just files dont seem to be loaded at all.
@jestarray
@jestarray 5 жыл бұрын
​@@toster1089 huh.. that's very strange. Sorry, I can't diagnose without more information. Please post screenshots and etc on : www.html5gamedevs.com/forum/33-phaser-3/ so we can document the solution.
@sbasnet7743
@sbasnet7743 5 жыл бұрын
I don't exactly know the problem, but make sure you have all the elements such as the "assets" folder inside the "dist" folder, that is the default directory for the page, and also make sure the ".png" and ".jpg" labels are correct. These are some common mistakes that I make. Hope it helps.
@toster1089
@toster1089 5 жыл бұрын
@@sbasnet7743 It was actually the case(with assets not being in dist folder), i dunno how i missed it cuz it's shown in video. Thank you a lot for help ;)
@WorstDeveloper
@WorstDeveloper 5 жыл бұрын
Why put assets in the dist folder? That doesn't sound right.
@david.diener
@david.diener 5 жыл бұрын
I think the speed is okay because i have to stop here and there anyways :)
@johnbox5540
@johnbox5540 5 жыл бұрын
5:30 😂😂😂
@Viachev
@Viachev 3 жыл бұрын
It was too fast forwarded for me, because i am typeing while watching
@maximgasai1349
@maximgasai1349 5 жыл бұрын
Rip ear users 5:36
@zor5559
@zor5559 5 жыл бұрын
Thanks for the videos. The only part that is too fast is the switching away from the code. I'm trying to watch on 1.5-2x speed and the code is covered by other windows before I can hit pause. Even when I slow it down to 1x speed, I often have trouble stopping it at the exact spot where I can see the the last line of code and type it.
@sbasnet7743
@sbasnet7743 5 жыл бұрын
I agree, I could barely look at the code during the last part where he adds sounds and pointer options.
@pr9334
@pr9334 2 жыл бұрын
When you’re wondering why everything is throwing errors, and you realize the tutorial you’re following is 5 years out of date 🤡
@TraceguyRune
@TraceguyRune 2 жыл бұрын
Oh man. Don't ever artificially increase load times just so people can see the loading screen. WTF
@buckieblu
@buckieblu 3 жыл бұрын
Going way too fastttt
@ike7769
@ike7769 4 жыл бұрын
This is way too fast
Phaser 3 Game Tutorial - 04 - Refactoring to Typescript
9:03
jest array
Рет қаралды 10 М.
Phaser 3 Utilities that save me time
6:16
WClarkson
Рет қаралды 8 М.
Stay on your way 🛤️✨
00:34
A4
Рет қаралды 4,3 МЛН
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 1,7 МЛН
Little girl's dream of a giant teddy bear is about to come true #shorts
00:32
Switching Between Maps in Phaser JS and Typescript
5:48
Yugen
Рет қаралды 1,8 М.
Phaser April 2023 Games Showcase
12:20
Richard Davey
Рет қаралды 30 М.
Making Animations with JSON in Phaser 3 Part 1
7:10
WClarkson
Рет қаралды 10 М.
Parallax Scrolling TileSprite with Phaser 3
2:17
Ansimuz
Рет қаралды 22 М.
Adobe is horrible. So I tried DaVinci Resolve
45:17
Bog
Рет қаралды 106 М.
HOW TO MAKE A MENU SCREEN IN PYGAME!
5:09
baraltech
Рет қаралды 127 М.
How to Add Images in Phaser 3
4:32
Kirk M.
Рет қаралды 740
How to Animate Sprite Sheets in Phaser
2:11
lowpolyprincess
Рет қаралды 1,1 М.
Phaser 3 Advanced UI Design
8:05
WClarkson
Рет қаралды 8 М.