MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 3 4 5 6 7 … 16 Next »
Error occured
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 3 4 5 6 7 … 16 Next »
Error occured
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 3 4 5 6 7 … 16 Next »
Error occured
Mark All Posts Read Today's Posts

Error occured
goh
Koopa
Members
#9
12-17-2020, 04:28 PM
(12-17-2020, 03:56 PM)Pedigree Wrote: That is the same exact error you've already shown.

The draw event occurs before the create event which means the variable won't be defined when you are calling for it, so you can't refer to the variable in that draw event. Remove all references to the "item" variable in the draw event and this error will no longer trouble you.

What even are you trying to do with a variable in the draw event? Post the whole code of your draw event here.

Okay, if you say so.
Code:
if item = 3
    draw_sprite_ext(sprite_index,item,x,y,zoom,zoom,0,c_white,1)
else
    draw_sprite(sprite_index,item,x,y)
draw_sprite_ext(sprite_index,0,x,y,zoom,zoom,0,c_white,1)

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Error occured - by goh - 12-17-2020, 01:14 PM
RE: Error occured - by Mors - 12-17-2020, 01:29 PM
RE: Error occured - by Pedigree - 12-17-2020, 01:30 PM
RE: Error occured - by goh - 12-17-2020, 02:52 PM
RE: Error occured - by Hyper - 12-17-2020, 01:47 PM
RE: Error occured - by CGWorks - 12-17-2020, 03:00 PM
RE: Error occured - by goh - 12-17-2020, 03:16 PM
RE: Error occured - by Pedigree - 12-17-2020, 03:56 PM
RE: Error occured - by goh - 12-17-2020, 04:28 PM
RE: Error occured - by Pedigree - 12-17-2020, 05:40 PM
RE: Error occured - by goh - 12-17-2020, 06:38 PM
RE: Error occured - by Mors - 12-18-2020, 01:41 PM
RE: Error occured - by Hyper - 12-18-2020, 02:22 PM
RE: Error occured - by Mors - 12-20-2020, 04:25 PM
RE: Error occured - by Pedigree - 12-17-2020, 07:50 PM
RE: Error occured - by goh - 12-17-2020, 07:53 PM
RE: Error occured - by Pedigree - 12-17-2020, 07:55 PM
RE: Error occured - by goh - 12-17-2020, 07:59 PM
RE: Error occured - by Pedigree - 12-17-2020, 08:32 PM
RE: Error occured - by goh - 12-17-2020, 09:07 PM
RE: Error occured - by Hyper - 12-18-2020, 01:54 AM
RE: Error occured - by goh - 12-27-2020, 10:23 AM

  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode