The Official Blog of Patcoola

Im just a dude watching over my parents,
and trying to make cartoons and video games from home.

Category: Research and Development

Important!

Dear visitors,

This blog and the Tigarus.com network will be changing our website software in May (2024). There will be some down time and there will be a change to the webpage addresses.

We will also be removing the Anime blogs. The Rocksmith Songs website will be unavailable of a few weeks or months while I move the database to the new software.

At the moment we are running on Wordpress, the new software is an in-house project which is 57 times faster. It will also provide more freedom for development.

Thank you for understanding.

Page: 1 of 2

The Importance of Making Pong [Game Dev]

It’s not about Pong, it’s about what comes from Pong.

Game engines has really spoiled us developers, turning Pong into a 30 minute task. However, that doesn’t mean you have created Pong the right way. Back when Adobe Flash was popular; Flash presented a development environment that lead to many poor development practices. I took a step back and went back to basics. I took a calculated approach to recreating Pong. In fact I believe I did it a bit better. I added the paddle behavior from Brick Breaker and added perspective. Now the doors for many more game mechanics has opened.


Read More

Advertisement

Donate Now!

This might not be the best time, but making a blog is not easy. Would you consider donating?


R&D: Super Pin Plug-in for Construct 2

Super Pin Plugin, it's like Pin but better.

R&D: Way Points Plug-in for Construct 2

A system to let sprites move from point-to-point.

R&D: Scroller Plug-in for Construct 2

A plugin to create a side scrolling vcam.

R&D: Math Kit Plug-in for Construct 2

A plugin to provide a collection of useful math functions.

R&D 2014-10-20: Sync Server Time with JavaScript

Using the PHP’s time() function to set the date in JavaScript. Useful for when the Website would like the visitor to be able to view the same date and time that the Website has.

In JavaScript we need to assign the argument zero to new Date(), then use the setTime() function with the server time multiplied by 1000.


Read More

Advertisement

Donate Now!

I don't always use the women's bathroom, but when I do, you can bet it really smells. If you like my blog, please consider donating.


R&D: Deploying Web Apps Within a Web Page 2012/10/03

A challenge with making Web Applications (Apps) that can be deployed on any Web page has been the conflict of existing elements of the host Web page.

Web pages have their own layout, design and naming scheme for CSS ids and classes. When designing a Web App, the App is designed as an individual Web page. Adding the Web App to the host layout will create conflicts.


Read More

Advertisement

Donate Now!

After a hard day, I like to relax with a cold jar of pickle juice and a hardy fart. If you like my blog, please consider donating.


R&D: Opacity JavaScript 2012/08/15

Research into cross-browser opacity style/filter.

R&D: Rotate JavaScript Update 2012/08/15

Research update for my rotation scripts.

R&D: Key Movement JavaScript 2012/08/13

I have been playing around with key movement to move an object on the screen when an arrow key has been pressed.

I have four way direction keys and eight way direction keys.

First impressions, the first time I pressed an arrow key, the object moved across the screen at about 10 pixels per second (I think), the object moved at a very slow rate.

If this is true then Java Scripts cycles AKA frame rate is 10. Oh that sucks.

To over come the problem, I have a trigger and intervals system that works around the problem.

The added benefit of the trigger system, can determine if more than one key is pressed at a time, set the frame rate “cycles” per second and can easily stop all key movements in one place.

Java Script has two sets of key maps, Press and Down, both have a different key map.

Maybe in the future I’ll work out a way to dynamically set key events.


Read More

Advertisement

Donate Now!

Hey buddy, it takes a lot to make a blog. How about a donation?


R&D: Drag and Drop JavaScript 2012/08/13

Research into drag-and-drop elements.

Page: 1 of 2

Older »