Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - iggyvolz

Pages: 1
1
Ask a Question / Create object if the object won't touch another object
« on: February 02, 2013, 02:05:04 pm »
I'm trying to work on a game where you build towers.  However, I can't figure out how to make it so that a tower won't be created on top of another tower.  I have attached what I have so far (I have only included 1 tower for simplicity), but this only will refuse to make a tower if the mouse is on top of another tower.  If it is just above-left of the tower, it will create another tower on top of it (I have physics turned off, so they will not collide).  I could create another object at the four corners of the tower to be created and see if those collide, but I'm sure there is a better way that does not cause as much game lag.

2
Ask a Question / Get HTML source of web page using Web Request
« on: November 25, 2012, 01:27:33 pm »
How can one get the HTML source of a web page using Web Request?  I've tried requesting my website's HTML and the game freezes.  Here's the game: http://dl.dropbox.com/u/62666232/iggyvolzgames.web44.net%20connect.swf (go to console or ~ menu) Script attatched.

3
Old Bugs (1.x/2.x) / Cannot publish my game
« on: July 25, 2012, 12:45:59 pm »
I cannot publish my game, Fightmon the Game: Reemon.  I have never had a sound file in my game, and I am trying to publish as administrator immediately after opening my game.  My logs are attatched.

4
Ask a Question / Get the contents of a page and use it in-game
« on: July 05, 2012, 11:02:46 am »
Is it possible to get the contents of a page and use it in-game?  I am making a game and trying to use a person's username as an in-game username.  I know it has something with the "visit URL and then do...", but I am not good with scripts and have no idea how to do it.

5
Old Bugs (1.x/2.x) / Game will not export, no sounds in my project
« on: June 27, 2012, 02:41:20 pm »
There aren't, and never were, any sounds in my project, yet it tells me the game will not export and the most likely reason is a bad sound.  I have also checked and the location is writable.  The game exported just before I added this code:
For each [actor of type] (thorn)
Kill([actor of type])
Removing the code does nothing to help the problem.
(Logs attatched)

6
Old Bugs (1.x/2.x) / Can't shoot in game
« on: June 16, 2012, 12:33:19 pm »
I am iggyvolz, a newbie to Stencyl, so this is probably a mistake on my part instead of a bug.  I am currently developing Fightmon the Game: Reemon, due out by the end of the month.  I am trying to get Reemon (the one that looks like a venus flytrap) to shoot a thorn at Dragiri (the one that looks like he's holding a tennis racket)  (I didn't make the names or artwork, except for the thorn.)  However, when I press space, the game stops running and I have to use task manager to close the window.
I have uploaded the following to Dropbox:

Pages: 1