DigitalExposureTV
DigitalExposureTV
  • 47
  • 1 337 259
Twine 2.0 - how to Delete side bar objects / Tutorial #14
How to delete side bar objects in Twine 2 - Tutorial
In this twine 2 tutorial the code used is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact.
Code:
tw-sidebar tw-icon.redo {
display: none;
}
tw-sidebar tw-icon.undo {
display: none;
}
This twine 2 tutorial is using twine 2.1, more specifically twine 2.1.3, this is a beginners guide to help you with the basics of twine 2 software using css code, html, JavaScript, story stylesheet, default Harlowe 2.0.1, Harlowe 1.2.4, twine 2.0 variables, codes, text input.
Twine is a free online software tool that allows you to create non linear text based stories/ games.
Переглядів: 17 888

Відео

Twine 2.0 - How to Add Images / Tutorial #9
Переглядів 110 тис.6 років тому
How to add an image to Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: UPDATE - UA-cam will not allow Angle brackets in the description - Pl...
Twine 2.0 - Introduction / Tutorial #1
Переглядів 224 тис.6 років тому
Twine is a free online software tool that allows you to create non linear text based stories/ games. The following series of twine 2 tutorials will be using twine 2.1, more specifically twine 2.1.3, this is a beginners guide to help you with the basics of twine 2 software using css code, html, JavaScript, story stylesheet, default Harlowe 2.0.1, Harlowe 1.2.4, twine 2.0 variables, codes, text i...
Twine 2.0 - Adding Load & Save buttons / Tutorial #12
Переглядів 29 тис.6 років тому
How to add a Load and Save button to your Twine 2 game - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code for Save button: (link: "save")[(save-game: "f...
Twine 2.0 - how to Add Music / Tutorial #15
Переглядів 72 тис.6 років тому
How to add music to your Twine 2 game - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: UPDATE - UA-cam will not allow Angle brackets in the descripti...
Twine 2.0 - How to change Letter Spacing, Tracking, Kerning / Tutorial #3
Переглядів 40 тис.6 років тому
How to space letters in your text passage Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-passage { letter-spacing: 1.1px; } This twine 2...
Twine 2.0 - how to Add Background Images / Tutorial #11
Переглядів 83 тис.6 років тому
How to add pictures / images into Twine 2 project - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-story { background-image:url("ENTER YOUR URL HE...
Twine 2.0 - how to Hide the Side bar / Tutorial #13
Переглядів 23 тис.6 років тому
How to hide the side bar in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-sidebar { visibility: hidden } This twine 2 tutorial is using...
Twine 2.0 - How to change Button Text Color / Tutorial #5
Переглядів 40 тис.6 років тому
How to change text button color/ colour Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-link { color:green; } This twine 2 tutorial is us...
Twine 2.0 - How to Align Text / Tutorial #2
Переглядів 70 тис.6 років тому
How to align text in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code to align all text to centre: tw-passage { text-align: center; } Code to ...
Twine 2.0 - How to change Main Text Color / Tutorial #4
Переглядів 49 тис.6 років тому
How to change the main text color/ colour in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-passage { color:red; } This twine 2 tutorial...
Twine 2.0 - How to change Hover Text Color / Tutorial #6
Переглядів 32 тис.6 років тому
How to change color/ colour of hover text in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: .enchantment-link:hover, tw-link:hover { color:...
Twine 2.0 - How to change Text Size / Tutorial #8
Переглядів 30 тис.6 років тому
Twine 2.0 - How to change Text Size / Tutorial #8
Twine 2 - How to Scale Images to fit window / Tutorial #10
Переглядів 49 тис.6 років тому
How to scale images with the window and to fit the page in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: UPDATE - UA-cam will not allow An...
Twine 2.0 - how to Add Sound effects / Tutorial #16
Переглядів 51 тис.6 років тому
How to add sound effects in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: UPDATE - UA-cam will not allow Angle brackets in the description...
Twine 2.0 - How to change Text Font / Tutorial #7
Переглядів 42 тис.6 років тому
How to change text font in Twine 2 - Tutorial The code used in this tutorial is as follows, please copy and paste exactly as instructed for it to work, Please bare in mind if you paste this into any text documents the document will change the type of speech marks in the code and it will no longer work, it needs to be exact. Code: tw-passage { font-family: arial; } This twine 2 tutorial is using...
How to create seamless textures /tileable /repeated textures in GIMP
Переглядів 15 тис.6 років тому
How to create seamless textures /tileable /repeated textures in GIMP
(Blender Tutorial) How to set Blender to Metric units
Переглядів 98 тис.6 років тому
(Blender Tutorial) How to set Blender to Metric units
Blender - How to show transparent Alpha shadows - Blender render engine
Переглядів 26 тис.6 років тому
Blender - How to show transparent Alpha shadows - Blender render engine
Final Cut Pro 7 best Youtube settings
Переглядів 5099 років тому
Final Cut Pro 7 best UA-cam settings
PS4 DualShock 4 vs. Xbox 360 Controller
Переглядів 2,2 тис.10 років тому
PS4 DualShock 4 vs. Xbox 360 Controller
(Fish tale) Comedy about finding a Mermaid on the north wales coast
Переглядів 3,7 тис.10 років тому
(Fish tale) Comedy about finding a Mermaid on the north wales coast
How to Convert DSLR footage to (PRO RES) 422 HQ (TUTORIAL)
Переглядів 84410 років тому
How to Convert DSLR footage to (PRO RES) 422 HQ (TUTORIAL)
(Blender tutorial) DEPTH OF FIELD, create using just 4 nodes quickly and easily
Переглядів 33110 років тому
(Blender tutorial) DEPTH OF FIELD, create using just 4 nodes quickly and easily
(Mac tip) How to Change icon and text sizes quickly and easily,Mountain Lion Mac OSX10.8
Переглядів 22010 років тому
(Mac tip) How to Change icon and text sizes quickly and easily,Mountain Lion Mac OSX10.8
Mac Tip (How to Chroma Key Pictures in preview, Cut out GREEN and Blue screen)
Переглядів 7 тис.10 років тому
Mac Tip (How to Chroma Key Pictures in preview, Cut out GREEN and Blue screen)
(Mac tip) How to get Force quit menu OSX 10.8 Mountain lion
Переглядів 6210 років тому
(Mac tip) How to get Force quit menu OSX 10.8 Mountain lion
(Mac tip) How to create new library - iPhoto and other applications
Переглядів 21410 років тому
(Mac tip) How to create new library - iPhoto and other applications
(Blender TUTORIAL) How to create 3D textures, quick and easy realistic look
Переглядів 140 тис.10 років тому
(Blender TUTORIAL) How to create 3D textures, quick and easy realistic look
Arcania gothic 4 limited collectors edition unboxing XBOX 360
Переглядів 47010 років тому
Arcania gothic 4 limited collectors edition unboxing XBOX 360

КОМЕНТАРІ

  • @khalidali-ns5hi
    @khalidali-ns5hi 6 місяців тому

    can we car modeling by this way instead of using a cube ????

  • @fabricator
    @fabricator 8 місяців тому

    Interesting, however when I switch to edit mode to measure independent edges or distances between two vertices the "Dimensions" info box in the properties shelf disappears. Useful if you want to design a large rectangle but once you design a more complex shape it gets limited

  • @HeroLionHeart68
    @HeroLionHeart68 9 місяців тому

    Would have been nice if you would have mentioned to the fans that with this special edition you also get Benn Finn's sword from Fable 3 in a divespot in Bloodstone.

  • @markwilliam6354
    @markwilliam6354 10 місяців тому

    Please, make an new tutorial with TWINE adding music background, I need u help!!!

  • @KVD-kx5wx
    @KVD-kx5wx 11 місяців тому

    The red paint was deemed toxic lol

  • @cptmcquacken4887
    @cptmcquacken4887 Рік тому

    Buy one, they OWE me one.

  • @dukkemonterier3429
    @dukkemonterier3429 Рік тому

    Okay, I got stuck with this like an idiot for a while but I got why it failed me: You have to Check: "Receive Transparent" to the object that will GET the shadow, not the one that will project. For example, it is the plane mesh that needs it, not the leaf mesh.When I took good attention to the words I managed to make it finally work.

  • @veniaminkarach
    @veniaminkarach Рік тому

    For anyone in blender 3.3 this is being fixed by: go to render properties>light paths>transparent (increase this value to about 20-30)

    • @VOIDDESI
      @VOIDDESI 11 місяців тому

      SWAG

    • @yoinkling
      @yoinkling 7 місяців тому

      thank you I was using 1.

  • @hurtstopee1895
    @hurtstopee1895 Рік тому

    i you wondering why it doesn't show in realtime, you have to turn the game engine on to see it!

  • @GlomorianPeacock
    @GlomorianPeacock Рік тому

    This was super handy! Thank you! Also any link or anything for the theme you're using? I haven't messed with them yet but that theme is almost exactly what I would set mine up to be

    • @TheHolosim
      @TheHolosim Рік тому

      I actually have the same question. That theme is great. Wish I could duplicate it, but I haven't found that YT tutorial yet.

  • @dmitryn2423
    @dmitryn2423 2 роки тому

    Cool, it works even in old versions. But somehow I can`t see actual transparancy on my mech in textured mode, only in render

  • @CatsCantSwim
    @CatsCantSwim 2 роки тому

    625 is between 500 and 750. 625.

  • @detonationlurks
    @detonationlurks 2 роки тому

    This is great!

  • @neil6239
    @neil6239 2 роки тому

    Seriously, Scene Properties > Units > Unit System > Metric Why a 4mn video for this

  • @AlexanderVargasMedia
    @AlexanderVargasMedia 3 роки тому

    can we get a updated version for eevee

  • @zhing836
    @zhing836 3 роки тому

    thank you its very helpful, said by the person who still refuse use node editor

  • @LadyLionStudios
    @LadyLionStudios 3 роки тому

    Install add-on 'Import images as planes...then...Add, Mesh, Images As Planes...then...select the image and it'll be imported with the image's original aspect ratio...in 2.93 it's...File, Import, Images As Planes :D

  • @Kaffeeteria
    @Kaffeeteria 3 роки тому

    Can you please update this to 2.9?

  • @brightsalot
    @brightsalot 3 роки тому

    Thank you so much for making this! Everything was very clear to understand. I wasted time on a couple other tutorials before I found yours; it's exactly what I needed for my SketchUp final! I was able to make the perfect wall tile for the restaurant I'm building, thank you so so SO MUCH!!! 🙏

  • @ihorkarpiuk4102
    @ihorkarpiuk4102 3 роки тому

    Please, cut it down to 20 seconds :(

  • @chlebcio8652
    @chlebcio8652 3 роки тому

    Where is it in blender 2.8?

  • @Louic099
    @Louic099 3 роки тому

    Still works great 2021, thank you!

  • @MeltonECartes
    @MeltonECartes 3 роки тому

    "Permulated"....? Do you mean "PRE-multi-plied?!?"

  • @leslyskugga
    @leslyskugga 3 роки тому

    how you make it curvy like in the intro plant? :) thanks

  • @kenfresno2125
    @kenfresno2125 3 роки тому

    You literally explained nothing. You just hit import and it worked for you. Anyone looking at this video would be trying to figure out why their images are loading in at the wrong size and how to fix it. Thanks for absolutely nothing

  • @RubenGoMoRadioboyPlus
    @RubenGoMoRadioboyPlus 3 роки тому

    Hi. Thank you very mucho. Now I have to discover how to put the "cm" text in the units box.

  • @mlsgbbrasil9006
    @mlsgbbrasil9006 3 роки тому

    como faz isso no siicle

  • @mauriciolemmiayres135
    @mauriciolemmiayres135 3 роки тому

    i cant find that right panel with tiny buttons... my blender opens differently. where is this?

    • @jded_404
      @jded_404 2 роки тому

      this is blender 2.7 nowadays its 2.9

  • @magdalene47
    @magdalene47 3 роки тому

    you're fucking awesome, thank you!

  • @gears99
    @gears99 3 роки тому

    Thanks!

  • @thelittleeditor07
    @thelittleeditor07 3 роки тому

    thanks

  • @MasterBroNetwork
    @MasterBroNetwork 3 роки тому

    I am confusion

  • @mystymysty3667
    @mystymysty3667 3 роки тому

    Set both blend mode and shadow mode to alpha clip! That worked in Eevee =D

  • @steleo63
    @steleo63 3 роки тому

    For anyone watching this with the same problem in Blender 2.8 / Cycles, you have to enable the option "Trans. Shadows" under Light Paths in the Render properties

    • @hman2912
      @hman2912 3 роки тому

      Awesome, thank you.

  • @swat76
    @swat76 3 роки тому

    Nice thanks

  • @crispusattucks4007
    @crispusattucks4007 3 роки тому

    Good

  • @AliceAttentionWhore
    @AliceAttentionWhore 4 роки тому

    8:53 Notice how he does not erase what's on the very edges. Be careful to not erase the edges, because will create seems.

  • @drofleytv6391
    @drofleytv6391 4 роки тому

    Your video is very helpful. More helpful than the other videos. Thank you

  • @quackcement
    @quackcement 4 роки тому

    really good technique i used to copy and flip erase edges. but using the margins works well without changing the direction of the texture

  • @3ertin
    @3ertin 4 роки тому

    In Eevee you have to choose Shadow mode: Alpha Hashed in your Object Material settings. If it doesn't work, turn Screen Space Reflections in your Render Settings off and on again. If you found this comment useful, don't thank me but write a helpful comment somewhere else.

    • @robob3ar
      @robob3ar 4 роки тому

      7 minute tutorial for one like of text - ladies and gentlemant pls be like this one person - no one wants to listen to introductory or motivation for this video - a 10 second video and you will have a like and a subscribe ..I'm just posting these quick things on tweeter that took me time to figure out but it's just one line of text - as a reminder to me, and a future ref for anyone else BTW any chance to turn on those for 10 materials at a time or do we have to go one by one

    • @mrmukundamadhabsharma848
      @mrmukundamadhabsharma848 3 роки тому

      thank you so much got what i came here for , now i dont have to watch the full video

    • @dukkemonterier3429
      @dukkemonterier3429 Рік тому

      Another tip: I got stuck with this like an idiot for a while but I got why it failed me: You have to Check: "Receive Transparent" to the object that will GET the shadow, not the one that will project. For example, it is the plane mesh that needs it, not the leaf mesh.When I took good attention to the words I managed to make it finally work.

  • @tombliss4829
    @tombliss4829 4 роки тому

    Thanks - iSkySoft stopped doing the job, so I decided to try within 7.00. Hoping it'll keep in sync now!

  • @3D_Creations_UK
    @3D_Creations_UK 4 роки тому

    I liked htis tutorial, far more simple than photo shop method and took me 40 mins to master, I made 8 textures in a row afterwards to get it nailed ;)

  • @lucutes2936
    @lucutes2936 4 роки тому

    2020

  • @kelvinc5874
    @kelvinc5874 4 роки тому

    If you just want to tell how to switch in metric system. Why IT takes more than 4minutes? But thank you nevertheless!

  • @maneuscalgar3967
    @maneuscalgar3967 4 роки тому

    Thank you for this very good turtorial. That helped a lot.

  • @MSSMikos
    @MSSMikos 4 роки тому

    Hi great video. Now show how to get same result on game engine.

  • @stormworks4882
    @stormworks4882 4 роки тому

    THank you sir i hope you have upgraded the potato by now

    • @stormworks4882
      @stormworks4882 4 роки тому

      oh i just realized its a MAC. i am no longer suprised

  • @PSYCHROME
    @PSYCHROME 4 роки тому

    Anyone know how to do this in eevee? Thx.

  • @victorthurse6027
    @victorthurse6027 4 роки тому

    Your video helped me to make the decision to confront what I thought would be a huge artistic learning curve, Thank you.

  • @dannirowan
    @dannirowan 4 роки тому

    Thanks, really helpful!