Jump to content


AhmedElyamani

Member Since 29 May 2011
Offline Last Active Today, 06:52 PM

Topics I've Started

Is This Spam Too?

14 June 2013 - 11:19 AM

Hi,

I recently received a suspicious e-mail :

 


 
Hi I am *******
Please how are you! hope you are fine and
in perfect condition of health, i went through your
profile at http://gmc.yoyogames.com i took interest
in it,please if you don't mind i will like you
to write me on my mail ID hope to hear from you
soon, and I will be waiting for your mail because
i have something VERY important to tell you. 
Lots of love ********

 

 

 

I'm not pretty sure but it seems like spam , no? 

I wonder if this has something to do with the GMC. 


Which Is Better In Processing? [Problem Solved]

02 June 2013 - 09:04 PM

Hello, I was wondering if the two following pieces of code are the same at processing:

for (var ii=1; ii<=8; ii++){ for (var jj=1; jj<=10; jj++) { ////do work }}
for (var ii=1; ii<=80; ii++){ //do work}

Pop The Bubble: The Ultimate Puzzle Challenge!

19 April 2013 - 11:41 AM

FeatureBanner_zpsac2d65c4.png
en_app_rgb_wo_60.png
Do you like unblock games? Don't miss Pop the Bubble!!
 
Game Description:
 
Pop the bubble is a challenging puzzle game where you have to find your way 
through Blocks of all sizes ,  rocks ; using teleporters and laser power plants ,
to clear the way , trying to pop all the annoying bubble, Within a limited amount
of time during levels.
It's the ultimate unblock challenge!
 
The goal of the game is to touch and pop all the bubbles on the board with the 
blue blocks , to do that you have to move other blocks horizontally and vertically
to open your way , there will be some blocks that you can't move and others that 
require laser to destroy them.
 
Pop the Bubble comes in four different difficulties , in each your given more/less 
time. Challenge yourself by completing the levels in less time and challenge your
friends as well..
 
Screenshots:
 
th_Screenshot1_zps72483c3e.pngth_Screenshot3_zpsb3bd1d87.pngth_Screenshot4_zps8c248bb3.pngth_Screenshot2_zps04ece2a7.png
 
th_Screenshot5_zpsb90bdd77.pngth_Screenshot6_zps81b5d2fa.pngth_Screenshot7_zps3a84f841.pngth_Screenshot8_zps24e6e126.png
 
Thanks for reading , and trying Pop the Bubble , please leave comments , your feedback is greatly appreciated !

Can't play two sounds at the same time..[SOLVED]

25 January 2013 - 10:59 PM

[THE PROBLEM IS SOLVED] (i had to use diffrent formats for sfx than music)I'm not very familiar with sounds but is this how it usually is? and if no what would ever cause that?
EDIT: OK so i've found this in the manual

This function plays the specied sound once. If the sound to played is in *.mp3 format (ie: background music), then any other sound that is playing woith the same format will be stopped as the legacy GameMaker:Studio sound system does not permit more than one *.mp3 format file to be played at a time.

so i understand , now when i press (convert ogg) , doesn't that make my sound an ogg , and can somebody please tell me when will ogg be supported.
p.s: sorry for typos and badly rushed topic , i\this was annoying me .....

Keep aspect ratio when scaling..

26 December 2012 - 10:42 AM

Hello,
i'm using GM8 , my room has the width of 800 and height of 1200 , i'm running the game in full-screen and checking the (keep aspect ratio) box , it's suppose to scale the height down to 768 and it does that , but the problem is, it's keeping the width of 800 for some reason , even though it should be re-sized to 512 . why is that happening?