Search found 40 matches

by faber3d
Fri Sep 06, 2024 10:43 pm
Forum: Games
Topic: BreakMeOutOfHere! - a "Break Out" Game Template
Replies: 9
Views: 12288

Re: BreakMeOutOfHere! - a "Break Out" Game Template

When watching this video game, don't stop thinking about the base to make a Galaga.
by faber3d
Thu Aug 01, 2024 3:52 am
Forum: Games
Topic: Ships - Tanks - Cars - Planes - Shots in Livecode
Replies: 12
Views: 13460

Re: Ships - Tanks - Cars - Planes - Shots in Livecode

A very useful technique to create the effect of continuous transition of our characters between scenes is to use doors or elements to which we apply visual effects to move between Cards as if it were a single scene. All the game design is divided into parts that we will place on each card to make th...
by faber3d
Thu Jul 25, 2024 8:09 pm
Forum: Games
Topic: Basic Platformer Tutorial Livecode.
Replies: 9
Views: 12640

Re: Basic Platformer Tutorial Livecode.

Not all games are animated gifs or sprites, we can also use creative geometric designs in our platform games or in our other projects.
by faber3d
Wed Jul 24, 2024 5:33 pm
Forum: Games
Topic: creat game" flappy birds"
Replies: 30
Views: 44306

Re: creat game" flappy birds"

Thank you Professor...!!, I already downloaded the tutorial pages, it is very satisfying to program the game from scratch when you have a good guide in your hand. Now I'm interested in your A.I. tutorial to make a chatbot-type game of the classic Tamagotchi. Thank you for all your help. https://foro...
by faber3d
Tue Jul 23, 2024 3:42 am
Forum: Games
Topic: Mini game Livecode in Process
Replies: 6
Views: 10343

Re: Mini game Livecode in Process

Parabolic shot with gravity and character movement. Files of Example: - D key to shoot - Space key to jump. - Arrow Keys for Movement. --- > File Stack Gravity Ball --- > File Stack Angle shot with gravity and character movement https://foros.3dgames.com.ar/images/postbit-03.png
by faber3d
Mon Jul 22, 2024 8:24 pm
Forum: Games
Topic: Basic Platformer Tutorial Livecode.
Replies: 9
Views: 12640

Re: Basic Platformer Tutorial Livecode.

The last thing I can recommend if you do not want to use the buttons independently as platforms, you can make a design of all of them in a single Transparent image (.PNG) or gather all the buttons that are part of the platform in groups, to program and control in a more appropriate way their actions...
by faber3d
Mon Jul 22, 2024 7:56 pm
Forum: Games
Topic: creat game" flappy birds"
Replies: 30
Views: 44306

Re: creat game" flappy birds"

I don't know what's going on because I can see the images on the site and the tutorial. What is no longer available are the source files.

Yes, The Udemy course is gone.
by faber3d
Mon Jul 22, 2024 7:43 pm
Forum: Games
Topic: Basic Platformer Tutorial Livecode.
Replies: 9
Views: 12640

Re: Basic Platformer Tutorial Livecode.

Stacks and tutorial of the Game of Platforms.

- Space key to jump.

- Arrow Keys for Movement.

--- > Platform Basic Tutorial



--- > File Stack 1

--- > File Stack 2

--- > File Stack 3


Image
by faber3d
Mon Jul 22, 2024 6:57 pm
Forum: Games
Topic: creat game" flappy birds"
Replies: 30
Views: 44306

Re: creat game" flappy birds"

Thanks to Professor Cyril Pruszko who re-uploaded his Livecode tutorials.

--- > FlappyBird Tutorial --- >
by faber3d
Fri Apr 12, 2024 3:02 am
Forum: Games
Topic: Ships - Tanks - Cars - Planes - Shots in Livecode
Replies: 12
Views: 13460

Re: Ships - Tanks - Cars - Planes - Shots in Livecode

Regards richmond62

These days I have been thinking a lot about your proposal because some of my stacks are commercial and not free.

I will try to rethink how to make my stacks more accessible. Image
by faber3d
Fri Apr 12, 2024 2:52 am
Forum: Games
Topic: Basic Platformer Tutorial Livecode.
Replies: 9
Views: 12640

Re: Basic Platformer Tutorial Livecode.

Regards richmond62

These days I have been thinking a lot about your proposal because some of my stacks are commercial and not free.

I will try to rethink how to make my stacks more accessible. Image
by faber3d
Sat Apr 06, 2024 6:19 am
Forum: Games
Topic: Ships - Tanks - Cars - Planes - Shots in Livecode
Replies: 12
Views: 13460

Re: Ships - Tanks - Cars - Planes - Shots in Livecode

Regards stam
Yes, the variety of minigames is very wide. Image
by faber3d
Sat Apr 06, 2024 6:11 am
Forum: Games
Topic: Basic Platformer Tutorial Livecode.
Replies: 9
Views: 12640

Re: Basic Platformer Tutorial Livecode.

Note:

The gravity variable only has three lines of code, that's how simple LC is.