Jump to content


JakeTheDesigner

Member Since 06 Mar 2009
Offline Last Active Jun 22 2011 06:35 PM

Topics I've Started

Plant sprites

27 March 2011 - 06:39 PM

I am looking someone to create a 128x128 sprite for me. I need 3 different frames of a hemp plant. I need a sprout, a half grown plant, and a mature plant. The plant should be a dark green color, and be wide and bushy. There should be many leaves packed closely together. I'd prefer the plant to fit within a 128x128 square, taking up almost all of the room.
Thanks in advance. :)

Divide By?

10 June 2010 - 10:21 PM

When i use this formula:
((C/5)+T*F-S)*O
I get this error:
Wrong type of arguments to /.

Number Between...

10 June 2010 - 10:03 PM

Two questions:
First, how do I select a random value for a variable between 1 and any number.
Second, how do I set a variable to a numerical value that is typed by the player. (i.e. if the player types "50" then variable2 is set to the NUMERICAL value of 50, so that it may be used in a mathematical formula.

Arrow Facing Mouse....

01 June 2010 - 10:35 PM

How do i make an arrow fired from character.obj move towards where the mouse was when a global right click if performed, so that the arrow faces the way its moving, WITHOUT PRO?

All Change Into Except...

01 June 2010 - 04:11 PM

I need for object1 to change all object2s into object3s except for the object2 that is closest to object1. How do i do this with code?